{
"cid": "string",
"pageNo": "1",
"pageSize": "50",
"startDate": "string",
"endDate": "string",
"businessCodes": [
"string"
],
"orderStates": [
"string"
],
"businessId": "string",
"fuzzyValue": "string",
"orderNum": "string",
"compayCodes": [
"string"
],
"orderRule": "string",
"payeeName": "string",
"planName": "string",
"contractName": "string",
"contractCode": "string",
"userCode": "string"
}
curl --location --request POST '/app/exp/qryExpOrderList' \
--header 'Content-Type: application/json' \
--data-raw '{
"cid": "string",
"pageNo": "1",
"pageSize": "50",
"startDate": "string",
"endDate": "string",
"businessCodes": [
"string"
],
"orderStates": [
"string"
],
"businessId": "string",
"fuzzyValue": "string",
"orderNum": "string",
"compayCodes": [
"string"
],
"orderRule": "string",
"payeeName": "string",
"planName": "string",
"contractName": "string",
"contractCode": "string",
"userCode": "string"
}'