GET
https://api.adsalesgenius.com/invoiceLineItems/{invoice_line_item_id}
Paramater |
Description |
Data Type |
amount |
|
Double |
contract_line_item_id |
Reference to contract line item object |
Integer |
delivery_log_id |
Reference to delivery log object |
Integer |
description |
|
|
id |
|
Integer |
insertion_id |
Reference to insertion object |
Integer |
invoice_id |
Reference to invoice object |
Integer |
invoice_line_item_type_id |
Reference to invoice line item type object |
Integer |
taxable |
|
Bool |
total |
|
Double |
{
"id":"145126",
"invoice_id":"5715",
"taxable":false,
"amount":"2982",
"total":"2982",
"description":null,
"invoice_line_item_type_id":null,
"insertion_id":"251",
"delivery_log_id":null,
"contract_line_item_id":null
}