Codat List Accounting Accounts Example is an example object payload from Codat, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationIdmethodpathsummaryrequestExamplesresponseExamples
Example Payload
{
"operationId": "list-accounting-accounts",
"method": "GET",
"path": "/companies/{companyId}/data/accounts",
"summary": "List accounts",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"name": "Clear Books",
"example": {
"results": [
{
"id": "1b6266d1-1e44-46c5-8eb5-a8f98e03124e",
"nominalCode": "610",
"name": "Accounts Receivable",
"description": "Invoices the business has issued but has not yet collected payment on.",
"fullyQualifiedCategory": "Asset.Current",
"fullyQualifiedName": "Asset.Current.Accounts Receivable",
"currency": "GBP",
"currentBalance": 0,
"type": "Asset",
"status": "Active",
"isBankAccount": false,
"modifiedDate": "2023-04-26T12:38:15Z",
"sourceModifiedDate": "2022-12-10T16:39:00",
"validDatatypeLinks": [],
"metadata": {
"isDeleted": false
}
},
{
"id": "76d5f23b-9623-4e3b-89cd-da57228764d3",
"nominalCode": "611",
"name": "Accounts Receivable",
"description": "A provision anticipating that a portion of accounts receivable will never be collected.",
"fullyQualifiedCategory": "Asset.Current",
"fullyQualifiedName": "Asset.Current.Accounts Receivable",
"currency": "GBP",
"currentBalance": 0,
"type": "Asset",
"status": "Active",
"isBankAccount": false,
"modifiedDate": "2023-04-26T12:38:15Z",
"sourceModifiedDate": "2022-10-19T05:49:00",
"validDatatypeLinks": [],
"metadata": {
"isDeleted": false
}
}
],
"pageNumber": 1,
"pageSize": 2,
"totalResults": 98,
"_links": {
"current": {
"href": "/companies/354a121b-855f-4d25-90ad-0905b498c1c0/data/accounts?page=1&pageSize=2"
},
"self": {
"href": "/companies/354a121b-855f-4d25-90ad-0905b498c1c0/data/accounts"
},
"next": {
"href": "/companies/354a121b-855f-4d25-90ad-0905b498c1c0/data/accounts?page=2&pageSize=2"
}
}
}
},
{
"status": "200",
"contentType": "application/json",
"name": "Dynamics 365 Business Central",
"example": {
"results": [
{
"id": "8eaed16d-c69f-ec11-80f1-0022481b4546",
"nominalCode": "45422026-68CA-4EF2-9",
"name": "",
"fullyQualifiedCategory": " .",
"fullyQualifiedName": "..",
"currency": "GBP",
"currentBalance": 0,
"type": "Unknown",
"status": "Active",
"isBankAccount": false,
"modifiedDate": "2023-03-27T14:21:18Z",
"sourceModifiedDate": "2022-03-09T16:31:54Z",
"validDatatypeLinks": [
{
"property": "Id",
"links": [
"DirectCost.LineItems.AccountRef.Id"
]
}
],
"metadata": {
"isDeleted": false
}
},
{
"id": "c0861a65-c69f-ec11-80f1-0022481b4546",
"nominalCode": "10",
"name": "Account no cat Balance Sheet",
"fullyQualifiedCategory": " .",
"fullyQualifiedName": "..Account no cat Balance Sheet",
"currency": "GBP",
"currentBalance": 27.34,
"type": "Unknown",
"status": "Active",
"isBankAccount": false,
"modifiedDate": "2023-03-27T14:21:18Z",
"sourceModifiedDate": "2022-09-13T14:45:01Z",
"validDatatypeLinks": [
{
"property": "Id",
"links": [
"DirectCost.LineItems.AccountRef.Id"
]
}
],
"metadata": {
"isDeleted": false
}
}
],
"pageNumber": 1,
"pageSize": 2,
"totalResults": 122,
"_links": {
"current": {
"href": "/companies/d6849caf-c146-41be-8335-b73346e3bd84/data/accounts?page=1&pageSize=2"
},
"self": {
"href": "/companies/d6849caf-c146-41be-8335-b73346e3bd84/data/accounts"
},
"next": {
"href": "/companies/d6849caf-c146-41be-8335-b73346e3bd84/data/accounts?page=2&pageSize=2"
}
}
}
},
{
"status": "200",
"contentType": "application/json",
"name": "Exact (Netherlands)",
"example": {
"results": [
{
"id": "ef2fde36-4416-4bc5-b239-315b2929348c",
"nominalCode": "1300",
"name": "Debiteuren",
"description": "Debiteuren",
"fullyQualifiedCategory": "Asset.Assets.AccountsReceivable",
"fullyQualifiedName": "Asset.Assets.AccountsReceivable.Debiteuren.PaymentsEnabled",
"currency": "EUR",
"currentBalance": 864435.44,
"type": "Asset",
"status": "Active",
"isBankAccount": false,
"modifiedDate": "2022-10-26T13:36:17Z",
"sourceModifiedDate": "2020-01-08T09:42:54Z",
"validDatatypeLinks": [
{
"property": "Id",
"links": [
"Transfer.To.AccountRef.Id",
"Transfer.From.AccountRef.Id",
"Payment.AccountRef.Id",
"BillPayment.AccountRef.Id"
]
}
]
},
{
"id": "2052b65b-20e9-4da1-85d8-fd5ca0ea3d38",
"nominalCode": "888777888",
"name": "One more AR account",
"description": "One more AR account",
"fullyQualifiedCategory": "Asset.Assets.AccountsReceivable",
"fullyQualifiedName": "Asset.Assets.AccountsReceivable.One more AR account.PaymentsEnabled",
"currency": "EUR",
"currentBalance": 2174.82,
"type": "Asset",
"status": "Active",
"isBankAccount": false,
"modifiedDate": "2022-10-26T13:36:17Z",
"sourceModifiedDate": "2021-06-10T11:00:20Z",
"validDatatypeLinks": [
{
"property": "Id",
"links": [
"Transfer.To.AccountRef.Id",
"Transfer.From.AccountRef.Id",
"Payment.AccountRef.Id",
"BillPayment.AccountRef.Id"
]
}
]
}
],
"pageNumber": 1,
"pageSize": 2,
"totalResults": 230,
"_links": {
"current": {
"href": "/companies/b83b1923-4db6-45a8-a779-b4e320c15979/data/accounts?page=1&pageSize=2"
},
"self": {
"href": "/companies/b83b1923-4db6-45a8-a779-b4e320c15979/data/accounts"
},
"next": {
"href": "/companies/b83b1923-4db6-45a8-a779-b4e320c15979/data/accounts?page=2&pageSize=2"
}
}
}
},
{
"status": "200",
"contentType": "application/json",
"name": "Exact (UK)",
"example": {
"results": [
{
"id": "ca2b96b7-cc45-4e35-9fa3-82a2ba1eec40",
"nominalCode": "THING",
"name": "Some thing account",
"description": "Some thing account",
"fullyQualifiedCategory": "Asset.Assets.AccountsReceivable",
"fullyQualifiedName": "Asset.Assets.AccountsReceivable.Some thing account.PaymentsEnabled",
"currency": "GBP",
"currentBalance": 0,
"type": "Asset",
"status": "Active",
"isBankAccount": false,
"modifiedDate": "2022-10-26T13:35:15Z",
"sourceModifiedDate": "2017-08-01T17:31:12Z",
"validDatatypeLinks": [
{
"property": "Id",
"links": [
"Transfer.To.AccountRef.Id",
"Transfer.From.AccountRef.Id",
"Payment.AccountRef.Id",
"BillPayment.AccountRef.Id"
]
}
]
},
{
"id": "cf9572e7-8afa-4339-9113-af32a66d9df9",
"nominalCode": "15400",
"name": "Trade Debtors",
"description": "Trade Debtors",
"fullyQualifiedCategory": "Asset.Assets.AccountsReceivable",
"fullyQualifiedName": "Asset.Assets.AccountsReceivable.Trade Debtors.PaymentsEnabled",
"currency": "GBP",
"currentBalance": 4484655.39,
"type": "Asset",
"status": "Active",
"isBankAccount": false,
"modifiedDate": "2022-10-26T13:35:15Z",
"sourceModifiedDate": "2020-01-08T13:48:38Z",
"validDatatypeLinks": [
{
"property": "Id",
"links": [
"Transfer.To.AccountRef.Id",
"Transfer.From.AccountRef.Id",
"Payment.AccountRef.Id",
"BillPayment.AccountRef.Id"
]
}
]
}
],
"pageNumber": 1,
"pageSize": 2,
"totalResults": 121,
"_links": {
"current": {
"href": "/companies/d95030cd-22b2-482b-9c7b-2980dcc2b1ce/data/accounts?page=1&pageSize=2"
},
"self": {
"href": "/companies/d95030cd-22b2-482b-9c7b-2980dcc2b1ce/data/accounts"
},
"next": {
"href": "/companies/d95030cd-22b2-482b-9c7b-2980dcc2b1ce/data/accounts?page=2&pageSize=2"
}
}
}
},
{
"status": "200",
"contentType": "application/json",
"name": "FreeAgent",
"example": {
"results": [
{
"id": "601",
"nominalCode": "601",
"name": "Capital Asset Brought Forward",
"fullyQualifiedCategory": "Asset.Capital",
"fullyQualifiedName": "Asset.Capital.Capital Asset Brought Forward",
"currency": "GBP",
"type": "Asset",
"status": "Active",
"isBankAccount": false,
"modifiedDate": "2023-04-25T14:19:12Z",
"validDatatypeLinks": [],
"metadata": {
"isDeleted": false
}
},
{
"id": "605",
"nominalCode": "605",
"name": "Capital Asset Depreciation Brought Forward",
"fullyQualifiedCategory": "Asset.Capital",
"fullyQualifiedName": "Asset.Capital.Capital Asset Depreciation Brought Forward",
"currency": "GBP",
"type": "Asset",
"status": "Active",
"isBankAccount": false,
"modifiedDate": "2023-04-25T14:19:12Z",
"validDatatypeLinks": [],
"metadata": {
"isDeleted": false
}
}
],
"pageNumber": 1,
"pageSize": 2,
"totalResults": 292,
"_links": {
"current": {
"href": "/companies/071ad738-68f3-4561-afd0-69bab9df0803/data/accounts?page=1&pageSize=2"
},
"self": {
"href": "/companies/071ad738-68f3-4561-afd0-69bab9df0803/data/accounts"
},
"next": {
"href": "/companies/071ad738-68f3-4561-afd0-69bab9df0803/data/accounts?page=2&pageSize=2"
}
}
}
},
{
"status": "200",
"contentType": "application/json",
"name": "FreshBooks",
"example": {
"results": [
{
"id": "67357",
"nominalCode": "1200",
"name": "Accounts Receivable",
"fullyQualifiedCategory": "Asset",
"fullyQualifiedName": "Asset.Accounts Receivable",
"currency": "GBP",
"currentBalance": 51445.53,
"type": "Asset",
"status": "Active",
"isBankAccount": false,
"modifiedDate": "2023-03-24T16:07:24Z",
"validDatatypeLinks": [],
"metadata": {
"isDeleted": false
}
},
{
"id": "128611",
"nominalCode": "1200-1",
"name": "Accounts Receivable",
"fullyQualifiedCategory": "Asset.Accounts Receivable",
"fullyQualifiedName": "Asset.Accounts Receivable.Accounts Receivable",
"currency": "GBP",
"currentBalance": 51445.53,
"type": "Asset",
"status": "Active",
"isBankAccount": false,
"modifiedDate": "2023-03-24T16:07:24Z",
"validDatatypeLinks": [],
"metadata": {
"isDeleted": false
}
}
],
"pageNumber": 1,
"pageSize": 2,
"totalResults": 96,
"_links": {
"current": {
"href": "/companies/3691c49e-0db4-4172-b3ab-e4084c365013/data/accounts?page=1&pageSize=2"
},
"self": {
"href": "/companies/3691c49e-0db4-4172-b3ab-e4084c365013/data/accounts"
},
"next": {
"href": "/companies/3691c49e-0db4-4172-b3ab-e4084c365013/data/accounts?page=2&pageSize=2"
}
}
}
},
{
"status": "200",
"contentType": "application/json",
"name": "KashFlow",
"example": {
"results": [
{
"id": "27840056",
"nominalCode": "70700",
"name": "16th Account",
"fullyQualifiedCategory": "Asset.BankAccount",
"fullyQualifiedName": "Asset.BankAccount.16th Account",
"currency": "GBP",
"currentBalance": 0,
"type": "Asset",
"status": "Active",
"isBankAccount": true,
"modifiedDate": "2022-09-30T10:29:16Z",
"validDatatypeLinks": []
},
{
"id": "27840049",
"nominalCode": "70600",
"name": "1a1a",
"fullyQualifiedCategory": "Asset.BankAccount",
"fullyQualifiedName": "Asset.BankAccount.1a1a",
"currency": "GBP",
"currentBalance": 0,
"type": "Asset",
"status": "Active",
"isBankAccount": true,
"modifiedDate": "2022-09-30T10:29:16Z",
"validDatatypeLinks": []
}
],
"pageNumber": 1,
"pageSize": 2,
"totalResults": 157,
"_links": {
"current": {
"href": "/companies/3a707a99-89da-4b16-a5d6-595333a16352/data/accounts?page=1&pageSize=2"
},
"self": {
"href": "/companies/3a707a99-89da-4b16-a5d6-595333a16352/data/accounts"
},
"next": {
"href": "/companies/3a707a99-89da-4b16-a5d6-595333a16352/data/accounts?page=2&pageSize=2"
}
}
}
},
{
"status": "200",
"contentType": "application/json",
"name": "Oracle NetSuite",
"example": {
"results": [
{
"id": "111",
"name": "Accounts Payable",
"fullyQualifiedCategory": "AcctPay.AcctPay",
"fullyQualifiedName": "AcctPay.AcctPay.Accounts Payable",
"currentBalance": -635.55,
"type": "Liability",
"status": "Active",
"isBankAccount": false,
"modifiedDate": "2023-01-30T14:48:33Z",
"sourceModifiedDate": "2021-08-11T12:51:21",
"validDatatypeLinks": []
},
{
"id": "119",
"name": "Accounts Receivable",
"fullyQualifiedCategory": "AcctRec.AcctRec",
"fullyQualifiedName": "AcctRec.AcctRec.Accounts Receivable",
"currentBalance": -565,
"type": "Asset",
"status": "Active",
"isBankAccount": false,
"modifiedDate": "2023-01-30T14:48:33Z",
"sourceModifiedDate": "2021-09-08T15:23:31",
"validDatatypeLinks": []
}
],
"pageNumber": 1,
"pageSize": 2,
"totalResults": 44,
"_links": {
"current": {
"href": "/companies/d5074b08-6a34-4b06-a742-236edf5dc4f1/data/accounts?page=1&pageSize=2"
},
"self": {
"href": "/companies/d5074b08-6a34-4b06-a742-236edf5dc4f1/data/accounts"
},
"next": {
"href": "/companies/d5074b08-6a34-4b06-a742-236edf5dc4f1/data/accounts?page=2&pageSize=2"
}
}
}
},
{
"status": "200",
"contentType": "application/json",
"name": "QuickBooks Desktop",
"example": {
"results": [
{
"id": "40000-933270541",
"nominalCode": "11000",
"name": "Accounts Receivable",
"description": "Accounts Receivable",
"fullyQualifiedCategory": "Asset.CurrentAsset.AccountsReceivable",
"fullyQualifiedName": "Asset.CurrentAsset.AccountsReceivable.Accounts Receivable",
"currency": "GBP",
"currentBalance": 93007.93,
"type": "Asset",
"status": "Active",
"isBankAccount": false,
"modifiedDate": "2023-04-26T09:06:23Z",
"sourceModifiedDate": "2023-12-16T05:06:45",
"validDatatypeLinks": [],
"metadata": {
"isDeleted": false
}
},
{
"id": "20000-933270541",
"nominalCode": "10100",
"name": "Checking",
"description": "Cash",
"fullyQualifiedCategory": "Asset.CurrentAsset.Bank",
"fullyQualifiedName": "Asset.CurrentAsset.Bank.Checking",
"currency": "GBP",
"currentBalance": 46954.1,
"type": "Asset",
"status": "Active",
"isBankAccount": true,
"modifiedDate": "2023-04-26T09:06:23Z",
"sourceModifiedDate": "2023-12-16T05:06:45",
"validDatatypeLinks": [
{
"property": "Id",
"links": [
"BillLineItem.AccountRef.Id",
"BillPayment.AccountRef.Id"
]
}
],
"metadata": {
"isDeleted": false
}
}
],
"pageNumber": 1,
"pageSize": 2,
"totalResults": 116,
"_links": {
"current": {
"href": "/companies/fc72ba08-af13-4474-b28a-01dcfa6cfb51/data/accounts?page=1&pageSize=2"
},
"self": {
"href": "/companies/fc72ba08-af13-4474-b28a-01dcfa6cfb51/data/accounts"
},
"next": {
"href": "/companies/fc72ba08-af13-4474-b28a-01dcfa6cfb51/data/accounts?page=2&pageSize=2"
}
}
}
},
{
"status": "200",
"contentType": "application/json",
"name": "QuickBooks Online",
"example": {
"results": [
{
"id": "62",
"nominalCode": "246",
"name": "Debtors",
"fullyQualifiedCategory": "Asset.Accounts Receivable.AccountsReceivable",
"fullyQualifiedName": "Asset.Accounts Receivable.AccountsReceivable.Debtors",
"currency": "GBP",
"currentBalance": 41289.37,
"type": "Asset",
"status": "Active",
"isBankAccount": false,
"modifiedDate": "2023-01-18T11:02:34Z",
"sourceModifiedDate": "2022-12-08T15:42:59Z",
"validDatatypeLinks": []
},
{
"id": "92",
"nominalCode": "247",
"name": "Debtors - AED",
"fullyQualifiedCategory": "Asset.Accounts Receivable.AccountsReceivable",
"fullyQualifiedName": "Asset.Accounts Receivable.AccountsReceivable.Debtors - AED",
"currency": "AED",
"currentBalance": -1533.44,
"type": "Asset",
"status": "Active",
"isBankAccount": false,
"modifiedDate": "2023-01-18T11:02:34Z",
"sourceModifiedDate": "2021-02-19T14:04:45Z",
"validDatatypeLinks": []
}
],
"pageNumber": 1,
"pageSize": 2,
"totalResults": 234,
"_links": {
"current": {
"href": "/companies/10818b5e-6e6a-4ed4-a1c5-3e3efe626e87/data/accounts?page=1&pageSize=2"
},
"self": {
"href": "/companies/10818b5e-6e6a-4ed4-a1c5-3e3efe626e87/data/accounts"
},
"next": {
"href": "/companies/10818b5e-6e6a-4ed4-a1c5-3e3efe626e87/data/accounts?page=2&pageSize=2"
}
}
}
},
{
"status": "200",
"contentType": "application/json",
"name": "QuickBooks Online Sandbox",
"example": {
"results": [
{
"id": "70",
"name": "Debtors",
"fullyQualifiedCategory": "Asset.Accounts Receivable.AccountsReceivable",
"fullyQualifiedName": "Asset.Accounts Receivable.AccountsReceivable.Debtors",
"currency": "GBP",
"currentBalance": 3041173.77,
"type": "Asset",
"status": "Active",
"isBankAccount": false,
"modifiedDate": "2023-04-26T09:35:55Z",
"sourceModifiedDate": "2023-04-26T01:18:15Z",
"validDatatypeLinks": [],
"metadata": {
"isDeleted": false
}
},
{
"id": "80",
"name": "Debtors - USD",
"fullyQualifiedCategory": "Asset.Accounts Receivable.AccountsReceivable",
"fullyQualifiedName": "Asset.Accounts Receivable.AccountsReceivable.Debtors - USD",
"currency": "USD",
"currentBalance": 54822.37,
"type": "Asset",
"status": "Active",
"isBankAccount": false,
"modifiedDate": "2023-04-26T09:35:55Z",
"sourceModifiedDate": "2023-04-12T15:10:38Z",
"validDatatypeLinks": [],
"metadata": {
"isDeleted": false
}
}
],
"pageNumber": 1,
"pageSize": 2,
"totalResults": 186,
"_links": {
"current": {
"href": "/companies/5a7f3597-36e1-4216-86fe-289ad36088a6/data/accounts?page=1&pageSize=2"
},
"self": {
"href": "/companies/5a7f3597-36e1-4216-86fe-289ad36088a6/data/accounts"
},
"next": {
"href": "/companies/5a7f3597-36e1-4216-86fe-289ad36088a6/data/accounts?page=2&pageSize=2"
}
}
}
},
{
"status": "200",
"contentType": "application/json",
"name": "Sage 200cloud",
"example": {
"results": [
{
"id": "2864",
"nominalCode": "1200",
"name": "Bank Account",
"description": "Bank Account",
"fullyQualifiedCategory": "Asset.Bank Account",
"fullyQualifiedName": "Asset.Bank Account.Bank Account",
"type": "Asset",
"status": "Archived",
"isBankAccount": false,
"modifiedDate": "2022-10-14T09:35:52Z",
"validDatatypeLinks": [],
"metadata": {
"isDeleted": true
}
},
{
"id": "2368",
"nominalCode": "1200",
"name": "Bank Current Account",
"description": "Bank Current Account",
"fullyQualifiedCategory": "Asset.Bank Account",
"fullyQualifiedName": "Asset.Bank Account.Bank Current Account",
"type": "Asset",
"status": "Active",
"isBankAccount": true,
"modifiedDate": "2022-10-14T09:35:52Z",
"sourceModifiedDate": "2020-09-11T13:53:12Z",
"validDatatypeLinks": []
}
],
"pageNumber": 1,
"pageSize": 2,
"totalResults": 344,
"_links": {
"current": {
"href": "/companies/93c21e2d-049c-4d24-b41b-57e61c30b69e/data/accounts?page=1&pageSize=2"
},
"self": {
"href": "/companies/93c21e2d-049c-4d24-b41b-57e61c30b69e/data/accounts"
},
"next": {
"href": "/companies/93c21e2d-049c-4d24-b41b-57e61c30b69e/data/accounts?page=2&pageSize=2"
}
}
}
},
{
"status": "200",
"contentType": "application/json",
"name": "Sage 50 (UK)",
"example": {
"results": [
{
"id": "1100",
"nominalCode": "1100",
"name": "Debtors Control Account",
"fullyQualifiedCategory": "Asset.CurrentAssets.Debtors",
"fullyQualifiedName": "Asset.CurrentAssets.Debtors.Debtors Control Account",
"currency": "GBP",
"currentBalance": 90640.61,
"type": "Asset",
"status": "Active",
"isBankAccount": false,
"modifiedDate": "2023-03-30T14:42:44Z",
"sourceModifiedDate": "2022-11-25T09:43:54",
"validDatatypeLinks": [],
"metadata": {
"isDeleted": false
}
},
{
"id": "1102",
"nominalCode": "1102",
"name": "Other Debtors",
"fullyQualifiedCategory": "Asset.CurrentAssets.Debtors",
"fullyQualifiedName": "Asset.CurrentAssets.Debtors.Other Debtors",
"currency": "GBP",
"currentBalance": 0,
"type": "Asset",
"status": "Active",
"isBankAccount": false,
"modifiedDate": "2023-03-30T14:42:44Z",
"sourceModifiedDate": "2022-11-25T09:43:54",
"validDatatypeLinks": [],
"metadata": {
"isDeleted": false
}
}
],
"pageNumber": 1,
"pageSize": 2,
"totalResults": 155,
"_links": {
"current": {
"href": "/companies/cf5f2a47-2990-4221-bae6-0c19c86ac304/data/accounts?page=1&pageSize=2"
},
"self": {
"href": "/companies/cf5f2a47-2990-4221-bae6-0c19c86ac304/data/accounts"
},
"next": {
"href": "/companies/cf5f2a47-2990-4221-bae6-0c19c86ac304/data/accounts?page=2&pageSize=2"
}
}
}
},
{
"status": "200",
"contentType": "application/json",
"name": "Sage Business Cloud Accounting",
"example": {
"results": [
{
"id": "e5889b459f544926ac5b8e6756df2ad4",
"nominalCode": "1560",
"name": "Abdi Internet Bank",
"fullyQualifiedCategory": "Asset.Bank",
"fullyQualifiedName": "Asset.Bank.Abdi Internet Bank",
"currency": "GBP",
"currentBalance": 49.61,
"type": "Asset",
"status": "Active",
"isBankAccount": true,
"modifiedDate": "2022-10-24T14:52:53Z",
"sourceModifiedDate": "2020-01-27T10:53:26Z",
"validDatatypeLinks": [
{
"property": "Id",
"links": [
"Payment.AccountRef.Id",
"BillPayment.AccountRef.Id"
]
}
]
},
{
"id": "b17083bc9b2748b4ab321b024e260eda",
"nominalCode": "147852",
"name": "Abdi Live Test",
"fullyQualifiedCategory": "Asset.Bank",
"fullyQualifiedName": "Asset.Bank.Abdi Live Test",
"currency": "GBP",
"currentBalance": 225830.75,
"type": "Asset",
"status": "Active",
"isBankAccount": true,
"modifiedDate": "2022-10-24T14:52:53Z",
"sourceModifiedDate": "2020-01-28T14:00:20Z",
"validDatatypeLinks": [
{
"property": "Id",
"links": [
"Payment.AccountRef.Id",
"BillPayment.AccountRef.Id"
]
}
]
}
],
"pageNumber": 1,
"pageSize": 2,
"totalResults": 283,
"_links": {
"current": {
"href": "/companies/390083e2-351b-407c-a3be-55081c36c182/data/accounts?page=1&pageSize=2"
},
"self": {
"href": "/companies/390083e2-351b-407c-a3be-55081c36c182/data/accounts"
},
"next": {
"href": "/companies/390083e2-351b-407c-a3be-55081c36c182/data/accounts?page=2&pageSize=2"
}
}
}
},
{
"status": "200",
"contentType": "application/json",
"name": "Sage Intacct",
"example": {
"results": [
{
"id": "2",
"nominalCode": "12100",
"name": "Accounts Receivable",
"fullyQualifiedCategory": "Assets.Current Assets.Account Receivable, Net of Allowance.Accounts Receivable.Accounts Receivable",
"fullyQualifiedName": "Assets.Current Assets.Account Receivable, Net of Allowance.Accounts Receivable.Accounts Receivable.Accounts Receivable",
"currency": "GBP",
"currentBalance": 0,
"type": "Asset",
"status": "Active",
"isBankAccount": false,
"modifiedDate": "2023-04-04T16:31:51Z",
"sourceModifiedDate": "2020-01-29T01:42:43",
"validDatatypeLinks": [],
"metadata": {
"isDeleted": false
}
},
{
"id": "155",
"nominalCode": "12710",
"name": "AR - Retainage",
"fullyQualifiedCategory": "Assets.Current Assets.Account Receivable, Net of Allowance.Accounts Receivable.Accounts Receivable",
"fullyQualifiedName": "Assets.Current Assets.Account Receivable, Net of Allowance.Accounts Receivable.Accounts Receivable.AR - Retainage",
"currency": "GBP",
"currentBalance": 0,
"type": "Asset",
"status": "Active",
"isBankAccount": false,
"modifiedDate": "2023-04-04T16:31:51Z",
"sourceModifiedDate": "2020-10-15T15:33:15",
"validDatatypeLinks": [],
"metadata": {
"isDeleted": false
}
}
],
"pageNumber": 1,
"pageSize": 2,
"totalResults": 181,
"_links": {
"current": {
"href": "/companies/df02b289-cb16-4964-ac4d-9fd60b04538e/data/accounts?page=1&pageSize=2"
},
"self": {
"href": "/companies/df02b289-cb16-4964-ac4d-9fd60b04538e/data/accounts"
},
"next": {
"href": "/companies/df02b289-cb16-4964-ac4d-9fd60b04538e/data/accounts?page=2&pageSize=2"
}
}
}
},
{
"status": "200",
"contentType": "application/json",
"name": "Wave",
"example": {
"results": [
{
"id": "QWNjb3VudDo5MjIzNDE3NjkzMzk3NjA2MzM7QnVzaW5lc3M6ZTI0OGQyZDctMWE5Ni00YTk4LWFkOTEtMDdlMGYyMmNhNmE2",
"name": "Abdi Bank",
"description": "Test Balance Sheet",
"fullyQualifiedCategory": "Asset.CashAndBank",
"fullyQualifiedName": "Asset.CashAndBank.Abdi Bank",
"currency": "GBP",
"type": "Asset",
"status": "Active",
"isBankAccount": true,
"modifiedDate": "2022-11-16T18:15:17Z",
"validDatatypeLinks": []
},
{
"id": "QWNjb3VudDo3OTE3NTA1OTcwOTQxNzQ3MTU7QnVzaW5lc3M6ZTI0OGQyZDctMWE5Ni00YTk4LWFkOTEtMDdlMGYyMmNhNmE2",
"name": "Cash on Hand",
"description": "Cash you haven\ufffdt deposited in the bank. Add your bank and credit card accounts to accurately categorize transactions that aren't cash.",
"fullyQualifiedCategory": "Asset.CashAndBank",
"fullyQualifiedName": "Asset.CashAndBank.Cash on Hand",
"currency": "GBP",
"type": "Asset",
# --- truncated at 32 KB (37 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/codat/refs/heads/main/examples/codat-list-accounting-accounts-example.json