{
"body": {
"conditions": {},
"sorts": [
{
"sortOrder": "ASC",
"sortFieldKey": "string"
}
],
"boundaryIds": [
"string"
],
"length": 1
}
}
curl --location --request POST '/api/open/v3/work_center/searchAfter' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"conditions": {},
"sorts": [
{
"sortOrder": "ASC",
"sortFieldKey": "string"
}
],
"boundaryIds": [
"string"
],
"length": 1
}
}'
{
"code": 0,
"message": "string",
"data": {
"list": [
{
"code": "string",
"overloadRatio": 0,
"enableMatchingLotConsumeWip": true,
"workshopName": "string",
"description": "string",
"enableJobBookingPermit": true,
"enableLimitMaxLotProductiveQty": true,
"warehouseName": "string",
"enabled": true,
"calendarName": "string",
"number": "string",
"jsonWorkDays": "string",
"availableShiftQty": 0,
"efficiency": 0,
"useRatio": 0,
"keyWorkCenter": true,
"bottleneckResourceType": "string",
"lotCarFlowType": "string",
"warehouseBinName": "string",
"createTime": 0,
"outsourcing": true,
"calendarRemark": "string",
"calendarCode": "string",
"name": "string",
"costCenterName": "string",
"workshopCode": "string"
}
],
"start": 0,
"length": 0,
"recordsTotal": 0,
"boundaryIds": [
"string"
]
}
}