{
"account": "",
"dataType": 1,
"invoiceTypes": [
3,
12
],
"startTime": "2024-01-01",
"endTime": "2024-01-31",
"invoiceStatus": 0
}
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/apply' \
--header 'Content-Type: application/json' \
--data-raw '{
"account": "",
"dataType": 1,
"invoiceTypes": [
3,
12
],
"startTime": "2024-01-01",
"endTime": "2024-01-31",
"invoiceStatus": 0
}'
{
"errcode": "0000",
"description": "操作成功",
"traceId": "7r5r3355otygyur4",
"data": {
"batchNo": "21b8uh6rg0cql51nojw53k587t1lovxl"
}
}