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
BoothUpdateDto| Name | 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-12-14T22:15:57.0336891+00:00",
"IsExhibitHouse": true,
"IsDoNotInvoice": true
}
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. |