---
title: "Update the reefer temperature thresholds"
method: POST
path: "/v1/company_webhooks/reefer_thresholds"
---

# Update the reefer temperature thresholds

`POST /v1/company_webhooks/reefer_thresholds`

## Request body

- object
  - `min_temp_deg_c` number, float, required — Specify the minimum temperature in degrees Celsius.
  - `max_temp_deg_c` number, float, required — Specify the maximum temperature in degrees Celsius.

## Response `200`

200

- object
  - `reefer_thresholds` object
    - `min_temp_deg_c` integer
    - `max_temp_deg_c` integer

---

[API](https://skmtc.net/gomotive/apis/motive.md) · [All operations](https://skmtc.net/gomotive/apis/motive/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gomotive/motive/revisions/c71780e497f5/schema)
