POST BusineesAnalysis/GetCompanyList

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "CompCode": "sample string 1",
    "CompTag": "sample string 2",
    "CompUnit": "sample string 3"
  },
  {
    "CompCode": "sample string 1",
    "CompTag": "sample string 2",
    "CompUnit": "sample string 3"
  },
  {
    "CompCode": "sample string 1",
    "CompTag": "sample string 2",
    "CompUnit": "sample string 3"
  }
]

text/html

Sample:
[{"CompCode":"sample string 1","CompTag":"sample string 2","CompUnit":"sample string 3"},{"CompCode":"sample string 1","CompTag":"sample string 2","CompUnit":"sample string 3"},{"CompCode":"sample string 1","CompTag":"sample string 2","CompUnit":"sample string 3"}]

application/xml, text/xml

Sample:
<ArrayOfCompanyList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers">
  <CompanyList>
    <CompCode>sample string 1</CompCode>
    <CompTag>sample string 2</CompTag>
    <CompUnit>sample string 3</CompUnit>
  </CompanyList>
  <CompanyList>
    <CompCode>sample string 1</CompCode>
    <CompTag>sample string 2</CompTag>
    <CompUnit>sample string 3</CompUnit>
  </CompanyList>
  <CompanyList>
    <CompCode>sample string 1</CompCode>
    <CompTag>sample string 2</CompTag>
    <CompUnit>sample string 3</CompUnit>
  </CompanyList>
</ArrayOfCompanyList>