POST showAccounts/UpdateAssignment
Request Information
URI Parameters
None.
Body Parameters
UpdateAccountBoothAssignment| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupIds | Collection of integer |
None. |
|
| ShowAccountThirdPartyId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"GroupIds": [
1,
2
],
"ShowAccountThirdPartyId": 1
}
Response Information
Resource Description
UpdateAccountBoothAssignmentResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccessful | boolean |
None. |
|
| Message | string |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"IsSuccessful": true,
"Message": "sample string 2"
}