POST showAccounts/UpdateAssignment

Request Information

URI Parameters

None.

Body Parameters

UpdateAccountBoothAssignment
NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional information
IsSuccessful

boolean

None.

Message

string

None.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "IsSuccessful": true,
  "Message": "sample string 2"
}