Data/Locations/v2/Transfer
This endpoint has been deprecated. There is no newer version.
Transfer a Location from one Layer to a different Layer.
URL: /data/locations/v2/transfer
Method: POST
Method Parameters
Name |
Type |
Required |
Description |
|
|
|
|
|
|
|
See Model Object Properties. |
Model Object Properties
Name |
Type |
Required |
Description |
|
|
|
|
|
|
|
|
|
|
|
|
Response
The following responses may be returned in addition to the standard ones specified under Common Information.
Code |
Error Message |
Description |
|
|
|
|
The Layer specified by the targetLayerKey parameter value already contains a record with the specified uniqueKey parameter value. |
|
|
A Layer matching the specified value from the targetLayerKey parameter could not be found. |
Example call
URL: https://api.vision-mapping.com/data/locations/v2/transfer?apiKey=INSERT_YOUR_KEY_HERE
Body:
{
uniqueKey: "abc",
layerKey: "abc",
targetLayerKey: "abc"
}