cURL
curl --request GET \ --url https://dev.exante.app/api/organization/{organization_uid}/invoices/filter-options \ --header 'Authorization: Bearer <token>'
{ "status": "success", "status_code": 200, "message": "Success", "data": { "statuses": [ "<string>" ], "collection_methods": [ "<string>" ], "date_range": { "min": "2023-11-07T05:31:56Z", "max": "2023-11-07T05:31:56Z", "due_date": { "min": "2023-11-07T05:31:56Z", "max": "2023-11-07T05:31:56Z" }, "issue_date": { "min": "2023-11-07T05:31:56Z", "max": "2023-11-07T05:31:56Z" }, "paid_date": { "min": "2023-11-07T05:31:56Z", "max": "2023-11-07T05:31:56Z" } }, "total": { "min": 123, "max": 123 }, "overdue_days": { "min": 123, "max": 123 } } }
Returns the valid invoice statuses, collection methods, date bounds, total range, and overdue-days range for invoice filters.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Organization UID
Invoice filter options
"success"
200
"Success"
Show child attributes