GET showAccounts/{showAccountId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
showAccountId

integer

Required

Body Parameters

None.

Response Information

Resource Description

ShowAccountMiniDto
NameDescriptionTypeAdditional information
TFCNumber

integer

None.

AccountName

string

None.

ShowAccountType

ShowAccountType

None.

ShowName

string

None.

ShowType

ShowType

None.

FreemanShowNumber

integer

None.

CustomShowNumber

string

None.

ShowOpenDate

date

None.

ShowCloseDate

date

None.

CreditStatus

CreditStatusType

None.

ContactFirstName

string

None.

ContactLastName

string

None.

ContactEmail

string

None.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "TFCNumber": 1,
  "AccountName": "sample string 2",
  "ShowAccountType": 0,
  "ShowName": "sample string 3",
  "ShowType": 0,
  "FreemanShowNumber": 1,
  "CustomShowNumber": "sample string 4",
  "ShowOpenDate": "2025-05-06T02:39:08.6235539+01:00",
  "ShowCloseDate": "2025-05-06T02:39:08.6235539+01:00",
  "CreditStatus": 1,
  "ContactFirstName": "sample string 7",
  "ContactLastName": "sample string 8",
  "ContactEmail": "sample string 9"
}