---
title: "Post a new stress activity"
method: POST
path: "/patients/{patient_id}/stress"
tags: ["stress"]
---

# Post a new stress activity

`POST /patients/{patient_id}/stress`

## Path parameters

- `patient_id` integer, required

## Request body

- CreatePatientStressRequest
  - `note` string, nullable — note that can be added to provide additional description Max 1024 char
  - `source` string, nullable — source of stress data
  - `source_id` string, nullable — id of stress from source
  - `stress_activity_type` string, nullable — selected activity type of stress
  - `stress_date` string, required — calendar date in format YYYY-MM-DD
  - `stress_end_time` string, required — time in format hh:mm:ss
  - `stress_start_time` string, required — time in format hh:mm:ss

## Response `200`

successful operation

- PatientStressResponse
  - `id` integer, required
  - `note` string, nullable — note that can be added to provide additional description Max 1024 char
  - `source` string, nullable — source of stress data
  - `source_id` string, nullable — id of stress from source
  - `stress_activity_type` string, nullable — selected activity type of stress
  - `stress_date` string, required — calendar date in format YYYY-MM-DD
  - `stress_end_time` string, required — time in format hh:mm:ss
  - `stress_start_time` string, required — time in format hh:mm:ss

---

[API](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server.md) · [All operations](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/llms.txt) · [OpenAPI document](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/revisions/750cc0d96a93?raw)
