Create/Edit Address Attributes
Resource
Where {uuid} is the Address Exchange Address UUID
POST https://hosted.mastersoftgroup.com/harmony/rest/address/exchange/v1/addresses/{uuid}/addressAttributes
Request
Any attribute can be saved and recorded against an address as long as it has legal purpose for validation and enrichment, does not contain PII such as residents names and not a reserved attribute name.
{
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
}
Response
{
"status": "SUCCESS",
"messages": [],
"payload": "Saved attributes !!!"
}
To view the change you will need to call Get Address
Last updated