/Set Assigned LocationsPUT

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

resourceIdrequiredstring

Resource to set 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

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