{
"body": {
"conditions": {
"code": {
"conditionType": "KEYWORD",
"value": "string"
}
},
"sorts": [
{
"sortOrder": "ASC",
"sortFieldKey": "string"
}
],
"boundaryIds": [
"string"
],
"length": 1
}
}
curl --location --request POST 'https://sit.newcoretech.com/api/open/v3/wip_scrap_in_usage_batch/searchAfter' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"conditions": {
"code": {
"conditionType": "KEYWORD",
"value": "string"
}
},
"sorts": [
{
"sortOrder": "ASC",
"sortFieldKey": "string"
}
],
"boundaryIds": [
"string"
],
"length": 1
}
}'
{
"code": 0,
"message": "string",
"data": {
"list": [
{
"code": "string",
"creationTime": 0,
"procedureCode": "string",
"procedureName": "string",
"workOrderNumber": "string",
"defectiveHandleOrderNumber": "string",
"warehouseName": "string",
"status": "string"
}
],
"start": 0,
"length": 0,
"recordsTotal": 0,
"boundaryIds": [
"string"
]
}
}