post https://api.gomotive.com/v1/company_webhooks/reefer_thresholds
Purpose: Updates company-level reefer temperature thresholds used by the webhooks to determine when to emit temperature-breach events (below minimum / above maximum).
Values are stored in company preferences and read by the webhooks during reefer telemetry handling to drive temperature threshold webhook events.
Request body accepts optional floats: min_temp_deg_c and max_temp_deg_c (units: Celsius). Supplying one updates only that value; omitted fields remain unchanged.
Response Parameters
reefer_thresholds
- Type: Object
- Description: Defines the minimum and maximum temperature thresholds for reefer operation.
min_temp_deg_c
- Type: Float
- Description: Minimum allowable temperature in degrees Celsius.
max_temp_deg_c
- Type: Float
- Description: Maximum allowable temperature in degrees Celsius.