Mobypark API Docs
Home
Home
    • Auth
      • Account
        • /profile
        • /logout
        • /profile
      • Parking Lots
        • /parking-lots
        • /parking-lots/{parking-lot_id}/sessions/start
        • /parking-lots/{parking-lot_id}/sessions/stop
        • /parking-lots
        • /parking-lots/{parkinglot_id}
        • /parking-lots/{parkinglot_id}/sessions
        • /parking-lots/{parkinglot_id}/sessions/{parking_session_id}
        • /parking-lots/{parkinglot_id} (ADMIN)
        • /parking-lots/{parkinglot_id}/sessions/{parking_session_id} (ADMIN)
        • /parking-lots/{parkinglot_id} (ADMIN)
      • Payments/Billing
        • /payments
        • /payments/refund
        • /billing
        • /billing/{username} (ADMIN)
        • /payments
        • /payments/{username} (ADMIN)
        • /payments/{transaction_id}
      • Vehicles
        • /vehicles
        • /vehicles/{license_plate}/entry
        • /vehicles
        • /vehicles/{vehicle_id}/history
        • /vehicles/{vehicle_id}/reservations
        • /vehicles/{license_id} (ADMIN)
        • /vehicles/{vehicle_id}
        • /vehicles/{username}
      • Reservations
        • /reservations (USER)
        • /reservations (ADMIN)
        • /reservations/{reservation_id}
        • /reservations/{reservation_id}
        • /reservations/{reservation_id}
    • NoAuth
      • Account
        • /login
        • /register
    • Schemas
      • Billing Object
      • Parkinglot Object
      • Parking Session Object
      • Payment Object
      • Reservation Object
      • Vehicle Object

    Parking Session Object

    {
        "id": "string",
        "parking_lot_id": "string",
        "licenseplate": "string",
        "started": "string",
        "stopped": "string",
        "user": "string",
        "duration_minutes": 0,
        "cost": 0,
        "payment_status": "string"
    }
    Built with