cURL
curl --request POST \ --url https://api.endclose.com/v1/reconciliation_exceptions \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "title": "<string>", "description": "<string>", "status": "open", "reconciliation_id": "<string>", "record_ids": [ "<string>" ], "assignee_ids": [ "<string>" ] } '
{ "title": "<string>", "id": 123, "description": "<string>", "status": "open", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "assignees": [ {} ], "amount": 123, "decimal_places": 2 }
open
investigating
dismissed
resolved
IDs of records to associate with this exception
IDs of users to assign to this exception
Exception created
Sum of associated record amounts in cents
Number of decimal places (2 for USD)