Set Assigned Locations
Fully replace a resource's assigned start/end/home zone center locations per weekday (PUT). Each row = one resource.
1 — Excel file
Each row = one API call.
Submit to OFS
Upload an Excel file.
Fields
resourceIdrequiredstringResource to set 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
- ·PUT fully replaces all assigned locations for the resource — days not specified will be cleared.
- ·Location IDs come from the Create Resource Location endpoint (returned as the new record's ID).
- ·Leave a day's columns blank to not assign locations for that day.