curl --location 'https://stg-gateway.invora.app/api/v2/pdf/bulk-generate' \
--header 'Content-Type: application/json' \
--data '{
"items": [
{
"documentKey": "string",
"documentType": "DOCUMENT_TYPE_UNSPECIFIED",
"templateKey": "string",
"config": {
"showLogo": true,
"showSignature": true,
"showQrCode": true,
"showStamp": true,
"showContactInfo": true,
"showSellerAddress": true,
"showSellerBankInfo": true
},
"branchId": "string"
}
]
}'{
"results": [
{
"index": 0,
"entry": {
"key": "string",
"documentKey": "string",
"documentType": "DOCUMENT_TYPE_UNSPECIFIED",
"templateKey": "string",
"config": {
"showLogo": true,
"showSignature": true,
"showQrCode": true,
"showStamp": true,
"showContactInfo": true,
"showSellerAddress": true,
"showSellerBankInfo": true
},
"downloadUrl": "string",
"md5Hash": "string"
},
"error": {
"code": "string",
"message": "string",
"validationErrors": [
{
"field": "string",
"code": "string",
"message": "string",
"severity": "VALIDATION_SEVERITY_UNSPECIFIED"
}
]
}
}
]
}