/Patch Assigned LocationsPATCH

Patch Assigned Locations

Partially update a resource's assigned locations per weekday or specific date. Only supplied days/dates are changed.

1 — Excel file

Each row = one API call.

Submit to OFS

Upload an Excel file.

Fields

resourceIdrequiredstring

Resource to update locations for.

mon_startinteger

Location ID for Monday start.

mon_endinteger

Location ID for Monday end.

mon_homeZoneCenterinteger

Location ID for Monday home zone.

tue_startinteger

Location ID for Tuesday start.

tue_endinteger

Location ID for Tuesday end.

tue_homeZoneCenterinteger

Location ID for Tuesday home zone.

wed_startinteger

Location ID for Wednesday start.

wed_endinteger

Location ID for Wednesday end.

wed_homeZoneCenterinteger

Location ID for Wednesday home zone.

thu_startinteger

Location ID for Thursday start.

thu_endinteger

Location ID for Thursday end.

thu_homeZoneCenterinteger

Location ID for Thursday home zone.

fri_startinteger

Location ID for Friday start.

fri_endinteger

Location ID for Friday end.

fri_homeZoneCenterinteger

Location ID for Friday home zone.

sat_startinteger

Location ID for Saturday start.

sat_endinteger

Location ID for Saturday end.

sat_homeZoneCenterinteger

Location ID for Saturday home zone.

sun_startinteger

Location ID for Sunday start.

sun_endinteger

Location ID for Sunday end.

sun_homeZoneCenterinteger

Location ID for Sunday home zone.

Notes

  • ·PATCH only updates the days you provide — other days are untouched (unlike PUT which replaces all).
  • ·You can also add specific date columns in your Excel using the format YYYY-MM-DD_start, YYYY-MM-DD_end, YYYY-MM-DD_homeZoneCenter for date-specific overrides.
  • ·Location IDs come from the Create Resource Location endpoint.