POST api/Phone/phclrtstf

Request Information

URI Parameters

None.

Body Parameters

PhonecallInfo
NameDescriptionTypeAdditional information
E_No

integer

None.

Sch_Id

string

None.

Call_Date

date

None.

Follow_Date

date

None.

Call_Detail

string

None.

Remark

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",
  "Call_Date": "2025-12-21T14:52:48.3980794+05:30",
  "Follow_Date": "2025-12-21T14:52:48.3980794+05:30",
  "Call_Detail": "sample string 3",
  "Remark": "sample string 4",
  "Staff_Id": "sample string 5",
  "Ent_Date": "2025-12-21T14:52:48.3980794+05:30"
}

application/xml, text/xml

Sample:
<PhonecallInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/school_staff_logs.Models">
  <Call_Date>2025-12-21T14:52:48.3980794+05:30</Call_Date>
  <Call_Detail>sample string 3</Call_Detail>
  <E_No>1</E_No>
  <Ent_Date>2025-12-21T14:52:48.3980794+05:30</Ent_Date>
  <Follow_Date>2025-12-21T14:52:48.3980794+05:30</Follow_Date>
  <Remark>sample string 4</Remark>
  <Sch_Id>sample string 2</Sch_Id>
  <Staff_Id>sample string 5</Staff_Id>
</PhonecallInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.