{
"pageIndex": 0,
"pageSize": 0,
"sqlTitle": "string",
"searchObjects": [
{
"sort": 0,
"label": "string",
"name": "string",
"type": "string",
"operator": 0,
"text": "string",
"value": null,
"comboxItem": [
{
"value": "string",
"text": "string"
}
]
}
]
}
curl --location --request POST '/warehousearea/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageIndex": 0,
"pageSize": 0,
"sqlTitle": "string",
"searchObjects": [
{
"sort": 0,
"label": "string",
"name": "string",
"type": "string",
"operator": 0,
"text": "string",
"value": null,
"comboxItem": [
{
"value": "string",
"text": "string"
}
]
}
]
}'
{
"isSuccess": true,
"code": 0,
"errorMessage": "string",
"data": {
"rows": [
{
"id": 0,
"warehouse_id": 0,
"warehouse_name": "string",
"area_name": "string",
"parent_id": 0,
"create_time": "2019-08-24T14:15:22Z",
"last_update_time": "2019-08-24T14:15:22Z",
"is_valid": true,
"tenant_id": 0,
"area_property": 0
}
],
"totals": 0
}
}