POST api/App/GetEmployeeMasterBySchoolId_SectionId
Request Information
URI Parameters
None.
Body Parameters
GetEmployeeMasterBySchoolId_SectionIdRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| School_Id | integer |
None. |
|
| Section_Id | integer |
None. |
|
| Emp_Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"School_Id": 1,
"Section_Id": 2,
"Emp_Id": 3
}
application/xml, text/xml
Sample:
<GetEmployeeMasterBySchoolId_SectionIdRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoapToRestApi.Models"> <Emp_Id>3</Emp_Id> <School_Id>1</School_Id> <Section_Id>2</Section_Id> </GetEmployeeMasterBySchoolId_SectionIdRequest>
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.