Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
name | type | default | info |
---|---|---|---|
name | string | NONE | OPTIONAL |
string | NONE | REQUIRED | |
email_notification | string | NONE | REQUIRED, can be to or cc |
curl --location --request PUT 'https://www-staging.givve.com/api/customers//contact_persons/62f371de18214fdadbec50c5' \
--header 'Authorization: Bearer ' \
--header 'Accept-Version: v2' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Test"
}'
{}