We are setting up some new network paths and we want to set the location. However when we try this. they are not being accepted. how does this work?
Appneta Create Network Path
Location field is read only
As the location path is read only, we cannot set the location using this.
Alternatively you can use
PUT /v3/path/{id}/targetLocation
PUT /v3/path/targetLocation
Using the formattedAddress alone was able to set to this location.
{
"formattedAddress": “(City), (State / Provence) (Postal Code), (2 letter Country Abbreviation)”
}