Create additional contact
Use case
Use case data
API parameters with values
Sample API call
Sample request
{
"contactTypeCode": "FRAUD_CONTACT",
"description": "Contacts for fraud department",
"email": "[email protected]",
"phoneNumber": "0901820",
"phoneCountryCode": "+49"
}curl --location 'https://person-api.sandbox.tuumplatform.com/api/v2/persons/ID-3394/additional-contacts' \
--header 'x-auth-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHBpcnlEVGltZSI6IjIwMjQtMDUtMjFUMDc6MjY6NTMiLCJyb2xlcyI6WyJBRE1JTiJdLCJuYW1lIjoiSm9obiBPZmZpY2VyIiwiZW1wbG95ZWVJZCI6IjEiLCJ0ZW5hbnRDb2RlIjoiTUIiLCJleHAiOjE3MTYyNzY0MTN9.sQw8rjIaygzdHjCKDSlEQsHu0Lvh3U0EjAWWEYaAH5A' \
--header 'x-channel-code: SYSTEM' \
--header 'Content-Type: application/json' \
--data-raw '{
"contactTypeCode": "FRAUD_CONTACT",
"description": "Contacts for fraud department",
"email": "[email protected]",
"phoneNumber": "0901820",
"phoneCountryCode": "+49"
}'Sample response
Result
Last updated
Was this helpful?