v1

latestOpenAPI 3.0.12026-07-245277551.2 MB
Trial balance

Check trial balance configuration status

Check whether a property has configured its trial balance. The response indicates whether the trial balance is configured and, if so, the date it was set up. You must configure the trial balance before you can generate daily reports.

get/accounting/v1.0/trial-balance/configuration/status

Headers

X-Property-IDinteger required

Property id

Response

OK

configuredAtstring

Configured datetime (ISO 8601) in UTC

configuredboolean

True if this property has configured trial balance.

Example response

{
  "configuredAt": "2017-07-21T17:32:28Z"
}