Download Disbursement Instructions
GET/disbursements/:id/instructions
Allows an SDP user to download the raw CSV file that was uploaded when creating the disbursement. This will only return results after instructions have been attached to a draft disbursement.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Disbursement CSV file
Response Headers
Content-Disposition
The filename of the returned CSV file.
Content-Type
text/csv
Bad request, invalid request parameters
Unauthorized
Forbidden
Disbursement Not Found