GET api/RouteCompanyList/{cultureName}/{category}/{collection}?token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
|
| cultureName | string |
None. |
|
| category | string |
None. |
|
| collection | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of CompanyList| Name | Description | Type | Additional 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>