PUT shows/{showId}/accounts/{accountId}/showAccounts/{showAccountId}/booths/{boothId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
showId | integer |
Required |
|
accountId | integer |
Required |
|
showAccountId | integer |
Required |
|
boothId | integer |
Required |
Body Parameters
BoothUpdateDtoName | Description | Type | Additional information |
---|---|---|---|
BoothId | integer |
None. |
|
Name | string |
None. |
|
BoothType | BoothType |
None. |
|
ShowLocationId | integer |
None. |
|
ShowAccountId | integer |
None. |
|
Depth | decimal number |
None. |
|
Width | decimal number |
None. |
|
TargetDate | date |
None. |
|
IsExhibitHouse | boolean |
None. |
|
IsDoNotInvoice | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "BoothId": 1, "Name": "sample string 2", "BoothType": 1, "ShowLocationId": 3, "ShowAccountId": 4, "Depth": 5.0, "Width": 6.0, "TargetDate": "2025-05-06T03:13:05.5076236+01:00", "IsExhibitHouse": true, "IsDoNotInvoice": true }
Response Information
Resource Description
HttpResponseMessageName | 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. |