GET lineItems/getBillToInfo/{showId}/{showAccountId}/{boothId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| showId | integer |
Required |
|
| showAccountId | integer |
Required |
|
| boothId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
BillToDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ShowAccountDetails | Collection of BillToShowAccountDetails |
None. |
|
| DefaultTssShowAccountId | integer |
None. |
|
| DefaultShowAccountName | string |
None. |
|
| BillToVisibility | boolean |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"ShowAccountDetails": [
{
"TssShowAccountId": 1,
"AccountName": "sample string 2",
"TFCNumber": 3,
"ShowAccountType": 0
},
{
"TssShowAccountId": 1,
"AccountName": "sample string 2",
"TFCNumber": 3,
"ShowAccountType": 0
}
],
"DefaultTssShowAccountId": 1,
"DefaultShowAccountName": "sample string 2",
"BillToVisibility": true
}