Take.API

<back to all web services

HandleProblemRequest

The following routes are available for this service:
GET,POST/problem/HandleProblem处理问题件
HandleProblemRequest Parameters:
NameParameterData TypeRequiredDescription
IDbodyintNo主键
RouteIDbodystringNo路线编号
ProblemIDbodystringNo问题件编号
PrepareIDbodystringNo路线编号
YBookingNumberbodystringNo原商品订单号
NBookingNumberbodystringNo新商品订单号
ProblemTypebodystringNo问题件类型(0:重新下单,没有原订单号 1:重新下单,之前订单作废 2:保留原单,创建新的订单 3:保留原单,修改原单箱数 4:合并订单,绑定新的订单 4:合并订单,绑定新的订单)
ProblemNumberbodyintNo问题件箱数
ProblemCubebodyfloatNo问题件立方
ProblemWeightbodyfloatNo问题件重量
RemarksbodystringNo备注
HandleProblemResponse Parameters:
NameParameterData TypeRequiredDescription
IsOKformboolYes是否成功
ResponseBase Parameters:
NameParameterData TypeRequiredDescription
ErrorCodeformintYes返回编码,200之外的值都表示有错误
ErrorMsgformstringYes返回的消息

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

HTTP + XML

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

POST /xml/reply/HandleProblemRequest HTTP/1.1 
Host: bookinglogin.hart-worldwide.com 
Content-Type: application/xml
Content-Length: length

<HandleProblemRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WinJo.Framing.DTO">
  <ID>0</ID>
  <NBookingNumber>String</NBookingNumber>
  <PrepareID>String</PrepareID>
  <ProblemCube>0</ProblemCube>
  <ProblemID>String</ProblemID>
  <ProblemNumber>0</ProblemNumber>
  <ProblemType>String</ProblemType>
  <ProblemWeight>0</ProblemWeight>
  <Remarks>String</Remarks>
  <RouteID>String</RouteID>
  <YBookingNumber>String</YBookingNumber>
</HandleProblemRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<HandleProblemResponse 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>
  <IsOK>false</IsOK>
</HandleProblemResponse>