Deliveries

The Delivery Object

A Delivery represents the Delivery of some commercial element (such as a Liner, Live Read, or Contest) on-air. The Delivery object tracks the air time of the delivery, as well as who it was delivered by.

ValueTypeDescription
uuidstringDelivery UUID.
delivered_atstringDelivery timestamp.
aircheckedbooleanAirchecked flag.
created_atstringRecord creation timestamp.
updated_atstringRecord update timestamp.
station_uuidstringStation UUID when station_id is present.
user_uuidstringUser UUID when user_id is present.
presenter_uuidstringPresenter UUID when presenter_id is present.
deliverableobjectSerialized polymorphic deliverable via "<deliverable_type>Blueprint" when present.
campaignobjectSerialized Campaign object via CampaignBlueprint when present.
schedule_assignmentobjectSerialized ScheduleAssignment object via ScheduleAssignmentBlueprint when present.
ValueTypeDescription
uuidstringDelivery UUID.
delivered_atstringDelivery timestamp.
aircheckedbooleanAirchecked flag.
created_atstringRecord creation timestamp.
updated_atstringRecord update timestamp.
station_uuidstringStation UUID when station_id is present.
user_uuidstringUser UUID when user_id is present.
presenter_uuidstringPresenter UUID when presenter_id is present.
deliverableobjectSerialized polymorphic deliverable via "<deliverable_type>Blueprint" when present.
campaignobjectSerialized Campaign object via CampaignBlueprint when present.
schedule_assignmentobjectSerialized ScheduleAssignment object via ScheduleAssignmentBlueprint when present.