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-3088of the legal person with personId ID-3397.

...persons/ID-3397/addresses/ID-3088

New address reference.

circle-info

The addressId parameter is generated when a new person is created. You can fetch the current address data by calling the find person addressesarrow-up-right endpoint.

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

circle-info

See more information about the update person addressarrow-up-right endpoint in the Tuum developer portal.

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.

chevron-rightResponsehashtag

Result

The person address information is updated.

Last updated

Was this helpful?