{
"keyWords": "string",
"planId": "string",
"invoiceStatus": "string",
"pageNo": "1",
"pageSize": "20",
"createUserCode": "string",
"expOrderId": "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",
"expOrderId": "string"
}'
{
"msgCode": "",
"message": "",
"sysMessage": "",
"responseData": {
"totalRecord": 0,
"totalPage": 0,
"data": [
{
"purchaseDemandCode": "",
"goodsName": "",
"estimatedAmount": 0.0,
"currency": "",
"planId": "",
"reasonCode": "",
"reasonDescription": "",
"reasonName": "",
"legalPersonCode": "",
"legalPersonName": "",
"spaceCode": "",
"categoryName": "",
"categoryCode": "",
"remark": "",
"createTime": "",
"createUserCode": "",
"updateTime": "",
"updateUserCode": "",
"status": "",
"invoiceStatus": "",
"expOrderId": ""
}
]
},
"ext": {},
"iTotalRecords": 0,
"iTotalDisplayRecords": 0
}