Update Resource Location
Patch an existing location record for a resource. Only provided fields are updated.
1 — Excel file
Each row = one API call.
Submit to OFS
Upload an Excel file.
Fields
resourceIdrequiredstringResource the location belongs to.
locationIdrequiredintegerNumeric ID of the location to update (from Create Location response).
labelstringNew unique label for this location.
addressstringStreet address.
citystringCity name.
statestringState or province.
postalCodestringPostal / ZIP code.
countrystringCountry name or code.
latitudenumberGeographic latitude (-90 to 90).
longitudenumberGeographic longitude (-180 to 180).
statusenumLocation status.
manualgeocodedprivateLocationFlagenumMark as private location.
truefalseNotes
- ·Only fields you provide will be updated — empty cells are ignored (true PATCH behaviour).
- ·locationId is the numeric ID returned when the location was created.