GolfManager Logo V3 API
Version 2025-07-21

Bookings created

Fired when one or more bookings are created.

Example payload:

{
  "bookings": [
    {
      "id": 13,
      "reference": "FLC8Y",
      "start": "2025-07-19T09:30:00+02:00",
      "end": "2025-07-19T10:30:00+02:00",
      "status": 2,
      "price": 25,
      "productName": "Padel 1 hora",
      "resourceName": "Pista 3",
      "areaName": "Padel",
      "created": "2025-07-19T20:35:04+02:00",
      // ... additional properties 
    }
  ]
}