GetSingleSecondaryChartAccountRequest
GET {{base_url}}/GetSingleSecondaryChartAccountRequest?Id={{integer}}
Retrieves a single secondary chart account based on a given identifier.
API
Finance API
Requires Authentication
Yes (Advanced)
Returns
SecondaryChartAccountDTO
Batch?
No
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
Id | string | Required. | |
| (int32) | |||
| The identifier of the secondary chart account. |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string | Required. | |
| The type of content accepted by the API endpoint. | |||
Content-Type | string | Required. | |
| The type of content supported by the API endpoint. |
RESPONSES
status: OK
{"Id":76,"CompanyId":1,"AccountCode":"Aaron","AccountName":"Exquisitely Special Account","AccountType":0}