POST api/eventPhoto/DeleteEventPhotoChild
Request Information
URI Parameters
None.
Body Parameters
DeleteEventPhotoChildRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ChildId | integer |
None. |
|
| EventPhotoId | integer |
None. |
|
| SchoolId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ChildId": 1,
"EventPhotoId": 2,
"SchoolId": 3
}
application/xml, text/xml
Sample:
<DeleteEventPhotoChildRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YourNamespace.Controllers"> <ChildId>1</ChildId> <EventPhotoId>2</EventPhotoId> <SchoolId>3</SchoolId> </DeleteEventPhotoChildRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.