PUT shows/{showId}/accounts/{accountId}/showAccounts/{showAccountId}/Branches
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| showId | integer |
Required |
|
| accountId | integer |
Required |
|
| showAccountId | integer |
Required |
Body Parameters
ShowAccountBranchUpdateDto| Name | Description | Type | Additional information |
|---|---|---|---|
| AvCreativeBranchId | integer |
None. |
|
| ExpoExhibitCreativeBranchId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AvCreativeBranchId": 1,
"ExpoExhibitCreativeBranchId": 1
}
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. |