POST showAccounts/{showAccountId}/accounts/{accountId}/shows/{showId}/creativelineItems/{creativeLineItemId}/deliveryLocations
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
showAccountId | integer |
Required |
|
accountId | integer |
Required |
|
showId | integer |
Required |
|
creativeLineItemId | integer |
Required |
Body Parameters
DeliveryLocationCreateDtoName | Description | Type | Additional information |
---|---|---|---|
Quantity | integer |
None. |
|
Location | string |
None. |
|
Placement | string |
None. |
|
OnSiteInstall | date |
None. |
|
OnSiteDismantle | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "Quantity": 1, "Location": "sample string 1", "Placement": "sample string 2", "OnSiteInstall": "2025-05-06T03:14:52.1118835+01:00", "OnSiteDismantle": "2025-05-06T03:14:52.1118835+01:00" }
Response Information
Resource Description
DeliveryLocationDtoName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
CreativeLineItemId | integer |
None. |
|
Quantity | integer |
None. |
|
Location | string |
None. |
|
Placement | string |
None. |
|
OnSiteInstall | date |
None. |
|
OnSiteDismantle | date |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "Id": 1, "CreativeLineItemId": 2, "Quantity": 1, "Location": "sample string 3", "Placement": "sample string 4", "OnSiteInstall": "2025-05-06T03:14:52.1118835+01:00", "OnSiteDismantle": "2025-05-06T03:14:52.1118835+01:00" }