Developers
Accruals

Read a customer's accrual state for one month

GET
/accruals

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

customer*string
Length1 <= length
month*string
Length1 <= length

Response 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"}