GET https://api.mediaos.com/contactLineItems/{contract_line_item_id}
Response Parameters
Paramater Description Data Type
amount Double
apply_to_insertion_id Reference to object id Integer
contract_id Reference to contract id Integer
contract_line_item_type_id Reference to contract line item type id Integer
id Unique id of object Integer
notes String
Example Response
{
  "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"
}