{"body":{
"conditions": {
"code": {
"conditionType": "KEYWORD",
"value": "10018492"
}
},
"sorts": [
{
"sortOrder": "ASC",
"sortFieldKey": "createTime"
}
],
"fieldKeys": [
],
"paging": {
"start": 0,
"length": 10
}
}}
curl --location --request POST '/api/open/v3/unit/query' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{"body":{
"conditions": {
"code": {
"conditionType": "KEYWORD",
"value": "10018492"
}
},
"sorts": [
{
"sortOrder": "ASC",
"sortFieldKey": "createTime"
}
],
"fieldKeys": [
],
"paging": {
"start": 0,
"length": 10
}
}}'
{
"code": 0,
"message": "string",
"data": {
"list": [
{
"code": "string",
"createTime": 0,
"defaultMaterialUnit": true,
"defaultProductUnit": true,
"name": "string",
"defaultSemiProductUnit": true
}
],
"start": 0,
"length": 0,
"recordsTotal": 0
}
}