POST api/SaveImage?ImgName={ImgName}&FacID={FacID}&ClientID={ClientID}&UserID={UserID}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
contact
No documentation available.

Define this parameter in the request body.

ImgName
No documentation available.

Define this parameter in the request URI.

FacID
No documentation available.

Define this parameter in the request URI.

ClientID
No documentation available.

Define this parameter in the request URI.

UserID
No documentation available.

Define this parameter in the request URI.

Request body formats

application/json, text/json

Sample:
{
  "Imagestr": "sample string 1"
}

text/xml

Sample:
<Imgstr xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataAPI.DataAPI.Models">
  <Imagestr>sample string 1</Imagestr>
</Imgstr>

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

Response Information

Response body formats

application/json, text/json

Sample:
true

text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>