{
"keyWords": "string",
"planId": "string",
"invoiceStatus": "string",
"pageNo": "1",
"pageSize": "20",
"createUserCode": "string"
}
curl --location --request POST '/app/exp/queryPurchaseDemandList' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyWords": "string",
"planId": "string",
"invoiceStatus": "string",
"pageNo": "1",
"pageSize": "20",
"createUserCode": "string"
}'
{
"msgCode": "",
"message": "",
"sysMessage": "",
"responseData": null,
"ext": {},
"iTotalRecords": 0,
"iTotalDisplayRecords": 0
}