Update BookingAsk AIput https://{api_url}/api/v5/admin/{company_id}/bookings/{id}Updates an existing BookingPath Paramscompany_idint32requiredidint32requiredBody Paramsdatetimedate-timeISO8601 DateTimedurationint32New duration for Booking (defaults to current duration)person_idint32ID for new staff member (defaults to current staff member ID)resource_idint32ID for new resource (defaults to current resource ID)service_idint32ID for new service (defaults to current service ID)emailbooleanDefaults to truetruefalseemail_ownerbooleanDefaults to truetruefalsestatusstringNew status for the booking (defaults to the current status; options are 1 for enquired, 4 for booked, 2 for reserved)positionint32Position in QueueattendedbooleanSet the attended flag to true or falsetruefalseclient_idint32A new client to move this booking toclientobjectclient objectpriceint32Price of the bookingpaidint32Amount of the booking that has been paid forchild_client_idsarray of int32sList of other staff attendingchild_client_idsADD int32private_notestringPrivate Notecurrent_multi_statusstringMulti Statusupdate_reasonstringProvides the reason why the booking was updated e.g. 'The customer requested the booking to be moved to a different time as they were unable to attend the original time.'time_zonestringassetsarray of objectsassetsADD objectrequested_assetsarrayrequested_assetsattendeesarray of objectsattendeesADD objectattendance_detailsobjectattendance_details objectResponse 200BookingUpdated over 2 years ago