Take.API

<back to all web services

OrderInfoListRequest

获取待分配提货订单集合
OrderInfoListRequest Parameters:
NameParameterData TypeRequiredDescription
AddRouteIdsbodyList<string>No根源路线编号
RouteIDsbodyList<string>No路线编号
BookingNumberbodystringNo商品订单编号
OrderNumberbodystringNo提货订单编号
StatusbodyintNo提货订单状态(-1:全部 0:待分配 1:已分配 2:已完成)
OrderModelResponse Parameters:
NameParameterData TypeRequiredDescription
OrderInfoformList<OrderInfo>Yes提货订单信息
ResponseBase Parameters:
NameParameterData TypeRequiredDescription
ErrorCodeformintYes返回编码,200之外的值都表示有错误
ErrorMsgformstringYes返回的消息
OrderInfo Parameters:
NameParameterData TypeRequiredDescription
IDformintYes主键
OrderNumberformstringYes提货订单编号
CorporateNameformstringNo公司名称
BookingNumberformstringYes商品订单编号
ChannelNameformstringNo渠道名称
StatusformintYes提货订单状态(0:待分配 1:已分配 2:已完成
BoxNmberformdoubleYes总箱数
BoxWeightformdoubleYes总毛重(单位KG)
BoxCubeformdoubleYes总立方(单位立方)
LinkManformstringYes提货点联系人
PhoneNumberformstringYes提货点联系人手机
ProvinceformintYes省份
CityformintNo
AreaformintNo区县
AddressformstringNo地址详情
TakeAddressformstringNo提货地址
LongitudeformdoubleYes经度
LatitudeformdoubleYes纬度
RemarksformstringYes备注
CreateByformstringYes创建人
CreateDTformDateTimeYes创建时间
GoodCargoTimeformDateTime?No货好时间
BkInfPickupIdformstringNo提货点id

To override the Content-type in your clients, use the HTTP Accept Header, append the .soap12 suffix or ?format=soap12

HTTP + SOAP12

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /soap12 HTTP/1.1 
Host: bookinglogin.hart-worldwide.com 
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
    <soap12:Body>

<OrderInfoListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WinJo.Framing.DTO">
  <AddRouteIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </AddRouteIds>
  <BookingNumber>String</BookingNumber>
  <OrderNumber>String</OrderNumber>
  <RouteIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </RouteIDs>
  <Status>0</Status>
</OrderInfoListRequest>

    </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
    <soap12:Body>

<OrderModelResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WinJo.Framing.DTO">
  <ErrorCode>0</ErrorCode>
  <ErrorMsg>String</ErrorMsg>
  <OrderInfo>
    <OrderInfo>
      <Address>String</Address>
      <Area>0</Area>
      <BkInfPickupId>String</BkInfPickupId>
      <BookingNumber>String</BookingNumber>
      <BoxCube>0</BoxCube>
      <BoxNmber>0</BoxNmber>
      <BoxWeight>0</BoxWeight>
      <ChannelName>String</ChannelName>
      <City>0</City>
      <CorporateName>String</CorporateName>
      <CreateBy>String</CreateBy>
      <CreateDT>0001-01-01T00:00:00</CreateDT>
      <GoodCargoTime>0001-01-01T00:00:00</GoodCargoTime>
      <ID>0</ID>
      <Latitude>0</Latitude>
      <LinkMan>String</LinkMan>
      <Longitude>0</Longitude>
      <OrderNumber>String</OrderNumber>
      <PhoneNumber>String</PhoneNumber>
      <Province>0</Province>
      <Remarks>String</Remarks>
      <Status>0</Status>
      <TakeAddress>String</TakeAddress>
    </OrderInfo>
  </OrderInfo>
</OrderModelResponse>

    </soap12:Body>
</soap12:Envelope>