Address Book
Update Address
Modify the details of an existing address record in the system's address book. With this endpoint, you can submit updated information for a specific address, ensuring that it reflects the most current and accurate data.
put/v4/addresses/{addressId}
Path parameters
addressIdstring required
A unique identifier for each existing address record stored in the address book. This information ensures that each address can be distinctly referenced and managed within the system.
Request body
Example request
{
"ContactName": "Jane Doe",
"CompanyName": "My Company Ltd.",
"ContactEmail": "jane@example.com",
"Line1": "10 Sky Lane",
"CountryCode": "GB",
"What3Words": "brick.space.employ"
}Response
The address book was updated successfully.
Changes
No recorded changes to this endpoint across all 1 revision of this API.