POST DMS/DownloadAttachment

Request Information

URI Parameters

None.

Body Parameters

DMSDownloadFileDTO
NameDescriptionTypeAdditional information
UserId

integer

None.

DocumentId

integer

None.

AttachmentId

integer

None.

DeviceId

string

None.

MobileName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "DocumentId": 2,
  "AttachmentId": 3,
  "DeviceId": "sample string 4",
  "MobileName": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.