POST api/SDKLogisticsOverseaWarehouse/GetOverseaWarehouseCompanyChannelList

Request Information

URI Parameters

None.

Body Parameters

OverseaWarehouseCompanyChannelReq
NameDescriptionTypeAdditional information
WarehouseCode

string

None.

TokenId

integer

None.

WarehouseServiceType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "WarehouseCode": "sample string 1",
  "TokenId": 2,
  "WarehouseServiceType": "sample string 3"
}

application/xml, text/xml

Sample:
<OverseaWarehouseCompanyChannelReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MS.LPS.Model.LogisticsOverseaWarehouse">
  <TokenId>2</TokenId>
  <WarehouseCode>sample string 1</WarehouseCode>
  <WarehouseServiceType>sample string 3</WarehouseServiceType>
</OverseaWarehouseCompanyChannelReq>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseResultOfListOfOverseaWarehouseCompanyChannelInfo
NameDescriptionTypeAdditional information
Status

boolean

None.

ErrorCode

string

None.

ErrorMessage

string

None.

Data

Collection of OverseaWarehouseCompanyChannelInfo

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "ErrorCode": "sample string 2",
  "ErrorMessage": "sample string 3",
  "Data": [
    {
      "ChannelCode": "sample string 1",
      "ChannelName": "sample string 2",
      "WarehouseCode": "sample string 3"
    },
    {
      "ChannelCode": "sample string 1",
      "ChannelName": "sample string 2",
      "WarehouseCode": "sample string 3"
    }
  ]
}

application/xml, text/xml

Sample:
<ResponseResultOfArrayOfOverseaWarehouseCompanyChannelInfok20RuBjC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Willv.Common">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/MS.LPS.Model.LogisticsOverseaWarehouse">
    <d2p1:OverseaWarehouseCompanyChannelInfo>
      <d2p1:ChannelCode>sample string 1</d2p1:ChannelCode>
      <d2p1:ChannelName>sample string 2</d2p1:ChannelName>
      <d2p1:WarehouseCode>sample string 3</d2p1:WarehouseCode>
    </d2p1:OverseaWarehouseCompanyChannelInfo>
    <d2p1:OverseaWarehouseCompanyChannelInfo>
      <d2p1:ChannelCode>sample string 1</d2p1:ChannelCode>
      <d2p1:ChannelName>sample string 2</d2p1:ChannelName>
      <d2p1:WarehouseCode>sample string 3</d2p1:WarehouseCode>
    </d2p1:OverseaWarehouseCompanyChannelInfo>
  </Data>
  <ErrorCode>sample string 2</ErrorCode>
  <ErrorMessage>sample string 3</ErrorMessage>
  <Status>true</Status>
</ResponseResultOfArrayOfOverseaWarehouseCompanyChannelInfok20RuBjC>