GET showAccounts/{showAccountId}/AssignedAccountsBooths/booths/{boothId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
showAccountId

integer

Required

boothId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of AssignedAccountsBoothsDto
NameDescriptionTypeAdditional information
ShowAccountThirdPartyId

integer

None.

Name

string

None.

AccountType

ShowAccountType

None.

ShowAccountThirdPartyAssociatedGroups

Collection of string

None.

SelectedGroupIds

Collection of integer

None.

Booth

ThinBoothDto

None.

TFCNumber

integer

None.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "ShowAccountThirdPartyId": 1,
    "Name": "sample string 2",
    "AccountType": 0,
    "ShowAccountThirdPartyAssociatedGroups": [
      "sample string 1",
      "sample string 2"
    ],
    "SelectedGroupIds": [
      1,
      2
    ],
    "Booth": {
      "Id": 1,
      "Name": "sample string 2"
    },
    "TFCNumber": 3
  },
  {
    "ShowAccountThirdPartyId": 1,
    "Name": "sample string 2",
    "AccountType": 0,
    "ShowAccountThirdPartyAssociatedGroups": [
      "sample string 1",
      "sample string 2"
    ],
    "SelectedGroupIds": [
      1,
      2
    ],
    "Booth": {
      "Id": 1,
      "Name": "sample string 2"
    },
    "TFCNumber": 3
  }
]