POST api/Visit/onclinfostf
Request Information
URI Parameters
None.
Body Parameters
OncallInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| E_No | integer |
None. |
|
| Sch_Id | string |
None. |
|
| Sname | string |
None. |
|
| Sadd | string |
None. |
|
| M_Name | string |
None. |
|
| M_Mob | string |
None. |
|
| M_Desg | string |
None. |
|
| Staff_Img | string |
None. |
|
| Staff_Id | string |
None. |
|
| Ent_Date | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"E_No": 1,
"Sch_Id": "sample string 2",
"Sname": "sample string 3",
"Sadd": "sample string 4",
"M_Name": "sample string 5",
"M_Mob": "sample string 6",
"M_Desg": "sample string 7",
"Staff_Img": "sample string 8",
"Staff_Id": "sample string 9",
"Ent_Date": "2025-12-21T14:58:23.5478553+05:30"
}
application/xml, text/xml
Sample:
<OncallInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/school_staff_logs.Models"> <E_No>1</E_No> <Ent_Date>2025-12-21T14:58:23.5478553+05:30</Ent_Date> <M_Desg>sample string 7</M_Desg> <M_Mob>sample string 6</M_Mob> <M_Name>sample string 5</M_Name> <Sadd>sample string 4</Sadd> <Sch_Id>sample string 2</Sch_Id> <Sname>sample string 3</Sname> <Staff_Id>sample string 9</Staff_Id> <Staff_Img>sample string 8</Staff_Img> </OncallInfo>
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.