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

回報停車場滿位狀況

POST
/v1/reports/parkinglot_available_lots_status

Request

Authorization
Header Params

Body Params application/x-www-form-urlencodedRequired

Responses

🟢200
application/json
回報完成
Bodyapplication/json

🟠4XX
Request Request Example
Shell
JavaScript
Java
Swift
curl --location '/v1/reports/parkinglot_available_lots_status' \
--header 'X-Autopass-Thirdparty-Client-Id;' \
--data-urlencode 'parkinglot_id=' \
--data-urlencode 'available_lots_status='
Response Response Example
200 - Example 1
{
    "data": "ok"
}
Modified at 2026-09-14 08:23:15
Previous
取得指定站點資訊
Next
回報停車場停業
Built with