GET showAccounts/{showAccountId}/AssignedAccountsBooths
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| showAccountId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AssignedAccountsBoothsDto| Name | Description | Type | Additional 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
}
]