{
"batchNo": "132yuyu4kdy17p5imr1h5495tar22sxi",
"currentPage": 1,
"pageSize": 50
}
curl --location --request POST 'https://api-dev.piaozone.com/test/m2/bill/v1/invoice/collector?access_token=&reqid=1624601109096123' \
--header 'tid;' \
--header 'taxNo;' \
--header 'method: full/query' \
--header 'Content-Type: application/json' \
--data-raw '{
"batchNo": "132yuyu4kdy17p5imr1h5495tar22sxi",
"currentPage": 1,
"pageSize": 50
}'
{
"errcode": "0000",
"description": "操作成功",
"totalElement": 3,
"totalPage": 1,
"currentPage": 1,
"pageSize": 50,
"data": [
{
"proxyMark": 1,
"canBeDeduction": 1
},
{
"proxyMark": 1,
"canBeDeduction": 0
},
{
"proxyMark": 1,
"canBeDeduction": 0
}
]
}