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

    Place

    {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
        "space": {
            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
            "name": "string"
        },
        "category": {
            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
            "name": "string"
        },
        "slug": "string",
        "name": "string",
        "summary": "string",
        "description_rendered": "string",
        "image": {
            "sm": "http://example.com",
            "md": "http://example.com",
            "lg": "http://example.com"
        },
        "accessibility": [
            "visual"
        ],
        "accessibility_extra_info": "string",
        "capacity_per_unit": 0,
        "publication_state": "draft",
        "published_at": "2019-08-24T14:15:22.123Z",
        "pricing": "charged",
        "prices_hidden": true,
        "availability_mode": "self_service",
        "booking_must_be_approved": true,
        "hourly_booking_time_step_in_minutes": 15,
        "require_people_count_on_booking": true,
        "buying_blocked": true,
        "buying_cta_kind": "none",
        "buying_cta_button_label": "string",
        "buying_cta_email": "user@example.com",
        "buying_cta_url": "http://example.com",
        "buying_cta_text": {},
        "equipments": [
            {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "name": "string"
            }
        ],
        "required_accreditations": [
            {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "name": "string"
            }
        ],
        "place_booking_duration_types": [
            {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "kind": "half_hour",
                "soft_deleted_at": "2019-08-24T14:15:22.123Z",
                "custom_duration_type": {
                    "name": "string",
                    "soft_deleted_at": "2019-08-24T14:15:22.123Z"
                }
            }
        ],
        "place_quotas": [
            {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "place_booking_duration_type_id": "bca8aa35-1f13-473d-9d2e-029246b32fd2",
                "unit": "hours_per_day",
                "value": 0
            }
        ],
        "place_booking_minimum_durations": [
            {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "unit": "hour",
                "value": 0
            }
        ],
        "place_extras": [
            {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "name": "string",
                "description": "string",
                "sku": "string",
                "pricing": "per_booking",
                "soft_deleted_at": "2019-08-24T14:15:22.123Z"
            }
        ],
        "required_plans": [
            {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "name": "string"
            }
        ],
        "soft_deleted_at": "2019-08-24T14:15:22.123Z",
        "updated_at": "2019-08-24T14:15:22.123Z",
        "created_at": "2019-08-24T14:15:22.123Z"
    }
    Built with