Vehicle Admin API
    Vehicle Admin API
    • Auth
      • Sign In
        POST
    • Vehicles
      • Index
        GET
      • Create
        POST
      • Show
        GET
      • Update
        PATCH
    • Maintenance Reports
      • Index
        GET
      • Create
        POST
      • Show
        GET
      • Update
        PATCH
    • Service Orders
      • Index
        GET
    • Schemas
      • Vehicle
      • Sign In

    Vehicle

    {
        "license_plate": "string",
        "make": "string",
        "model": "string",
        "year": 0,
        "status": "string"
    }
    Built with