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