/Update Resource LocationPATCH

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

resourceIdrequiredstring

Resource the location belongs to.

locationIdrequiredinteger

Numeric ID of the location to update (from Create Location response).

labelstring

New unique label for this location.

addressstring

Street address.

citystring

City name.

statestring

State or province.

postalCodestring

Postal / ZIP code.

countrystring

Country name or code.

latitudenumber

Geographic latitude (-90 to 90).

longitudenumber

Geographic longitude (-180 to 180).

statusenum

Location status.

manualgeocoded
privateLocationFlagenum

Mark as private location.

truefalse

Notes

  • ·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.