GET shows/{showId}/showAccount/{showAccountId}/invoiceLineItems/{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
InvoiceBoothResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| BoothId | integer |
None. |
|
| IsSuccessful | boolean |
None. |
|
| Message | string |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"BoothId": 1,
"IsSuccessful": true,
"Message": "sample string 3"
}