Update personal info
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
Updating private person with Tuum personId: ID-3392
.
...persons/ID-3392/personal
Adding the middleName: Harry
.
To update the particular person's record, make the following API call.
https://person-api.sandbox.tuumplatform.com/api/v2/persons/ID-3392/personal
Below is an example request of the API call to update the particular customer's data.
When using the example request, please change the x-auth-token to the one you obtained with your authentication API call.
Below you find an example response body to the API call above.
The middleName of the private person is updated.