Data/Locations/v1/SetAddress
This endpoint is deprecated. Please see the latest version.
Update the address data for a location.
URL: /data/locations/v1/setAddress
Method: POST
Method Parameters
Name |
Type |
Required |
Description |
|
|
|
|
|
|
|
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 |
|
|
|
|
|
|
|
The specified DataField should be of SystemLink type. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Response
All responses that may be returned are specified under Common Information.
Example call
URL: https://api.vision-mapping.com/data/locations/v1/setAddress?apiKey=INSERT_YOUR_KEY_HERE
Body:
{
recordKey: "abc",
dataFieldKey: "abc",
line1: "abc",
line2: "abc",
line3: "abc",
cityTown: "abc",
countyState: "abc",
postcode: "abc",
country: "abc"
}