POST api/Staff/stfmassin

Request Information

URI Parameters

None.

Body Parameters

StaffMaster
NameDescriptionTypeAdditional information
Entry_No

integer

None.

Staff_Id

string

None.

Stf_Name

string

None.

Desig

string

None.

Stf_Contact

string

None.

Stf_Status

boolean

None.

Stf_Type

string

None.

Stf_pass

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Entry_No": 1,
  "Staff_Id": "sample string 2",
  "Stf_Name": "sample string 3",
  "Desig": "sample string 4",
  "Stf_Contact": "sample string 5",
  "Stf_Status": true,
  "Stf_Type": "sample string 6",
  "Stf_pass": "sample string 7"
}

application/xml, text/xml

Sample:
<StaffMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/school_staff_logs.Models">
  <Desig>sample string 4</Desig>
  <Entry_No>1</Entry_No>
  <Staff_Id>sample string 2</Staff_Id>
  <Stf_Contact>sample string 5</Stf_Contact>
  <Stf_Name>sample string 3</Stf_Name>
  <Stf_Status>true</Stf_Status>
  <Stf_Type>sample string 6</Stf_Type>
  <Stf_pass>sample string 7</Stf_pass>
</StaffMaster>

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.