Create Resource Location
Create a new location (address/coordinates) for a resource. Each row creates one location.
1 — Excel file
Each row = one API call.
Submit to OFS
Upload an Excel file.
Fields
resourceIdrequiredstringResource to add the location to.
labelstringUnique 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. Defaults to 'manual' if coordinates are present.
manualgeocodedprivateLocationFlagenumMark location as private. Default false.
truefalseNotes
- ·At least one of: address, city, postalCode, latitude/longitude should be provided.
- ·If latitude and longitude are provided, status defaults to 'manual'.
- ·Returns 201 Created with the new location ID on success.