POST api/Individuals/UpdatePhotos

Request Information

URI Parameters

None.

Body Parameters

cms_photo_update_dc
NameDescriptionTypeAdditional information
ittfid

integer

None.

photo_R_400px

string

None.

photo_L_400px

string

None.

photo_R_1080px

string

None.

photo_L_1080px

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ittfid": 1,
  "photo_R_400px": "sample string 2",
  "photo_L_400px": "sample string 3",
  "photo_R_1080px": "sample string 4",
  "photo_L_1080px": "sample string 5"
}

application/xml, text/xml

Sample:
<cms_photo_update_dc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers.Utils">
  <ittfid>1</ittfid>
  <photo_L_1080px>sample string 5</photo_L_1080px>
  <photo_L_400px>sample string 3</photo_L_400px>
  <photo_R_1080px>sample string 4</photo_R_1080px>
  <photo_R_400px>sample string 2</photo_R_400px>
</cms_photo_update_dc>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

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