[
{
"id": "string",
"businessType": "VOUCHER",
"name": "string",
"code": "string",
"createdBy": "string",
"updatedBy": "string",
"createdAt": "string",
"updatedAt": "string"
}
]
curl --location --request POST '/open/documentType' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": "string",
"businessType": "VOUCHER",
"name": "string",
"code": "string",
"createdBy": "string",
"updatedBy": "string",
"createdAt": "string",
"updatedAt": "string"
}
]'
{
"errData": [
{
"data": {
"id": "",
"businessType": "",
"name": "",
"code": "",
"createdBy": "",
"updatedBy": "",
"createdAt": "",
"updatedAt": ""
},
"index": 0,
"code": 0,
"errorMsg": ""
}
],
"code": 0,
"message": "",
"errMsg": "",
"data": {
"successAmount": 0
},
"timestamp": ""
}