POST api/child/adult-image-save

Request Information

URI Parameters

None.

Body Parameters

ProfilePictureModel
NameDescriptionTypeAdditional information
id

integer

None.

imageurl

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "imageurl": "sample string 2"
}

application/xml, text/xml

Sample:
<ProfilePictureModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iCareApiModel">
  <id>1</id>
  <imageurl>sample string 2</imageurl>
</ProfilePictureModel>

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

Response Information

Resource Description

ProfilePictureModel
NameDescriptionTypeAdditional information
id

integer

None.

imageurl

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "imageurl": "sample string 2"
}

application/xml, text/xml

Sample:
<ProfilePictureModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iCareApiModel">
  <id>1</id>
  <imageurl>sample string 2</imageurl>
</ProfilePictureModel>