AccountingAccounts
Retrieve accounting account
Returns a single accounting account by accountingCode, including deactivated accounts.
get/accountingaccounts/{companyId}/{accountingCode}
Path parameters
accountingCodestring required
companyIdstring required
Response
Successful Response
Example response
{
"accountingName": "Clients - Domestic",
"attributes": [
{
"customId": "cost-center",
"value": "Marketing",
"valueCustomId": "cc-marketing"
}
],
"accountingCode": "430001",
"balance": 15230.75
}Changes
No recorded changes to this endpoint across all 6 revisions of this API.