{
"body": {
"conditions": {
"code": {
"conditionType": "KEYWORD",
"value": "WH-SH-ELECTRONIC"
}
},
"sorts": [
{
"sortOrder": "ASC",
"sortFieldKey": "createTime"
}
],
"fieldKeys": [],
"boundaryIds": [],
"length": 10
}
}
curl --location --request POST '/api/open/v3/core_inventory_warehouse/searchAfter' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"conditions": {
"code": {
"conditionType": "KEYWORD",
"value": "WH-SH-ELECTRONIC"
}
},
"sorts": [
{
"sortOrder": "ASC",
"sortFieldKey": "createTime"
}
],
"fieldKeys": [],
"boundaryIds": [],
"length": 10
}
}'
{
"code": 0,
"message": "string",
"data": {
"list": [
{
"code": "string",
"comments": "string",
"warehouseBinId": "string",
"warehouseStaffIncrement": 0,
"vendorId": "string",
"updateTime": 0,
"type": "string",
"allowBin": true,
"systemDefault": true,
"createBy": 0,
"updateBy": 0,
"createTime": 0,
"name": "string",
"customerId": "string",
"auditStatus": "string",
"canBalance": true,
"enableStatus": "string"
}
],
"start": 0,
"length": 0,
"recordsTotal": 0,
"boundaryIds": [
"string"
]
}
}