GET showAccounts/{showAccountId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| showAccountId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ShowAccountMiniDto| Name | Description | Type | Additional 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-12-14T22:17:54.2411931+00:00",
"ShowCloseDate": "2025-12-14T22:17:54.2411931+00:00",
"CreditStatus": 1,
"ContactFirstName": "sample string 7",
"ContactLastName": "sample string 8",
"ContactEmail": "sample string 9"
}