Download a reconciliation result file
GET/demand/accounts/{account_id}/reconciliations/{request_id}/downloads/{download_type}
Download CSV files related to reconciliation submissions.
| download type | generated for | Description |
|---|---|---|
submitted-rids | All submission types | The original file submitted by the client. Available once the submission is successfully submitted. |
expired-rids | All submission types | A file containing all expired RIDs for a given submission. Available once the submission has completed processing. |
invalid-rids | All submission types | A file containing all invalid RIDs for a given submission. Available once the submission has completed processing. |
remaining-project-completes | approved_rids | A file containing all remaining completes for the project associated with the submission. Available once the submission has completed processing. |
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Successfully returns a CSV file.
A request is not valid and can't be processed.
A request is unauthorized.
A requested is forbidden.
A requested resource isn't found.
A request failed due to an internal error.