[
{
"voucherId": "string",
"businessEntityName": "string",
"voucherPeriod": "string",
"voucherType": "string",
"voucherNo": "string",
"accountSetNo": "string",
"bills": [
{
"key": "string"
}
]
}
]
curl --location --request POST '/open/relation/v2/voucher/custom/' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"voucherId": "string",
"businessEntityName": "string",
"voucherPeriod": "string",
"voucherType": "string",
"voucherNo": "string",
"accountSetNo": "string",
"bills": [
{
"key": "string"
}
]
}
]'
{
"code": 0,
"message": "",
"errMsg": "",
"data": [
{
"index": 0,
"voucherId": "",
"businessEntityName": "",
"accountSetNo": "",
"voucherPeriod": "",
"voucherType": "",
"voucherNo": "",
"code": 0,
"errorMsg": ""
}
],
"timestamp": ""
}