GET Document/DownloadDocument

Request Information

URI Parameters

None.

Body Parameters

DownloadDocumentBindingModel
NameDescriptionTypeAdditional information
DocumentId

integer

None.

DocumentFilePath

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DocumentId": 1,
  "DocumentFilePath": "sample string 2"
}

application/xml, text/xml

Sample:
<DownloadDocumentBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HLSClientPortal.Models">
  <DocumentFilePath>sample string 2</DocumentFilePath>
  <DocumentId>1</DocumentId>
</DownloadDocumentBindingModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DownloadDocumentBindingModel'.

Response Information

Resource Description

None.