POST api/ImageUpload

Request Information

URI Parameters

None.

Body Parameters

ImageUploadModel
NameDescriptionTypeAdditional information
dateUTC

string

None.

UserName

string

None.

Comments

string

None.

ImageData

string

None.

Request Formats

application/json, text/json

Sample:
{
  "dateUTC": "sample string 1",
  "UserName": "sample string 2",
  "Comments": "sample string 3",
  "ImageData": "sample string 4"
}

application/xml, text/xml

Sample:
<FltDataController.ImageUploadModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EFBwebservice.Controllers">
  <Comments>sample string 3</Comments>
  <ImageData>sample string 4</ImageData>
  <UserName>sample string 2</UserName>
  <dateUTC>sample string 1</dateUTC>
</FltDataController.ImageUploadModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.