Update booking

Updates an existing booking.

{
   "booking":{
      "ResourceId":1331896570,
      "FromTime":"2021-11-10T09:00:00.000Z",
      "ToTime":"2021-11-10T18:00:00.000Z",
      "InternalNotes":null,
      "BookingProducts":[
      ],
      "BookingVisitors":[ 
      ],
      "Id":1416801128,
      "resource":{
         "Id":1331896570
      },
      //optional, only required if the user has selected a desk,
      "floorPlanDesk":{
         "Id":1004224224
      }
   },
   "products":[
      {
         "Id":1414795888,
         "ProductId":1004438439,
         "Quantity":2,
         "Price":10,
         "Selected":true,
      }
   ]
}

Remarks

To create bookings use the Basket endpoints.

Language
Authorization
OAuth2
Authenticate
URL
Click Try It! to start a request and see the response here!