GET api/docs/download?fileName={fileName}&applicationId={applicationId}

A method to download the customer proof file that was previously uploaded by a customer

Request Information

URI Parameters

NameDescriptionTypeAdditional information
fileName

Customer proof document file name

string

Required

applicationId

The application id.

integer

Required

Body Parameters

None.

Response Information

Resource Description

Returns 200 OK and file stream in case of successful request; 404 status code - in case file with provided name and type doesn't exist; 500 - in case of any other internal server error

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.