v1

latestOpenAPI 3.1.02026-07-2617501.1 MB

Update the reefer temperature thresholds

post/v1/company_webhooks/reefer_thresholds

Request body

min_temp_deg_cnumber float required

Specify the minimum temperature in degrees Celsius.

max_temp_deg_cnumber float required

Specify the maximum temperature in degrees Celsius.

Response

200

Example response

{
  "reefer_thresholds": {
    "min_temp_deg_c": 15,
    "max_temp_deg_c": 40
  }
}