GET api/WillvLogisticsSdk/GetAllForecastConfig
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of LogisticsForecastChannel| Name | Description | Type | Additional information |
|---|---|---|---|
| LogisticsForecastSmtChannelCode | string |
None. |
|
| LogisticsForecastSupportList | Collection of LogisticsForecastSupportConfig |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"LogisticsForecastSmtChannelCode": "sample string 1",
"LogisticsForecastSupportList": [
{
"CompanyCode": 0,
"ChannelCode": "sample string 1"
},
{
"CompanyCode": 0,
"ChannelCode": "sample string 1"
}
]
},
{
"LogisticsForecastSmtChannelCode": "sample string 1",
"LogisticsForecastSupportList": [
{
"CompanyCode": 0,
"ChannelCode": "sample string 1"
},
{
"CompanyCode": 0,
"ChannelCode": "sample string 1"
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfLogisticsForecastChannel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Willv.Logistics.Standard.Sdk.Common.Model.LogisticsForecast">
<LogisticsForecastChannel>
<LogisticsForecastSmtChannelCode>sample string 1</LogisticsForecastSmtChannelCode>
<LogisticsForecastSupportList>
<LogisticsForecastSupportConfig>
<ChannelCode>sample string 1</ChannelCode>
<CompanyCode>None</CompanyCode>
</LogisticsForecastSupportConfig>
<LogisticsForecastSupportConfig>
<ChannelCode>sample string 1</ChannelCode>
<CompanyCode>None</CompanyCode>
</LogisticsForecastSupportConfig>
</LogisticsForecastSupportList>
</LogisticsForecastChannel>
<LogisticsForecastChannel>
<LogisticsForecastSmtChannelCode>sample string 1</LogisticsForecastSmtChannelCode>
<LogisticsForecastSupportList>
<LogisticsForecastSupportConfig>
<ChannelCode>sample string 1</ChannelCode>
<CompanyCode>None</CompanyCode>
</LogisticsForecastSupportConfig>
<LogisticsForecastSupportConfig>
<ChannelCode>sample string 1</ChannelCode>
<CompanyCode>None</CompanyCode>
</LogisticsForecastSupportConfig>
</LogisticsForecastSupportList>
</LogisticsForecastChannel>
</ArrayOfLogisticsForecastChannel>