Courier pickup successfully report
- Interface Path:
/cabinet/report/courier/pickup/success - Request method:
POST
Parameter
| Parameter name | Required | type | instructions |
|---|---|---|---|
| requestTime | Yes | String | Request time |
| platformId | Yes | String | platformid |
| requestId | Yes | String | requestid |
| customerCode | Yes | String | enterpriseid |
| lockerCode | Yes | String | locker coding |
| os | No | String | System identification |
| appVersion | No | String | The app version number |
| deviceId | Yes | String | Device id |
| zoneId | Yes | String | The time zone |
| data | Yes | Object | - |
| postId | Yes | String | Delivery order id |
| trackingNumber | Yes | String | Courier number |
| cellId | Yes | String | Compartment ID |
| recipientsAreaNo | Yes | String | Recipient phone region |
| recipientsPhone | No | String | Recipient phone |
| recipientsMail | No | String | Recipientemail |
| pickupPhone | Yes | String | Courier phone number |
| pickupAreaNo | Yes | String | Courier phone numberregion |
| pickupUicId | Yes | String | CourieruicId |
| pickupTimezone | Yes | String | Take The locker is time zone |
| cellCode | No | String | Compartment coding |
| pickupMail | Yes | String | Courieremail |
| pickupTime | Yes | String | Operating time |
| pickupUserName | Yes | String | Couriername |
Return parameter description
| Parameter name | type | instructions | Value of the sample |
|---|---|---|---|
| code | String | - | 000000000 |
| msg | String | - | success |
| data | String | - | - |
Return the sample
{
"msg": "success",
"code": "000000000",
"data": ""
}