{
"body": {
"conditions": {
"lotCarCode": {
"conditionType": "FUZZY",
"value": "string",
"filter": [
"string"
]
}
},
"sorts": [
{
"sortOrder": "ASC",
"sortFieldKey": "string"
}
],
"boundaryIds": [
"string"
],
"length": 1
}
}curl --location --request POST 'https://c2.xinheyun.com/api/open/v3/wip_scrap_in_usage_record/searchAfter' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"conditions": {
"lotCarCode": {
"conditionType": "FUZZY",
"value": "string",
"filter": [
"string"
]
}
},
"sorts": [
{
"sortOrder": "ASC",
"sortFieldKey": "string"
}
],
"boundaryIds": [
"string"
],
"length": 1
}
}'{
"code": 0,
"message": "string",
"data": {
"list": [
{
"ItemSpecification": {},
"snContainerCode": "string",
"itemCode": "string",
"itemAlbum": {},
"confirmedQuantity": 0,
"warehouseName": "string",
"lotCarCode": "string",
"itemName": "string",
"assistUnitConfirmedQuantity": 0,
"createTime": 0,
"workOrderNumber": "string",
"relProcedureName": "string",
"applyQuantity": 0,
"batchStatus": "string",
"categoryId": "string",
"itemAttribute": "string"
}
],
"start": 0,
"length": 0,
"recordsTotal": 0,
"boundaryIds": [
"string"
]
}
}