Booking Rejected

Sample Response Object – Booking Rejected

{
    "workshop_id": 5543,
    "track_id": 1098,
    "class_id": 4567,
    "session_id": 55467,
    "add_to_all": 0,
    "guest_id": "204ad224-8f5d-4996-90f1-7add19e30213",
    "center_id": "442af543-6b2c-7677-65t3-4dff40d43987",
    "waitlist": true,
    "booking_source": 0,
    "registration_id": 43987,
    "group_invoice_id": "C35C1C68-208A-4CDB-A01E-DC541BA9D3C1",
    "training_virtual_guests": [{
      "guest_id": "43FAE108-E5CB-4CE0-8A73-87995DBEEF87",
      "registration_id": 43986,
      "first_name": "test",
      "last_name": "lastname",
      "email": "[email protected]",
      "mobile_phone":{
        "country_code": 91,
        "number": 7653467398
      },
      "gender": 1
    }],
    "recurrence_id": 23456,
    "recurrence_registration_ids": [55467, 55468]
}