GET https://api.mediaos.com/contractLineItemTypes/{contract_line_item_type_id}
Response Parameters
Paramater Description Data Type
date_created Date
date_deleted Date
id Unique id of object Integer
name String
type String
visibility 'Contract','Insertion','Both' Enum
Example Response
{
  "id":"1",
  "name":"Import",
  "type":"Fee",
  "visibility":"Both",
  "date_created":"2017-04-16 01:03:01",
  "date_deleted":null
}