Update the Reefer Temperature 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.

Body Params
float
required

Specify the minimum temperature in degrees Celsius.

float
required

Specify the maximum temperature in degrees Celsius.

Response

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json