{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "mechnician",
  "slug": "mechnician-service-now",
  "url": "https://ro.am/mechnician/mechnician-service-now",
  "displayUrl": "ro.am/mechnician/mechnician-service-now",
  "name": "Mechnician Service Request - Now",
  "description": "Talk to our diagnostic experts about construction equipment, on-highway trucks, material-handling equipment and commercial vehicles.\n\nEnter our live lobby to discuss your service need immediately a Mechnician specialist\nNO APPOINTMENT REQUIRED\n\nWe’ll review the equipment, symptoms, fault codes, diagnostic information and work already completed. We’ll then let you know whether we can assist remotely and recommend the best next step.\n\nWIth an agreed on path together it is $100 per hour, with a $50 minimum covering the first 30 minutes.\n\nConnect. Understand. Solve.",
  "descriptionMarkdown": "Talk to our diagnostic experts about construction equipment, on-highway trucks, material-handling equipment and commercial vehicles.\n\nEnter our live lobby to discuss your service need immediately a Mechnician specialist\nNO APPOINTMENT REQUIRED\n\nWe’ll review the equipment, symptoms, fault codes, diagnostic information and work already completed. We’ll then let you know whether we can assist remotely and recommend the best next step.\n\nWIth an agreed on path together it is $100 per hour, with a $50 minimum covering the first 30 minutes.\n\nConnect. Understand. Solve.",
  "organization": {
    "name": "Mechnician"
  },
  "hosts": [
    {
      "name": "Nikki Elliott",
      "imageUrl": "https://ro.am/card-images/fbc84096-8ea3-4cf0-849a-7fbdb6e110c5"
    },
    {
      "name": "Oscar Alvarado",
      "imageUrl": "https://ro.am/card-images/791fba7f-f53a-4510-9dba-b7af722a56cb"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AaAM6WJpd0-ihF45Ms6gBg/oEttVQLUo922cfIsnTuYuA",
  "bookingForm": {
    "fields": [
      {
        "id": "01a00ce9-6269-774f-a284-6ac7e3a0881b",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "01a00ce9-6269-774f-a284-6f3698b71e1e",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "01a00cee-3d6a-7548-9d21-a7b86c272219",
        "name": "Phone Number",
        "type": "phone_number",
        "required": false
      },
      {
        "id": "01a00ce9-6269-774f-a284-714f6d931387",
        "name": "Notes",
        "type": "short_text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=mechnician&slug=mechnician-service-now",
      "description": "Fetch bookable time slots. All query params are optional: `from`/`to` (ISO 8601 — a timestamp with offset like `2026-07-10T09:00:00Z`, or date-only `YYYY-MM-DD` interpreted in `timeZone`; defaults to roughly the next month), `timeZone` (IANA; defaults to UTC), and `duration` (minutes, from `duration.optionsMinutes`). Returned slot `start`/`end` are Unix epoch seconds, as JSON numbers."
    },
    "book": {
      "method": "POST",
      "href": "https://api.ro.am/v1/public/lobby/book",
      "description": "Create a booking. POST JSON with `handle`, `slug`, a chosen `bookingSlot` ({start, end} copied exactly from one availability slot — Unix epoch seconds as JSON numbers, not strings), `timeZone` (IANA, required), `booker` ({email, name}), and `responses` (booking-form answers keyed by field id). The response confirms the booked time as ISO 8601 strings in `timeZone`. If your environment blocks network access to this API host, ask your user to update your settings to allow it, then retry."
    }
  }
}