POST showAccounts/SaveAssignment
Request Information
URI Parameters
None.
Body Parameters
CreateAccountBoothAssignmentDtoName | Description | Type | Additional information |
---|---|---|---|
AssignedShowAccountId | integer |
None. |
|
BoothId | integer |
None. |
|
GroupIds | Collection of integer |
None. |
|
ShowId | integer |
None. |
|
ShowAccountId | integer |
None. |
|
AssignedShowAccountType | ShowAccountType |
None. |
|
ShowAccountThirdPartyId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "AssignedShowAccountId": 1, "BoothId": 2, "GroupIds": [ 1, 2 ], "ShowId": 3, "ShowAccountId": 4, "AssignedShowAccountType": 0, "ShowAccountThirdPartyId": 5 }
Response Information
Resource Description
CreateAccountBoothAssignmentResponseName | Description | Type | Additional information |
---|---|---|---|
IsSuccessful | integer |
None. |
|
Message | string |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "IsSuccessful": 1, "Message": "sample string 2" }