版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

...

Field

Data Type

Length

Mandatory

Description

shipMethod

Int

10

M

Ship method to warehouse(Fixed send “1”)

warehouseCode

String

50

M

Destination warehouse code

poNoList

String[]

50

M

PO

eta

DateTime

20

M预计到达时间

ETA info

remark

String

100

O备注信息

Remark of ASN

lastMailType

Int

10

M尾程类型

Last Mile type

expressNo

String

50

O/M快递单号(lastMailType值为“1”时必填)

express No(The field is required When field lastMailType send “1”

truckType

Int

10

O/M卡车类型(lastMailType值为“2”时必填)

Truck type(The field is required When field lastMailType send “2”

containerType

Int

10

O/M集装箱类型(truckType值为“1”时必填)

Container type(The field is required When field truckType send “1”

quantity

Int

10

O/M集装箱数量(truckType值为“1”时必填)

Container qty(The field is required When field truckType send “1”

volume

BigDecimal

10

O/M总体积(truckType值为“2”时必填)

Total volume(The field is required When field truckType send “2”

weight

BigDecimal

10

O/M总重量(truckType值为“2”时必填)

Total weight(The field is required When field truckType send “2”

palletCount

Int

10

O/M托盘数量(truckType值为“2”时必填)

Total Pallet amout(The field is required When field truckType send “2”

shippingPlanNo

String

-

返回值Asn参考号

ASN reference No

code


-

-返回编码

Response code

errors


-

-报错

Response error

message


-

-返回信息

Response message

messageId


-

-返回信息编码

Response message ID

success


-

-

成功响应Success

warnList


-

-废弃字段

No use


Remark

代码块
备注:
字段shipmethod请固定传1
字段LastMileType可选值为Remark:
Field shipmethod fixed send "1"
Field LastMileType option is"1"(express)、"2"(Truck)
当选用1时,字段TrackingNo为必填项
当选用2时,字段TruckType为必填项
字段TruckType可选值为
The field "expressNo" is required When field lastMailType send "1" 
The field "truckType" is required When field lastMailType send "2" 
Field truckType option is"1"(FCL)、"2"(LCL)
当选用1时,字段ContainerType、ContainerCount为必填项
当选用2时,字段Volume、Weight、TrayAmount为必填项
字段containerType可选值为
The field "containerType" and "quantity" is required When field truckType send "1"
The field "volume" and "weight" "palletCount" is required When field truckType send "2"
Field containerType option is"1"(20GP)、"2"(40GP)、"3"(40HQ)、"4"(45HQ)

...