# ImpiloRecordTemperatureReadingRequest

Model ID: `ImpiloRecordTemperatureReadingRequest`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `api_key` | `string` | No |  |  |  | No | Vendor credential. Sent with the request and never returned. |
| `device_id` | `integer` | No |  |  |  | Yes |  |
| `device_identifier` | `string` | No |  |  |  | Yes |  |
| `device_time_zone_offset` | `integer` | No |  |  |  | Yes |  |
| `manual` | `boolean` | No |  |  |  | Yes |  |
| `mode` | `string` | No |  | sandbox, live | `"sandbox"` | No | Which vendor environment the call is routed to. Defaults to sandbox, so an omitted mode never reaches a production vendor account. |
| `patient_id` | `integer` | No |  |  |  | Yes |  |
| `reading_timestamp` | `string` | Yes |  |  |  | No |  |
| `temperature` | `number` | Yes |  |  |  | No |  |
| `temperature_unit` | `string` | No |  |  |  | Yes |  |

## Example

None declared in canonical OpenAPI.
