Take.API

<back to all web services

TurnPrepareRequest

The following routes are available for this service:
GET,POST/prepare/TurnPrepar绑定配货详情
TurnPrepareRequest Parameters:
NameParameterData TypeRequiredDescription
IDbodyList<int>Yes配货详情ID
ProblemTypebodyintYes问题件类型(0:重新下单,没有原订单号 1:重新下单,之前订单作废 2:保留原单,创建新的订单 3:保留原单,修改原单箱数 4:合并订单,绑定新的订单)
CreateBybodystringNo操作人
ResponseBase Parameters:
NameParameterData TypeRequiredDescription
ErrorCodeformintYes返回编码,200之外的值都表示有错误
ErrorMsgformstringYes返回的消息
TurnPrepareResponse Parameters:
NameParameterData TypeRequiredDescription
IsOKformboolYes是否成功

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

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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

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

{"ID":[0],"ProblemType":0,"CreateBy":"String","ErrorCode":0,"ErrorMsg":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"IsOK":false,"ErrorCode":0,"ErrorMsg":"String"}