v1
OAS 3.0.4
Accounting API
Client Libraries
Trial Balances
The consent for which you wish to get trial balances.
The start date that you wish to return trial balances for, in the following format: "YYYY-MM-DD"
The end date that you wish to return trial balances for, in the following format: "YYYY-MM-DD"
The level of detail you wish to return trial balances for. Possible values are: 1, 2, 3
A unique GUID that can be used to track this request
Not Implemented
curl 'https://apione.zwapgrid.com/accounting/api/v2/consents/{consentId}/trialbalances?StartDate=&EndDate=' \
--header 'X-Correlation-Id: ' \
--header 'X-Api-Key: YOUR_SECRET_TOKEN'
{
"trialBalancePeriod": {
"startDate": null,
"endDate": null
},
"financialReport": {
"accounts": [
{
"accountingAccount": {
"id": null,
"accountingAccountId": null,
"name": null,
"standardAccountingAccountId": null,
"descriptions": [
{
"text": null,
"languageId": null
}
],
"accountingAccountTypeCode": {
"code": null,
"listId": null
}
},
"endingBalance": {
"baseCurrencies": [
{
"currencyId": null,
"baseAmount": 1
}
]
},
"accountMovement": {
"baseCurrencies": [
{
"currencyId": null,
"baseAmount": 1
}
]
}
}
],
"categories": [
{
"descriptions": [
{
"text": null,
"languageId": null
}
],
"endingBalance": {
"baseCurrencies": [
{
"currencyId": null,
"baseAmount": 1
}
]
},
"accountMovement": {
"baseCurrencies": [
{
"currencyId": null,
"baseAmount": 1
}
]
},
"subCategories": [
{
"descriptions": [
{
"text": null,
"languageId": null
}
],
"endingBalance": {
"baseCurrencies": [
{
"currencyId": null,
"baseAmount": 1
}
]
},
"accountMovement": {
"baseCurrencies": [
{
"currencyId": null,
"baseAmount": 1
}
]
},
"subCategories": "[Circular Reference]",
"accounts": [
{
"accountingAccount": {
"id": null,
"accountingAccountId": null,
"name": null,
"standardAccountingAccountId": null,
"descriptions": [
{
"text": null,
"languageId": null
}
],
"accountingAccountTypeCode": {
"code": null,
"listId": null
}
},
"endingBalance": {
"baseCurrencies": [
{
"currencyId": null,
"baseAmount": 1
}
]
},
"accountMovement": {
"baseCurrencies": [
{
"currencyId": null,
"baseAmount": 1
}
]
}
}
]
}
],
"accounts": [
{
"accountingAccount": {
"id": null,
"accountingAccountId": null,
"name": null,
"standardAccountingAccountId": null,
"descriptions": [
{
"text": null,
"languageId": null
}
],
"accountingAccountTypeCode": {
"code": null,
"listId": null
}
},
"endingBalance": {
"baseCurrencies": [
{
"currencyId": null,
"baseAmount": 1
}
]
},
"accountMovement": {
"baseCurrencies": [
{
"currencyId": null,
"baseAmount": 1
}
]
}
}
]
}
]
}
}
OK
Account Balances
Accounting Periods