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
resourceIdrequiredstringResource to update locations for.
mon_startintegerLocation ID for Monday start.
mon_endintegerLocation ID for Monday end.
mon_homeZoneCenterintegerLocation ID for Monday home zone.
tue_startintegerLocation ID for Tuesday start.
tue_endintegerLocation ID for Tuesday end.
tue_homeZoneCenterintegerLocation ID for Tuesday home zone.
wed_startintegerLocation ID for Wednesday start.
wed_endintegerLocation ID for Wednesday end.
wed_homeZoneCenterintegerLocation ID for Wednesday home zone.
thu_startintegerLocation ID for Thursday start.
thu_endintegerLocation ID for Thursday end.
thu_homeZoneCenterintegerLocation ID for Thursday home zone.
fri_startintegerLocation ID for Friday start.
fri_endintegerLocation ID for Friday end.
fri_homeZoneCenterintegerLocation ID for Friday home zone.
sat_startintegerLocation ID for Saturday start.
sat_endintegerLocation ID for Saturday end.
sat_homeZoneCenterintegerLocation ID for Saturday home zone.
sun_startintegerLocation ID for Sunday start.
sun_endintegerLocation ID for Sunday end.
sun_homeZoneCenterintegerLocation 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.