# 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.

```json
{
  "additionalProp1": "string",
  "additionalProp2": "string",
  "additionalProp3": "string"
}
```

### Response

```json
{
    "status": "SUCCESS",
    "messages": [],
    "payload": "Saved attributes !!!"
}
```

To view the change you will need to call [Get Address](https://docs.mastersoftgroup.com/loqate-harmony-api/address-exchange-beta/adx-api-specification/get-address)
