GET
https://api.adsalesgenius.com/contractLineItems/
Paramater |
Description |
Required |
Default |
Data Type |
contract_id |
Reference to contract object |
Yes |
|
Integer |
Paramater |
Description |
Data Type |
amount |
|
Double |
apply_to_insertion_id |
|
Integer |
contract_id |
|
Integer |
contract_line_item_type_id |
|
Integer |
id |
|
Integer |
notes |
|
String |
{
"contract_line_items":[
{
"id":"16539",
"contract_id":"20",
"contract_line_item_type_id":"1",
"notes":"Import: Overcharge\/Fee\/Agency\/Other",
"amount":"89.1",
"apply_to_insertion_id":"20"
},
{
"id":"16545",
"contract_id":"20",
"contract_line_item_type_id":"1",
"notes":"Import: Overcharge\/Fee\/Agency\/Other",
"amount":"89.1",
"apply_to_insertion_id":"149"
},
{
"id":"16540",
"contract_id":"20",
"contract_line_item_type_id":"2",
"notes":"Import: General",
"amount":"89.1",
"apply_to_insertion_id":"20"
},
{
"id":"16546",
"contract_id":"20",
"contract_line_item_type_id":"2",
"notes":"Import: General",
"amount":"89.1",
"apply_to_insertion_id":"149"
}
]
}