GET report/{showId}/GetCancelledLineItemShowAccounts

Request Information

URI Parameters

NameDescriptionTypeAdditional information
showId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CancelledLineItemShowAccountDto
NameDescriptionTypeAdditional information
Id

integer

None.

ShowId

integer

None.

AccountId

integer

None.

AccountName

string

None.

IsMyAccount

boolean

None.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "ShowId": 2,
    "AccountId": 1,
    "AccountName": "sample string 3",
    "IsMyAccount": true
  },
  {
    "Id": 1,
    "ShowId": 2,
    "AccountId": 1,
    "AccountName": "sample string 3",
    "IsMyAccount": true
  }
]