SAT
保存組車當下的電控數據

保存組車當下的電控數據

POST

https://[[baseurl]]/api

/sat/assemble/record


請求標頭 (Headers)

參數名稱類型必填說明
X-Tenantstring租戶識別碼
AuthorizationstringBearer [[access_token]]

請求主體 (Request Body)

Content-Type: application/json

欄位名稱類型必填說明範例
system_idstringSSNS00256780585imnPNuOQGWAdOr3eQsif
total_odointeger總里程,最小值為 010110
main_rsocinteger主電池電量 (%),範圍 0~10021
second_rsocinteger第二電池電量 (%),範圍 0~10012
main_cycle_countinteger主電池循環次數,最小值 0120
second_cycle_countinteger第二電池循環次數,最小值 015
main_voltagenumeric主電池電壓14.8
second_voltagenumeric第二電池電壓14.2
main_temperaturenumeric主電池溫度32.5
second_temperaturenumeric第二電池溫度28.0
main_rsohinteger主電池健康度 (相對),範圍 0~10092
main_asohinteger主電池健康度 (絕對),範圍 0~6553595
second_rsohinteger第二電池健康度 (相對),範圍 0~10099
second_asohinteger第二電池健康度 (絕對),範圍 0~65535100
main_cell_voltage_diffnumeric主電池電芯壓差0.02
second_cell_voltage_diffnumeric第二電池電芯壓差0.01
main_time_infostring主電池時間資訊2026-01-28 10:48:00
second_time_infostring第二電池時間資訊2026-01-28 10:48:05

回應 (Responses)

{
  "message": "OK",
  "data": null
}