POST
/
consumers
/
{consumer_id}
/
accounting
/
chart-of-accounts
/
balance

Authorizations

Authorization
string
header
required

This access token needs to be included in each of your request to the Chift API.

Path Parameters

consumer_id
string
required

Query Parameters

folder_id
string

Accounting folder ID, this needs to be passed when activating the multiple folders feature.

page
integer
default:
1
Required range: x > 1
size
integer
default:
50
Required range: 1 < x < 100

Body

application/json
accounts
string[]
required

Array/list containing the account numbers/classes to include in the response. E.g. ["601", "7"] to retrieve all account in the class 7 and accounts with an account number beginning with 601

end
string
required

End month (included, e.g. 202312 for december 2023)

Required string length: 6
start
string

Start month (included, e.g. 202302 for february 2023)

Response

200 - application/json
items
object[]
required
page
integer
required
Required range: x > 1
size
integer
required
Required range: x > 1
total
integer
required
Required range: x > 0