GET shows/{showId}/showAccountsWithPermissions

Request Information

URI Parameters

NameDescriptionTypeAdditional information
showId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ShowAccountWithPermissionsDto
NameDescriptionTypeAdditional information
Id

integer

None.

ShowAccountType

ShowAccountType

None.

CPNumber

integer

None.

TssShowAccountId

integer

None.

Booths

Collection of BoothHeaderDto

None.

AccountId

integer

None.

AccountName

string

None.

AccountTfcNumber

integer

None.

IsMyAccount

boolean

None.

CanOrder

boolean

None.

CanViewLineItemSummary

boolean

None.

CanViewDocumentLibraryLink

boolean

None.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "ShowAccountType": 0,
    "CPNumber": 1,
    "TssShowAccountId": 1,
    "Booths": [
      {
        "Id": 1,
        "Name": "sample string 2",
        "BoothType": 1,
        "TssBoothId": 1,
        "ShowLocationId": 1,
        "ShowAccountId": 3,
        "IsEmsLocked": true,
        "IsEmsClosed": true,
        "IsShowClosed": true,
        "IsShowLocked": true,
        "InvoiceableLineItemsCount": 4,
        "IsExhibitHouse": true,
        "IsDoNotInvoice": true
      },
      {
        "Id": 1,
        "Name": "sample string 2",
        "BoothType": 1,
        "TssBoothId": 1,
        "ShowLocationId": 1,
        "ShowAccountId": 3,
        "IsEmsLocked": true,
        "IsEmsClosed": true,
        "IsShowClosed": true,
        "IsShowLocked": true,
        "InvoiceableLineItemsCount": 4,
        "IsExhibitHouse": true,
        "IsDoNotInvoice": true
      }
    ],
    "AccountId": 1,
    "AccountName": "sample string 2",
    "AccountTfcNumber": 3,
    "IsMyAccount": true,
    "CanOrder": true,
    "CanViewLineItemSummary": true,
    "CanViewDocumentLibraryLink": true
  },
  {
    "Id": 1,
    "ShowAccountType": 0,
    "CPNumber": 1,
    "TssShowAccountId": 1,
    "Booths": [
      {
        "Id": 1,
        "Name": "sample string 2",
        "BoothType": 1,
        "TssBoothId": 1,
        "ShowLocationId": 1,
        "ShowAccountId": 3,
        "IsEmsLocked": true,
        "IsEmsClosed": true,
        "IsShowClosed": true,
        "IsShowLocked": true,
        "InvoiceableLineItemsCount": 4,
        "IsExhibitHouse": true,
        "IsDoNotInvoice": true
      },
      {
        "Id": 1,
        "Name": "sample string 2",
        "BoothType": 1,
        "TssBoothId": 1,
        "ShowLocationId": 1,
        "ShowAccountId": 3,
        "IsEmsLocked": true,
        "IsEmsClosed": true,
        "IsShowClosed": true,
        "IsShowLocked": true,
        "InvoiceableLineItemsCount": 4,
        "IsExhibitHouse": true,
        "IsDoNotInvoice": true
      }
    ],
    "AccountId": 1,
    "AccountName": "sample string 2",
    "AccountTfcNumber": 3,
    "IsMyAccount": true,
    "CanOrder": true,
    "CanViewLineItemSummary": true,
    "CanViewDocumentLibraryLink": true
  }
]