The user to take the report
- Interface Path:
/cabinet/report/user/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 | No | String | Device id |
| zoneId | Yes | String | The time zone |
| data | Yes | Object | - |
| postId | Yes | String | Delivery order id |
| trackingNumber | No | String | Courier number |
| cellId | Yes | String | Compartment ID |
| pickupPhone | No | String | userphone |
| pickupAreaNo | No | String | Phone number country code |
| pickupUserName | No | String | user name |
| pickupTimezone | Yes | String | The time zone |
| cellCode | Yes | String | Compartment coding |
| pickupMail | No | String | useremail |
| pickupTime | Yes | String | Operating time |
| userPickupCode | Yes | String | The user take type |
Return parameter description
| Parameter name | type | instructions | Value of the sample |
|---|---|---|---|
| code | String | - | 000000000 |
| msg | String | - | success |
| data | Object | - | - |
| pickupPhone | String | - | 11111111 |
| pickupAreaNo | String | Phone number country code | 86 |
| pickupTime | String | Operating time | 2021-11-05T09:10:21.173Z |
| pickupMail | String | User email | 111111 |
| userPickupCode | String | The user take type | PICKUP_CODE |
| cellCode | String | Compartment coding | P0101 |
| postId | String | Delivery order id | FC000000001000001 |
| cellId | String | Compartment ID | 11234444 |
| trackingNumber | String | Courier number | 11223344 |
| pickupTimezone | String | The time zone | 12222 |
| pickupUserName | String | user name | 2222222 |
Return the sample
{
"msg": "success",
"code": "000000000",
"data": {
"pickupPhone": "11111111",
"pickupAreaNo": "86",
"pickupTime": "2021-11-05T09:10:21.173Z",
"pickupMail": "111111",
"pickupUserName": "2222222",
"userPickupCode": "PICKUP_CODE",
"cellCode": "P0101",
"postId": "FC000000001000001",
"cellId": "11234444",
"trackingNumber": "11223344",
"pickupTimezone": "12222"
}
}