{
"body": {
"conditions": {
"code": {
"conditionType": "FUZZY",
"value": "WH-SH-ELECTRONIC"
}
},
"sorts": [
{
"sortOrder": "ASC",
"sortFieldKey": "createTime"
}
],
"fieldKeys": [],
"boundaryIds": [],
"length": 1
}
}
curl --location --request POST '/api/open/v3/core_inventory_warehousebin/searchAfter' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"conditions": {
"code": {
"conditionType": "FUZZY",
"value": "WH-SH-ELECTRONIC"
}
},
"sorts": [
{
"sortOrder": "ASC",
"sortFieldKey": "createTime"
}
],
"fieldKeys": [],
"boundaryIds": [],
"length": 1
}
}'
{
"code": 0,
"message": "string",
"data": {
"list": [
{
"node2Value": "string",
"code": "string",
"updateTime": 0,
"node1Value": "string",
"createBy": 0,
"node4Value": "string",
"defaultBin": true,
"updateBy": 0,
"createTime": 0,
"warehouseId": "string",
"node3Value": "string",
"name": "string",
"node5Value": "string"
}
],
"start": 0,
"length": 0,
"recordsTotal": 0,
"boundaryIds": [
"string"
]
}
}