GET shows/{showId}/showAccount/{showAccountId}/invoiceLineItems/{boothId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
showId

integer

Required

showAccountId

integer

Required

boothId

integer

Required

Body Parameters

None.

Response Information

Resource Description

InvoiceBoothResponse
NameDescriptionTypeAdditional 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"
}