POST api/UploadFileAPI

Request Information

URI Parameters

None.

Body Parameters

UploadFileModel
NameDescriptionTypeAdditional information
FileName

string

None.

FileByte

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "FileName": "sample string 1",
  "FileByte": "QEA="
}

application/xml, text/xml

Sample:
<UploadFileModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XpertAPI.Models">
  <FileByte>QEA=</FileByte>
  <FileName>sample string 1</FileName>
</UploadFileModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.