Create/Edit Address Geopoint

Add or Edit Geopoint of Address in Address Exchange

Resource

Where {uuid} is the Address Exchange Address UUID

PUT    https://hosted.mastersoftgroup.com/harmony/rest/address/exchange/v1/addresses/{uuid}

Request

All geopoints must be WSG84.

{
    "latitude": "string", // eg -26.675602
    "longitude": "string" // eg 153.113511
}

Response

{
  "messages": [
    "string"
  ],
  "payload": {
    "attributes": {
      "additionalProp1": "string",
      "additionalProp2": "string",
      "additionalProp3": "string"
    },
    "buildingName": "string",
    "country": "string",
    "eid": "string",
    "flatUnitNumber": "string",
    "flatUnitType": "string",
    "floorLevelNumber": "string",
    "floorLevelType": "string",
    "fullAddress": "string",
    "id": "string",
    "lotNumber": "string",
    "postal": "string",
    "postalNumber": "string",
    "postalType": "string",
    "postcode": "string",
    "street": "string",
    "street2": "string",
    "streetName": "string",
    "streetNumber": "string",
    "streetSuffix": "string",
    "streetType": "string",
    "subLocality": "string",
    "subdwelling": "string"
  },
  "status": "SUCCESS"
}

Last updated