POST api/Values
Request Information
URI Parameters
None.
Body Parameters
InputParam| Name | Description | Type | Additional information |
|---|---|---|---|
| mobileno | string |
None. |
|
| enrno | string |
None. |
|
| schoolcode | string |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"mobileno": "sample string 1",
"enrno": "sample string 2",
"schoolcode": "sample string 3"
}
application/xml, text/xml
Sample:
<InputParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OpenURL.Models"> <enrno>sample string 2</enrno> <mobileno>sample string 1</mobileno> <schoolcode>sample string 3</schoolcode> </InputParam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.