GET api/WillvLogisticsSdk/GetAllCompanyConfig
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of LogisticsCompanyConfig| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Title | string |
None. |
|
| IsForecast | boolean |
None. |
|
| IsOverseas | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Code": 1,
"Title": "sample string 2",
"IsForecast": true,
"IsOverseas": true
},
{
"Code": 1,
"Title": "sample string 2",
"IsForecast": true,
"IsOverseas": true
}
]
application/xml, text/xml
Sample:
<ArrayOfLogisticsCompanyConfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Willv.Logistics.Standard.Sdk.Common.Model.LogisticsCompany">
<LogisticsCompanyConfig>
<Code>1</Code>
<IsForecast>true</IsForecast>
<IsOverseas>true</IsOverseas>
<Title>sample string 2</Title>
</LogisticsCompanyConfig>
<LogisticsCompanyConfig>
<Code>1</Code>
<IsForecast>true</IsForecast>
<IsOverseas>true</IsOverseas>
<Title>sample string 2</Title>
</LogisticsCompanyConfig>
</ArrayOfLogisticsCompanyConfig>