GET Account/Get/{id}
Gets the specified Account based on the identifier.
Request Information
URI Parameters
Name | Type | Additional information | Description |
---|---|---|---|
id | integer |
Required |
The identifier. |
Body Parameters
None.
Response Information
Resource Description
AccountName | Type | Additional information | Description |
---|---|---|---|
ID | integer |
None. |
|
Name | string |
None. |
|
Category | Account Category |
None. |
|
Active | bool |
None. |
|
Balance | decimal |
Read Only / System Generated |
|
Description | string |
None. |
|
ReportingGroupId | nullable integer |
None. |
|
UnallocatedAccount | bool |
Read Only / System Generated |
|
IsTaxLocked | bool |
Read Only / System Generated |
|
Modified | nullable date |
Read Only / System Generated |
|
Created | date |
Read Only / System Generated |
|
AccountType | integer |
Read Only / System Generated |
|
HasActivity | bool |
Read Only / System Generated |
|
DefaultTaxTypeId | nullable integer |
None. |
|
DefaultTaxType | Tax Type |
None. |
Response Formats
application/json, text/json
Sample:
{ "Name": "sample string 2", "Category": { "Comment": "sample string 1", "Order": 6, "Description": "sample string 7", "ID": 8, "Modified": "2024-11-15", "Created": "2024-11-15" }, "Active": true, "Balance": 4.0, "Description": "sample string 5", "ReportingGroupId": 1, "UnallocatedAccount": true, "IsTaxLocked": true, "Modified": "2024-11-15", "Created": "2024-11-15", "AccountType": 9, "HasActivity": true, "DefaultTaxTypeId": 1, "DefaultTaxType": { "ID": 1, "Name": "sample string 2", "Percentage": 3.1, "IsDefault": true, "HasActivity": true, "IsManualTax": true, "Active": true, "Created": "2024-11-15", "Modified": "2024-11-15", "TaxTypeDefaultUID": "51a156cb-d6c9-41c1-b704-e05339d0ff53", "CompanyId": 9 }, "ID": 11 }