Update personal info
Use case
Use case data
API parameters with values
Sample API call
Sample request
{
"surname": "Tuum",
"givenName": "Trevor",
"middleName": "Harry",
"identificationNumber": {
"idNumberId": "ID-1770",
"idNumber": "DQ654327C",
"idCountryCode": "GB"
}
}curl --location --request PUT 'https://person-api.sandbox.tuumplatform.com/api/v2/persons/ID-3392/personal' \
--header 'x-auth-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJuYW1lIjoiSm9obiBPZmZpY2VyIiwiZW1wbG95ZWVJZCI6IjEiLCJ0ZW5hbnRDb2RlIjoiTUIiLCJleHBpcnlEVGltZSI6IjIwMjQtMDctMjRUMTE6MjU6NTMiLCJleHAiOjE3MjE4MjAzNTMsInJvbGVzIjpbIkFETUlOIl19.G-2NqlqmoHvoBRj3666a-Lv8VGRUybpX-ta4UPRpcsQ' \
--header 'x-channel-code: SYSTEM' \
--header 'Content-Type: application/json' \
--data '{
"surname": "Tuum",
"givenName": "Trevor",
"middleName": "Harry",
"identificationNumber": {
"idNumberId": "ID-1770",
"idNumber": "DQ654327C",
"idCountryCode": "GB"
}
}'Sample response
Result
Last updated
Was this helpful?