cURL
curl --request PATCH \ --url https://api.endclose.com/v1/reconciliation_exceptions/{id} \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "title": "<string>", "description": "<string>", "status": "open" } '
{ "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 }
Update the title, description, or status of an exception.
open
investigating
dismissed
resolved
Exception updated
Sum of associated record amounts in cents
Number of decimal places (2 for USD)