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