Global

Methods

editSimplybookBooking(bookingID, eventID, performerID, clientID, date, startTime) → {object}

Source:

Edit an existing booking record on SimplyBook

Example
editSimplybookBooking({
  "bookingID": 302,
  "eventID": 1,
  "performerID": 1,
  "clientID": 316,
  "date": "2020-03-05",
  "startTime": "15:30:00"
});
Parameters:
Name Type Description
bookingID number

Booking ID of the booking record.

eventID number

ID of the service used for the booking record.

performerID number

ID of the service provider used for the booking record.

clientID number

ID of the client the booking record was under.

date string

The new date of the booking record, e.g. '2020-03-06'.

startTime string

The new booking start time of the booking record, e.g. '15:30:00'.

Requires:
Returns:

An object containing data related to the booking record.

Type
object