{
"voucherPeriod": "string",
"businessEntityName": "string",
"voucherType": "string"
}
curl --location --request DELETE '/open/voucher/delByPeriod' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"voucherPeriod": "string",
"businessEntityName": "string",
"voucherType": "string"
}'
{
"code": 0,
"message": "",
"errMsg": "",
"data": 0,
"timestamp": ""
}