页面树结构
转至元数据结尾
转至元数据起始

正在查看旧版本。 查看 当前版本.

与当前比较 查看页面历史

版本 1 当前 »

Description

The carrier is used to collect and punch in.

Path

HTTP Verb URL
Post/services /integration/carrier/clockin

Request field

Field (API)Data TypeLengthMandatoryDetails
sendPartyNumber40MCustomer ID is mandatory
If there is no matching customer ID, please fill in the corresponding WISH BillingParty ID as
follows,
WISH 3PL: 4792
WISH 3PL GENERAL: 7581 WISH 4PL: 4807
WISH 4PL BLUE: 7549 WISH 4PL GENERAL: 7544 WISH 4PL APLUS: 7914
WISH APLUS GENERAL: 7913 WISH 4PL SMART: 8815


sendPartyNameString80OCustomer name is optional
addressHashString80Othe Hash value of customer address, optiona
dateClockInDate80O

Time to clock in,

format: yyyy-MM-dd'T'HH:mm:ssZ

optional

weightString80OTotal weight of pickup, optional
piecesString80OTotal pieces of pickup, optional
courierNumberString80OTracking number, optional
courierCompanyString80OCourier Company, optional
pickupRequestIdNumber20OPick up id

Response content

to be supplemented

Request message


Request
{
    " sendParty": 214,
    " sendPartyName": " Alwaysales",
    "addressHash": "" ,
    "dateClockIn": "2020-08-12T18:37:47+0800",
    " weight":58.41,
    " pieces":60,
    "courierNumber": "SF1193176263351" ,
    "courierCompany": "顺丰" ,
    "pickupRequestId": "test001" 
}

Response message

Response
{
    "status": "Success",
    "errors": null
}
  • 无标签