POST showAccounts/SaveAssignment

Request Information

URI Parameters

None.

Body Parameters

CreateAccountBoothAssignmentDto
NameDescriptionTypeAdditional 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

CreateAccountBoothAssignmentResponse
NameDescriptionTypeAdditional information
IsSuccessful

integer

None.

Message

string

None.

Response Information

Response body formats

application/json, text/json

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