{
"pageNumber": 1,
"pageSize": 100,
"costCode" : 2023080900009,
"asOfDateStart" : "2023-08-09",
"asOfDateEnd" : "2023-09-01"
}
curl --location -g --request POST '/{{route}}/payment/open/cost/queryCostBillList?version=1&version=' \
--header 'Authorization;' \
--header 'ent;' \
--header 'ent;' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNumber": 1,
"pageSize": 100,
"costCode" : 2023080900009,
"asOfDateStart" : "2023-08-09",
"asOfDateEnd" : "2023-09-01"
}'