POST api/Dashboard_v1/MakeTemplePhotoasPrimary
Request Information
URI Parameters
None.
Body Parameters
TempleMakeprimaryInput_v1| Name | Description | Type | Additional information |
|---|---|---|---|
| PhotoID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PhotoID": 1
}
application/xml, text/xml
Sample:
<TempleMakeprimaryInput_v1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TempleDirectory.Controllers"> <PhotoID>1</PhotoID> </TempleMakeprimaryInput_v1>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
TempleMakePrimaryResponse_v1| Name | Description | Type | Additional information |
|---|---|---|---|
| PhotoID | integer |
None. |
|
| ResponseCode | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"PhotoID": 1,
"ResponseCode": 2
}
application/xml, text/xml
Sample:
<TempleMakePrimaryResponse_v1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TempleDirectory.Controllers"> <PhotoID>1</PhotoID> <ResponseCode>2</ResponseCode> </TempleMakePrimaryResponse_v1>