Accruals
Read a customer's accrual state for one month
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Query Parameters
customer*string
Length
1 <= lengthmonth*string
Length
1 <= lengthResponse Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/accruals?customer=string&month=string"{ "object": "accrual", "id": "string", "customer_id": "string", "accrual_month": "string", "original_accrual_month": "string", "status": "draft", "dinero_voucher_guid": "string", "dinero_voucher_number": -9007199254740991, "booked_at": "string"}