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.
| Value | Type | Description |
|---|
| uuid | string | Delivery UUID. |
| delivered_at | string | Delivery timestamp. |
| airchecked | boolean | Airchecked flag. |
| created_at | string | Record creation timestamp. |
| updated_at | string | Record update timestamp. |
| station_uuid | string | Station UUID when station_id is present. |
| user_uuid | string | User UUID when user_id is present. |
| presenter_uuid | string | Presenter UUID when presenter_id is present. |
| deliverable | object | Serialized polymorphic deliverable via "<deliverable_type>Blueprint" when present. |
| campaign | object | Serialized Campaign object via CampaignBlueprint when present. |
| schedule_assignment | object | Serialized ScheduleAssignment object via ScheduleAssignmentBlueprint when present. |
| Value | Type | Description |
|---|
| uuid | string | Delivery UUID. |
| delivered_at | string | Delivery timestamp. |
| airchecked | boolean | Airchecked flag. |
| created_at | string | Record creation timestamp. |
| updated_at | string | Record update timestamp. |
| station_uuid | string | Station UUID when station_id is present. |
| user_uuid | string | User UUID when user_id is present. |
| presenter_uuid | string | Presenter UUID when presenter_id is present. |
| deliverable | object | Serialized polymorphic deliverable via "<deliverable_type>Blueprint" when present. |
| campaign | object | Serialized Campaign object via CampaignBlueprint when present. |
| schedule_assignment | object | Serialized ScheduleAssignment object via ScheduleAssignmentBlueprint when present. |