POST BusineesAnalysis/GetStaff

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ConsName": "sample string 1",
    "ContactNo": "sample string 2"
  },
  {
    "ConsName": "sample string 1",
    "ContactNo": "sample string 2"
  },
  {
    "ConsName": "sample string 1",
    "ContactNo": "sample string 2"
  }
]

text/html

Sample:
[{"ConsName":"sample string 1","ContactNo":"sample string 2"},{"ConsName":"sample string 1","ContactNo":"sample string 2"},{"ConsName":"sample string 1","ContactNo":"sample string 2"}]

application/xml, text/xml

Sample:
<ArrayOfStaff xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers">
  <Staff>
    <ConsName>sample string 1</ConsName>
    <ContactNo>sample string 2</ContactNo>
  </Staff>
  <Staff>
    <ConsName>sample string 1</ConsName>
    <ContactNo>sample string 2</ContactNo>
  </Staff>
  <Staff>
    <ConsName>sample string 1</ConsName>
    <ContactNo>sample string 2</ContactNo>
  </Staff>
</ArrayOfStaff>