Cancel a group of bookings
Allows to save a group of bookings.
POST https://eu.golfmanager.com/api/bookings/cancel
Parameters
{
ids: "int[]",
notify: "bool?",
cancelGroup: "bool?"
}
Example request:
{
"ids": [30, 31, 32],
"notify": true,
"cancelGroup": true
}