GET showAccounts/{showAccountId}/accounts/{accountId}/shows/{showId}/deliveryLocations
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| showAccountId | integer |
Required |
|
| accountId | integer |
Required |
|
| showId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DeliveryLocationDto| Name | 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-12-14T22:16:17.7808081+00:00",
"OnSiteDismantle": "2025-12-14T22:16:17.7808081+00:00"
},
{
"Id": 1,
"CreativeLineItemId": 2,
"Quantity": 1,
"Location": "sample string 3",
"Placement": "sample string 4",
"OnSiteInstall": "2025-12-14T22:16:17.7808081+00:00",
"OnSiteDismantle": "2025-12-14T22:16:17.7808081+00:00"
}
]