Take.API

<back to all web services

UpdateProblemRequest

The following routes are available for this service:
GET,POST/problem/UpdateProblem修改问题件
UpdateProblemRequest Parameters:
NameParameterData TypeRequiredDescription
IDbodyintNo主键
ProblemIDbodystringNo问题件编号
RouteIDbodystringNo提货路线编号
YBookingNumberbodystringNo原商品订单编号
NBookingNumberbodystringYes现商品订单编号
ProblemTypebodyintNo问题件类型(0:重新下单,没有原订单号 1:重新下单,之前订单作废 2:保留原单,创建新的订单 3:保留原单,修改原单箱数 4:合并订单,绑定新的订单 4:合并订单,绑定新的订单)
YBoxNumberbodyintNo原订单箱数
NBoxNumberbodyintNo现订单箱数
ProblemNumberbodyintNo问题商品箱数
ProblemCubebodyfloatNo问题件总立方(单位立方)
ProblemWeightbodyfloatNo问题件总毛重(单位KG)
RemarksbodystringNo问题描述
UpdateBybodystringNo修改人
UpdateProblemResponse 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 .jsv suffix or ?format=jsv

HTTP + JSV

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

POST /jsv/reply/UpdateProblemRequest HTTP/1.1 
Host: bookinglogin.hart-worldwide.com 
Content-Type: text/jsv
Content-Length: length

{
	ID: 0,
	ProblemID: String,
	RouteID: String,
	YBookingNumber: String,
	NBookingNumber: String,
	ProblemType: 0,
	YBoxNumber: 0,
	NBoxNumber: 0,
	ProblemNumber: 0,
	ProblemCube: 0,
	ProblemWeight: 0,
	Remarks: String,
	UpdateBy: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	IsOK: False,
	ErrorCode: 0,
	ErrorMsg: String
}