{
"body": {
"conditions": {
},
"sorts": {
"sortOrder": "ASC",
"sortFieldKey": "createTime"
},
"fieldKeys": [
],
"boundaryIds": [
],
"length": 1
}
}
curl --location --request POST 'https://newsit.frp.newcoretech.com/api/open/v3/unit/searchAfter' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"conditions": {
},
"sorts": {
"sortOrder": "ASC",
"sortFieldKey": "createTime"
},
"fieldKeys": [
],
"boundaryIds": [
],
"length": 1
}
}'
{
"code": 0,
"message": "string",
"data": {
"list": [
{
"code": "string",
"createTime": 0,
"defaultMaterialUnit": true,
"defaultProductUnit": true,
"name": "string",
"defaultSemiProductUnit": true
}
],
"start": 0,
"length": 0,
"recordsTotal": 0,
"boundaryIds": [
"string"
]
}
}