...
# | 字段名称 | 类型 | 说明 | |
---|---|---|---|---|
1 | id | long | Unique identifier of order error log data | |
2 | refNo | keyword | The reference number of the order created at the requested creatTime | |
3 | createdType | integer | Enumeration values, 1: upload, 2: API | |
4 | channelId | long | Service ID | |
5 | shipperName | keyword | ||
6 | shipperId | long | ||
7 | billingPartyName | keyword | ||
8 | billingParty | long | ||
9 | serviceName | keyword | ||
10 | serviceCode | long | ||
11 | shipperFacility | keyword | ||
12 | error | object | ||
12-1 | errorMsg | text | ||
12-2 | errorCode | keyword | ||
13 | createdTime | long | Upload file/interface request time when creating an order | |
14 | createdBy | keyword | Creator account |
Request message
{
"billingPartyIds": [],
"creatTimeEnd": "2024-06-16 10:30:00",
"creatTimeStart": "2024-06-15 10:30:00",
"currentPage": 1,
"language": "en_US",
"pageSize": 1000,
"refNos": [],
"serviceCodes": [],
"shipperIds": []
}
Response message
[{
"errors": [{
"code": 980006,
"message": "Route not found."
}],
"id": "k5lJ5V5XK7yqSqTXiz4oww",
"refNo": "Junweitest2024627022235",
"shipperFacility": "*",
"channelId": 392,
"serviceCode": "UBI.CN2WW.SPECIAL",
"serviceName": "CN-WW Direct Injection-Built-in Battery",
"shipperId": 100,
"shipperName": "lianhe store",
"billingParty": 100,
"billingPartyName": "UBI Smart Parcel",
"aggregator": 100,
"createdTime": "2024-06-16 10:30:00", utc时间
"createdBy": "support100@walltechsystem.cn"
}]