cURL
curl --request POST \ --url https://api.casexchange.com/api/v1/cases/bulk-update \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form file='@example-file'
{ "success": true, "data": { "fileName": "<string>", "totalRows": 123, "successful": 123, "failed": 123, "created": 123, "updated": 123, "successfulCases": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "title": "<string>", "status": "<string>", "referenceNumber": "<string>", "operation": "create" } ], "failedRows": [ {} ] } }
Update multiple cases via CSV upload
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Bulk update summary
Show child attributes