How to: Update a Facility

For information about prerequisites, see Integrate with Facilities.

To update information associated with a Facility, call the Update Facility endpoint. Use the Facility ID in the facilityId path parameter and pass a request body similar to the following:

{
  "propertyId": "properties:0e85e4d8-e9d5-4706-a33c-8ca013092e76",
  "area": 77,
  "operatingHours": "10:00AM-11:30PM",
  "operatingDays": "Mon, Tue, Thurs",
  "numberOfDocks": "4"
}