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
ShowAccountBranchUpdateDtoName | 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
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. |