PUT showAccounts/{showAccountId}/accounts/{accountId}/shows/{showId}/creativelineItems/{creativeLineItemId}/deliveryLocations/{deliveryLocationId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| showAccountId | integer |
Required |
|
| accountId | integer |
Required |
|
| showId | integer |
Required |
|
| creativeLineItemId | integer |
Required |
|
| deliveryLocationId | integer |
Required |
Body Parameters
DeliveryLocationUpdateDto| Name | 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-12-14T22:15:56.2055455+00:00",
"OnSiteDismantle": "2025-12-14T22:15:56.2055455+00:00"
}
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |