{
"search": "string",
"billStatus": "A",
"orderbys": "string",
"pageIndex": 0,
"pageSize": 0,
"id": "string"
}
curl --location --request POST 'mxoc_qwms/mxoc_pdaPurchasereturnlist?access_token=' \
--header 'groupName;' \
--header 'accountid;' \
--header 'X-GW-Router-Addr;' \
--header 'Content-Type: application/json' \
--data-raw '{
"search": "string",
"billStatus": "A",
"orderbys": "string",
"pageIndex": 0,
"pageSize": 0,
"id": "string"
}'