Account is used by companies to track transactions. It can be bank account or general ledger account.
Model ID | Event Key | Description |
---|---|---|
accounting_accounts_info | info |
Accounts Info
Model ID: accounting_accounts_info
Field | Type | Description |
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
List of company Ids associated with object. (Applicable for multi subsidiary apps like Netsuite.) |
|
|
One of among Currency Codes (ISO 4217) for example - |
|
|
|
|
|
|
|
|
Event Data Example
{
"info": {
"id": "bca61aa6-3ac1-4ae9-bd34-46c7f9a26d87",
"name": "Accounts Receivable",
"category": "LEDGER_ACCOUNT",
"type": "ASSET",
"description": "Outstanding invoices the company has issued out to the client but has not yet received in cash at balance date.",
"accountNumber": "2920023748",
"status": "ACTIVE",
"currentBalance": 3000,
"companyId": "ac19c8f9-a901-4db3-bef1-5aaca2a7c15a",
"currency": "USD",
"parentAccountId": "5aaca2a7c15a-46c7f9a26d87",
"createdAt": "2024-05-09T06:04:00Z",
"updatedAt": "2024-05-09T06:04:00Z"
}
}