Authorization: Bearer ********************
操作符:=、<、<=、>、>=、!=、like、in、is null、is not null
{
"current": 0,
"filter": [
{
"field": "string",
"group": "string",
"logic": "string",
"operator": "string",
"value": {}
}
],
"queryAddition": [
"string"
],
"size": 0,
"sort": [
{
"field": "string",
"logic": "string"
}
]
}
curl --location --request POST 'http://ip:port/openApi/ams/v2/open/subcontract/materials/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 0,
"filter": [
{
"field": "string",
"group": "string",
"logic": "string",
"operator": "string",
"value": {}
}
],
"queryAddition": [
"string"
],
"size": 0,
"sort": [
{
"field": "string",
"logic": "string"
}
]
}'