Path
HTTP Verb | URL |
---|---|
Post | /services/integration/Integrator/orderErrorLog |
Request field
# | Field (API) | Data Type | Length | Mandatory | Details | Remark |
1 | creatTimeStart | O | Standard time format, using UTC time, defaults to yesterday【yyyy-MM-dd HH:mm:ss】 | |||
2 | creatTimeEnd | O | Standard time format, using UTC time, defaults to today【yyyy-MM-dd HH:mm:ss】 | |||
3 | currentPage | O | To search the page | default 1 | ||
4 | pageSize | O | Numbers of orders per page | Default 2000, maximum value 2000 | ||
5 | ref no | String | 80 | O | Reference number of the order | Multiple Choice |
6 | shipper ID | O | shipper ID of the order | Multiple Choice | ||
7 | billing party ID | O | billing party ID of the order | Multiple Choice | ||
8 | service code | String | 64 | O | service code | Multiple Choice |
9 | language | O | Chinese/English | default English |
Response content
# | 字段名称 | 类型 | 说明 | |
---|---|---|---|---|
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"
}]