GET api/RouteCompanyList?token={token}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CompanyList
NameDescriptionTypeAdditional information
CompanyName

string

None.

Response Formats

application/json, text/json

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

text/xml

Sample:
<ArrayOfCompanyList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StenskivorAPP.Models">
  <CompanyList>
    <CompanyName>sample string 1</CompanyName>
  </CompanyList>
  <CompanyList>
    <CompanyName>sample string 1</CompanyName>
  </CompanyList>
</ArrayOfCompanyList>