Update personal info

Use case

Here you can learn how to update a record of a particular person (your customer) in Tuum. In this example, we will demonstrate how to update the record of a private person using the following data.

Use case data
API parameters with values

Updating private person with Tuum personId: ID-3392.

...persons/ID-3392/personal

Adding the middleName: Harry.

circle-info

The person record in the example below is updated with a minimum data set. In the same way, you can update a person with a richer data set.

Sample API call

To update the particular person's record, make the following API call.

https://person-api.sandbox.tuumplatform.com/api/v2/persons/ID-3392/personal

circle-info

Learn more about the update personal infoarrow-up-right endpoint in the Tuum developer portal.

Sample request

Below is an example request of the API call to update the particular customer's data.

{
    "surname": "Tuum",
    "givenName": "Trevor",
    "middleName": "Harry",
    "identificationNumber": {
        "idNumberId": "ID-1770",
        "idNumber": "DQ654327C",
        "idCountryCode": "GB"
    }
}
circle-exclamation

Sample response

Below you find an example response body to the API call above.

chevron-rightResponsehashtag

Result

The middleName of the private person is updated.

Last updated

Was this helpful?