POST api/UploadFiles/Download

下載

Request Information

URI Parameters

None.

Body Parameters

FilesModel
NameDescriptionTypeAdditional information
O_Id

globally unique identifier

None.

Target

string

None.

IDNO

string

None.

FileName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "O_Id": "822393c1-3f0f-4f39-8dcb-7e1d4a6d3238",
  "Target": "sample string 2",
  "IDNO": "sample string 3",
  "FileName": "sample string 4"
}

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.