[
{
"voucherId": "string",
"accountSetNo": "string",
"voucherPeriod": "string",
"voucherType": "string",
"voucherNo": "string",
"receiptIdList": [
"string"
],
"receiptList": [
{
"receiptNo": "string",
"transNo": "string",
"accountNo": "string",
"opAccountNo": "string",
"transDate": "string",
"transAmount": 0
}
]
}
]curl --location --request POST '/open/relation/v3/voucher/receipt' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"voucherId": "string",
"accountSetNo": "string",
"voucherPeriod": "string",
"voucherType": "string",
"voucherNo": "string",
"receiptIdList": [
"string"
],
"receiptList": [
{
"receiptNo": "string",
"transNo": "string",
"accountNo": "string",
"opAccountNo": "string",
"transDate": "string",
"transAmount": 0
}
]
}
]'{
"code": 0,
"message": "",
"errMsg": "",
"data": {
"successAmount": 0
},
"timestamp": "",
"errData": [
{
"index": 0,
"voucherId": "",
"businessEntityName": "",
"accountSetNo": "",
"voucherPeriod": "",
"voucherType": "",
"voucherNo": "",
"code": 0,
"errorMsg": ""
}
]
}