Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
name | type | default | info |
---|---|---|---|
hint | string | NONE | OPTIONAL |
identifier | string | NONE | OPTIONAL |
title | string | NONE | OPTIONAL |
first_name | string | NONE | OPTIONAL |
last_name | string | NONE | OPTIONAL |
string | NONE | OPTIONAL | |
address_line_1 | string | NONE | OPTIONAL |
address_line_2 | string | NONE | OPTIONAL |
zip_code | string | NONE | OPTIONAL |
city | string | NONE | OPTIONAL |
country_code | string | NONE | OPTIONAL |
language_code | string | NONE | OPTIONAL |
curl --location --request PUT 'https://www-staging.givve.com/api/customers//voucher_owners' \
--header 'Authorization: Bearer ' \
--header 'Accept-Version: v2' \
--header 'Content-Type: application/json' \
--data-raw '{
"hint": "",
"identifier: "",
"title, type: "",
"first_name: "",
"last_name: "",
"email: "",
"address_line_1: "",
"address_line_2: "",
"zip_code: "",
"city: "",
"country_code: "",
"language_code: "",
}'
{}