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