页面树结构

版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

...

#字段名称类型说明
1idlongUnique identifier of order error log data
2

refNo

keywordThe reference number of the order created at the requested creatTime
3

createdType

integer

Enumeration values, 1: upload, 2: API

4channelIdlong

 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
errorMsgtext
12-2
errorCodekeyword
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"
}]