Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
curl --location --request POST 'https://www-staging.givve.com//api/card_orders//entries//voucher_configuration' \
--header 'Accept-Version: v2' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "string",
"postal_data_id": "string",
"merchant_id": "string",
"merchant_network_id": "string"
}'{
"meta": null,
"data": {
"type": "string",
"postal_data": {
"id": "string",
"postal_code": "string",
"postal_code_area": "string",
"town_name": {},
"town_name_affix": {},
"display_name": {},
"associated_districts": [
"string"
],
"associated_postal_code_areas": [
"01"
]
}
}
}