Update person address
Use case
Here we will review how to update the person address.
Use case data
API parameters with values
Updating the addressId ID-3088
of the legal person with personId ID-3397
.
...persons/ID-3397/addresses/ID-3088
New address reference.
"street1": "Brick Lane 4"
Sample API call
To update person address, make the following call.
https://person-api.sandbox.tuumplatform.com/api/v2/persons/ID-3397/addresses/ID-3088
Sample request
Below is an example body request of the API call for updating the person address.
{
"street1": "Brick Lane 4",
"cityCounty": "London",
"zip": "13789",
"countryCode": "GB"
}
Sample response
Below you find an example response body to the API call above.
Result
The person address information is updated.
Last updated
Was this helpful?