SetAddress
Update the address data for a location.
URL: /data/locations/v2/setAddress
Method: POST
Method Parameters
Name | Type | Required | Description |
apiKey |
string |
Yes |
The API key for your organisation. |
model |
object |
Yes |
See Model Object Properties. |
Model Object Properties
All Address fields are required. Passing null into any of these fields will result in that line of the Address being set to a blank value.
Name | Type | Required | Description |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Response
All responses that may be returned are specified under Common Information.
Example call
URL: https://api.vision-mapping.com/data/locations/v2/setAddress?apiKey=INSERT_YOUR_KEY_HERE
Body:
{
uniqueKey: "abc",
layerKey: "abc",
line1: "abc",
line2: "abc",
line3: "abc",
cityTown: "abc",
countyState: "abc",
postcode: "abc",
country: "abc"
}