Take.API

<back to all web services

OrderInfoListRequest

The following routes are available for this service:
GET,POST/order/SearchOrderSPList获取待分配提货订单集合
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 .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/OrderInfoListRequest HTTP/1.1 
Host: bookinglogin.hart-worldwide.com 
Content-Type: text/jsv
Content-Length: length

{
	AddRouteIds: 
	[
		String
	],
	RouteIDs: 
	[
		String
	],
	BookingNumber: String,
	OrderNumber: String,
	Status: 0
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	OrderInfo: 
	[
		{
			ID: 0,
			OrderNumber: String,
			CorporateName: String,
			BookingNumber: String,
			ChannelName: String,
			Status: 0,
			BoxNmber: 0,
			BoxWeight: 0,
			BoxCube: 0,
			LinkMan: String,
			PhoneNumber: String,
			Province: 0,
			City: 0,
			Area: 0,
			Address: String,
			TakeAddress: String,
			Longitude: 0,
			Latitude: 0,
			Remarks: String,
			CreateBy: String,
			CreateDT: 0001-01-01,
			GoodCargoTime: 0001-01-01,
			BkInfPickupId: String
		}
	],
	ErrorCode: 0,
	ErrorMsg: String
}