Edit Address Event
Edit Address Events in Address Exchange
Resource
PUT https://hosted.mastersoftgroup.com/harmony/rest/address/exchange/v1/events/{uuid}Request
{
"action": "accept" or "deny",
"description": "string",
"newAssessment": true,
}Response
{
"status": "SUCCESS",
"messages": [],
"payload": {
"uuid": "72d22f6e-dac3-4be8-adc8-c65f5f9a7fe4",
"action": "accept",
"source": {
"id": 6,
"code": "Trusted Source",
"externalCode": "Trusted Source",
"description": "Verified address with trusted source",
"internalOnly": true,
"descriptionOnly": false
},
"customerId": 1234,
"eventDate": 1691992790015,
"score": 10,
"description": "Confirmed using imaginary and council records. Number on door. Alias for 25 Milton.",
"attributes": {}
}
}Last updated