POST api/StudentReq/GetPhoto
Request Information
URI Parameters
None.
Body Parameters
StudentReqImageVM| Name | Description | Type | Additional information |
|---|---|---|---|
| RequestId | integer |
Required |
|
| RequestType | string |
Required |
|
| PhotoPath | string |
Required String length: inclusive between 0 and 250 |
Request Formats
application/json, text/json
Sample:
{
"RequestId": 1,
"RequestType": "sample string 2",
"PhotoPath": "sample string 3"
}
application/xml, text/xml
Sample:
<StudentReqImageVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <PhotoPath>sample string 3</PhotoPath> <RequestId>1</RequestId> <RequestType>sample string 2</RequestType> </StudentReqImageVM>
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.