POST api/App/GetPhotoDetailsByEvent_PhotoID

Request Information

URI Parameters

None.

Body Parameters

GetPhotoDetailsByEvent_PhotoIDRequest
NameDescriptionTypeAdditional information
Event_PhotoID

integer

None.

StudentId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Event_PhotoID": 1,
  "StudentId": 2
}

application/xml, text/xml

Sample:
<GetPhotoDetailsByEvent_PhotoIDRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoapToRestApi.Models">
  <Event_PhotoID>1</Event_PhotoID>
  <StudentId>2</StudentId>
</GetPhotoDetailsByEvent_PhotoIDRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.