{
"body": {
"conditions": {},
"sorts": [
{
"sortOrder": "ASC",
"sortFieldKey": "createTime"
}
],
"fieldKeys": [],
"paging": {
"start": 0,
"length": 1
},
"boundaryIds": [
"10197425"
],
"length": 1
}
}
curl --location --request POST '/api/open/v3/item_category/searchAfter' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"conditions": {},
"sorts": [
{
"sortOrder": "ASC",
"sortFieldKey": "createTime"
}
],
"fieldKeys": [],
"paging": {
"start": 0,
"length": 1
},
"boundaryIds": [
"10197425"
],
"length": 1
}
}'
{
"code": 0,
"message": "string",
"data": {
"list": [
{
"number": "string",
"inventoryAccountType": "string",
"code": "string",
"createTime": 0,
"snType": "string",
"name": "string",
"updateTime": 0,
"inventoryCycleDays": 0,
"parentId": 0
}
],
"start": 0,
"length": 0,
"recordsTotal": 0,
"boundaryIds": [
"string"
]
}
}