POST api/EmployeeDetails

No documentation available.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "EmpDetails": "sample string 1"
  },
  {
    "EmpDetails": "sample string 1"
  },
  {
    "EmpDetails": "sample string 1"
  }
]

text/xml

Sample:
<ArrayOfclsEmployeeDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GTFSApp.Models">
  <clsEmployeeDetails>
    <EmpDetails>sample string 1</EmpDetails>
  </clsEmployeeDetails>
  <clsEmployeeDetails>
    <EmpDetails>sample string 1</EmpDetails>
  </clsEmployeeDetails>
  <clsEmployeeDetails>
    <EmpDetails>sample string 1</EmpDetails>
  </clsEmployeeDetails>
</ArrayOfclsEmployeeDetails>