---
title: "Syncs patient_attributes data from device to server."
method: POST
path: "/patient_attributes/sync"
tags: ["Patient Attribute"]
---

# Syncs patient_attributes data from device to server.

`POST /patient_attributes/sync`

## Headers

- `HTTP_X_USER_ID` unknown
- `HTTP_X_FACILITY_ID` unknown

## Request body

- object
  - `patient_attributes` PatientAttribute[], nullable, required
    - `id` string, uuid, required
    - `user_id` string, uuid
    - `patient_id` string, uuid, required
    - `height` number, required
    - `weight` number, required
    - `deleted_at` string, date-time, nullable — Timestamp with millisecond precision.
    - `created_at` string, date-time, required — Timestamp with millisecond precision.
    - `updated_at` string, date-time, required — Timestamp with millisecond precision.

## Response `200`

some, or no errors were found

- object
  - `errors` Error[], nullable
    - `id` string, uuid — Id of the record with errors
    - `schema` string[] — List of json schema error strings describing validation errors
    - `field_with_error` string[]

## Other responses

- `403` — user is not allowed to sync

## Changes

- **2024-12-09** (v4) `7d8fa3cfc2de` — 1 info
  - endpoint added
- **2020-04-17** (v4) `44261500935e` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/simpledotorg/apis/untitled-api/changes/patient_attributes/sync/post.md)

---

[API](https://skmtc.dev/simpledotorg/apis/untitled-api.md) · [All operations](https://skmtc.dev/simpledotorg/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/simpledotorg/untitled-api/revisions/31ffa1d07978/schema)
