Ubikly
    • /api/v1/users
      GET
    • /api/v1/users/{id}
      GET
    • /api/v1/members
      GET
    • /api/v1/members/{id}
      GET
    • /api/v1/machines
      GET
    • /api/v1/machines/{id}
      GET
    • /api/v1/machine_units
      GET
    • /api/v1/machine_units/{id}
      GET
    • /api/v1/trainings
      GET
    • /api/v1/trainings/{id}
      GET
    • /api/v1/training_sessions
      GET
    • /api/v1/training_sessions/{id}
      GET
    • /api/v1/places
      GET
    • /api/v1/places/{id}
      GET
    • /api/v1/place_units
      GET
    • /api/v1/place_units/{id}
      GET
    • /api/v1/plans
      GET
    • /api/v1/plans/{id}
      GET
    • /api/v1/events
      GET
    • /api/v1/events/{id}
      GET
    • /api/v1/event_sessions
      GET
    • /api/v1/event_sessions/{id}
      GET
    • /api/v1/projects
      GET
    • /api/v1/projects
      POST
    • /api/v1/projects/{id}
      GET
    • /api/v1/projects/{id}
      PATCH
    • /api/v1/project_licenses
      GET
    • /api/v1/project_thematics
      GET
    • /api/v1/subscriptions
      GET
    • /api/v1/subscriptions/{id}
      GET
    • /api/v1/bookings
      GET
    • /api/v1/bookings/{id}
      GET
    • /api/v1/categories
      GET
    • /api/v1/categories/{id}
      GET
    • /api/v1/spaces
      GET
    • /api/v1/spaces/{id}
      GET
    • Schemas
      • User
      • Member
      • Machine
      • MachineUnit
      • Training
      • Place
      • PlaceUnit
      • Plan
      • Event
      • Project
      • ProjectCreate
      • ProjectUpdate
      • Subscription
      • Booking
      • TrainingSession
      • EventSession
      • CategoryType
      • Category
      • Space
      • ProjectLicense
      • ProjectThematic
      • PaginationLinks
      • PaginationMeta

    Booking

    {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
        "member": {
            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
            "first_name": "string",
            "last_name": "string"
        },
        "group": {
            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
            "name": "string"
        },
        "space": {
            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
            "name": "string"
        },
        "machine_unit": {
            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
            "sku": "string",
            "state": "available",
            "machine": {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "name": "string"
            }
        },
        "place_unit": {
            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
            "sku": "string",
            "state": "available",
            "place": {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "name": "string"
            }
        },
        "event_session": {
            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
            "event": {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "name": "string"
            }
        },
        "training_session": {
            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
            "training": {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "name": "string"
            }
        },
        "reserved_by_event_session": {
            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
            "event": {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "name": "string"
            }
        },
        "reserved_by_training_session": {
            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
            "training": {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "name": "string"
            }
        },
        "state": "confirmed",
        "starts_at": "2019-08-24T14:15:22.123Z",
        "ends_at": "2019-08-24T14:15:22.123Z",
        "canceled_at": "2019-08-24T14:15:22.123Z",
        "slots": [
            {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "start_date": "2019-08-24",
                "start_time": "2019-08-24T14:15:22.123Z",
                "end_date": "2019-08-24",
                "end_time": "2019-08-24T14:15:22.123Z"
            }
        ],
        "seats": [
            {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "first_name": "string",
                "last_name": "string",
                "price": {
                    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                    "category": {
                        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                        "name": "string"
                    }
                }
            }
        ],
        "place_extras": [
            {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "name": "string",
                "sku": "string"
            }
        ],
        "updated_at": "2019-08-24T14:15:22.123Z",
        "created_at": "2019-08-24T14:15:22.123Z"
    }
    Built with