页面树结构

版本比较

标识

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

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
sendPartyNumber40MCustomerIDismandatory
IfthereisnomatchingcustomerID,pleasefillinthecorrespondingWISHBillingPartyIDas
follows,
WISH3PL:4792
WISH3PLGENERAL:7581WISH4PL:4807
WISH4PLBLUE:7549WISH4PLGENERAL:7544WISH4PLAPLUS:7914
WISHAPLUSGENERAL:7913WISH4PLSMART:8815


sendPartyNameString80OCustomernameisoptional
addressHashString80OtheHashvalueofcustomeraddress,optiona
dateClockInDate80O

Timetoclockin,

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

optional

weightString80OTotalweightofpickup,optional
piecesString80OTotalpiecesofpickup,optional
courierNumberString80OTrackingnumber,optional
courierCompanyString80OCourierCompany,optional
pickupRequestIdNumber20OPickupid

Response content

to be supplemented

Request message


代码块
languagejs
borderStylesolid
firstline1
titleRequest
linenumberstrue
{
    " sendParty": 214,
    " sendPartyName": " Alwaysales",
    "addressHash": "" ,
    "dateClockIn": "2020-08-12T18:37:47+0800",
    " weight":58.41,
    " pieces":60,
    "courierNumber": "SF1193176263351" ,
    "courierCompany": "顺丰" ,
    "pickupRequestId": "test001" 
}


Response message

代码块
languagejava
firstline1
titleResponse
linenumberstrue
{
    "status": "Success",
    "errors": null
}