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

    Billing Object

    {
        "session": {
            "licenseplate": "string",
            "started": "string",
            "stopped": "string",
            "hours": 0,
            "days": 0
        },
        "parking": {
            "name": "string",
            "location": "string",
            "tariff": 0,
            "daytarrif": 0
        },
        "amount": 0,
        "thash": "string",
        "payed": 0,
        "balance": 0
    }
    Built with