Description
The carrier is used to collect and punch in. |
Path
HTTP Verb | URL |
---|---|
Post | /services/integration/carrier/clockin |
Request field
Field (API) | Data Type | Length | Mandatory | Details | |||||||
sendParty | Number | 40 | M | CustomerIDismandatory IfthereisnomatchingcustomerID,pleasefillinthecorrespondingWISHBillingPartyIDas follows, WISH3PL:4792 WISH3PLGENERAL:7581WISH4PL:4807 WISH4PLBLUE:7549WISH4PLGENERAL:7544WISH4PLAPLUS:7914 WISHAPLUSGENERAL:7913WISH4PLSMART:8815 | |||||||
sendPartyName | String | 80 | O | Customernameisoptional | |||||||
addressHash | String | 80 | O | theHashvalueofcustomeraddress,optiona | |||||||
dateClockIn | Date | 80 | O | Timetoclockin, format:yyyy-MM-dd'T'HH:mm:ssZ optional | |||||||
weight | String | 80 | O | Totalweightofpickup,optional | |||||||
pieces | String | 80 | O | Totalpiecesofpickup,optional | |||||||
courierNumber | String | 80 | O | Trackingnumber,optional | |||||||
courierCompany | String | 80 | O | CourierCompany,optional | |||||||
pickupRequestId | Number | 20 | O | Pickupid |
Response content
to be supplemented
Request message
代码块 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
{ " sendParty": 214, " sendPartyName": " Alwaysales", "addressHash": "" , "dateClockIn": "2020-08-12T18:37:47+0800", " weight":58.41, " pieces":60, "courierNumber": "SF1193176263351" , "courierCompany": "顺丰" , "pickupRequestId": "test001" } |
Response message
代码块 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
{ "status": "Success", "errors": null } |