POST api/LiveSchoolData/PostSchoolRaftsRegisteredData
Request Information
URI Parameters
None.
Body Parameters
SchoolRaftsRegistered| Name | Description | Type | Additional information |
|---|---|---|---|
| institution_id | integer |
None. |
|
| noofRegistered | integer |
None. |
|
| noofraftassigned | integer |
None. |
|
| nooftotalstudents | integer |
None. |
|
| miscdata | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"institution_id": 1,
"noofRegistered": 2,
"noofraftassigned": 3,
"nooftotalstudents": 4,
"miscdata": "sample string 5"
}
application/xml, text/xml
Sample:
<SchoolRaftsRegistered xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StOMSDataWebApi.Models"> <institution_id>1</institution_id> <miscdata>sample string 5</miscdata> <noofRegistered>2</noofRegistered> <noofraftassigned>3</noofraftassigned> <nooftotalstudents>4</nooftotalstudents> </SchoolRaftsRegistered>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |