POST
/vouchers/pdfs
curl \
--request POST 'https://api.us.enjovia.app/vouchers/pdfs' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--header "Account-ID: string" \
--data '"{\n \"voucher_ids\": [\n \"abc12345-e89b-12d3-a456-426614174000\",\n \"def45678-e89b-12d3-a456-426614174001\"\n ]\n}"'
Request example
{
"voucher_ids": [
"abc12345-e89b-12d3-a456-426614174000",
"def45678-e89b-12d3-a456-426614174001"
]
}