Skip to main content

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

Path Parameters

    id stringrequired

    ID of the Disbursement

Responses

Disbursement CSV file

Response Headers
  • Content-Disposition string

    The filename of the returned CSV file.

  • Content-Type string

    text/csv

Schema
    any
Loading...