POST api/LAQDocuments/Download

DownloadLeaseQueueFiles

Request Information

Parameters

NameDescriptionAdditional information
downloadRequest
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "KeyValues": [
    {
      "Key": "sample string 1",
      "Value": "sample string 2"
    },
    {
      "Key": "sample string 1",
      "Value": "sample string 2"
    },
    {
      "Key": "sample string 1",
      "Value": "sample string 2"
    }
  ]
}

text/javascript

Sample:
{"KeyValues":[{"Key":"sample string 1","Value":"sample string 2"},{"Key":"sample string 1","Value":"sample string 2"},{"Key":"sample string 1","Value":"sample string 2"}]}

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 'DecisionsDownloadDocumentRequest'.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "FileName": "sample string 1",
  "ContentType": "sample string 2",
  "Content": "sample string 3",
  "StatusCode": "sample string 4",
  "StatusDescription": "sample string 5"
}

text/javascript

Sample:
{"FileName":"sample string 1","ContentType":"sample string 2","Content":"sample string 3","StatusCode":"sample string 4","StatusDescription":"sample string 5"}