{
"body": {
"conditions": {
"code": {
"conditionType": "FILTER",
"filter": [
"string"
]
},
"deliveryTime": {
"conditionType": "TIME_RANGE",
"timeRange": {
"start": 0,
"end": 0
}
},
"createTime": {
"conditionType": "TIME_RANGE",
"timeRange": {
"start": 0,
"end": 0
}
},
"id": {
"conditionType": "FILTER",
"filter": [
"string"
]
}
},
"sorts": [
{
"sortOrder": "ASC",
"sortFieldKey": "string"
}
],
"extendFieldParams": [
{
"conditionType": "NONE",
"filter": [
"string"
],
"value": "string",
"timeRange": {
"start": "string",
"end": "string"
},
"key": "string"
}
],
"paging": {
"start": 0,
"length": 1
}
}
}curl --location --request POST 'https://c2.xinheyun.com/api/open/v3/order_delivery/query' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"conditions": {
"code": {
"conditionType": "FILTER",
"filter": [
"string"
]
},
"deliveryTime": {
"conditionType": "TIME_RANGE",
"timeRange": {
"start": 0,
"end": 0
}
},
"createTime": {
"conditionType": "TIME_RANGE",
"timeRange": {
"start": 0,
"end": 0
}
},
"id": {
"conditionType": "FILTER",
"filter": [
"string"
]
}
},
"sorts": [
{
"sortOrder": "ASC",
"sortFieldKey": "string"
}
],
"extendFieldParams": [
{
"conditionType": "NONE",
"filter": [
"string"
],
"value": "string",
"timeRange": {
"start": "string",
"end": "string"
},
"key": "string"
}
],
"paging": {
"start": 0,
"length": 1
}
}
}'{
"code": 0,
"message": "string",
"data": {
"list": [
{
"code": "string",
"deliveryTime": 0,
"orderId": 0,
"createTime": 0,
"auditStatus": "string",
"sendStatus": "string",
"documentStatus": "string",
"id": "string",
"deliveryCompany": "string",
"customerName": "string",
"deliveryOrderId": "string"
}
],
"start": 0,
"length": 0,
"recordsTotal": 0
}
}