Authorization: Bearer ********************
{
"queryConditionsList": [
{
"joinSymbol": "string",
"field": "RBA002",
"expression": "=",
"value": "'20220419001'"
}
],
"sortList": [
{
"sidx": "RBA002",
"sort": "DESC"
}
],
"showSubbill": true,
"currentPage": 1,
"pageSize": 10
}
curl --location --request GET 'https://yizhuapi.rgwsoft.com/api/rgw/PickingLists/FindList' \
--header 'Content-Type: application/json' \
--data-raw '{
"queryConditionsList": [
{
"joinSymbol": "string",
"field": "RBA002",
"expression": "=",
"value": "'\''20220419001'\''"
}
],
"sortList": [
{
"sidx": "RBA002",
"sort": "DESC"
}
],
"showSubbill": true,
"currentPage": 1,
"pageSize": 10
}'
{}