Autopass 圖資 API
    • 簡介
    • 連線位置
    • 認證方式
    • 伺服器換取 Access Token
    • 用戶端連線細節
    • 錯誤訊息
    • 資料交換格式
    • 站點資料模型重點
    • <> API References
      • 認證
        • 伺服器換取 Access Token
      • 圖資功能
        • 取得各種站點資訊
        • 取得指定站點資訊
      • 回報功能
        • 回報停車場滿位狀況
        • 回報停車場停業
        • 回報新停車場資訊
        • 回報更新停車場資訊
      • 合作廠商
        • 取得合作廠商資訊
      • 服務狀態
        • 確認服務狀態
    • Schemas
      • AccessToken
      • CooperationState
      • OpeningTimeStatus
      • GasPrice
      • ParkinglotExtraInfo
      • GasStationExtraInfo
      • Parkinglot
      • GasStation
      • Store
      • StoreListResponse
      • Vendor
      • VendorListResponse
      • ReportOkResponse
      • Error

    ParkinglotExtraInfo

    停車場 - 更多資訊

    {
        "current_parking_price": "string",
        "current_first_hour_price": {
            "price": "string",
            "charge_mode": "fixed_rate",
            "fixed_rate_duration": 0
        },
        "full_parking_price": "string",
        "full_parking_price_array": [
            "string"
        ],
        "building": "string",
        "autopass_issue": "string",
        "total_lots": 0,
        "available_lots": 0,
        "is_pay_taipei": true
    }
    Built with