v2

latestOpenAPI 3.0.32026-08-07222102695.9 KB
Communication

Update memo communication

patch/communications/{id}

Path parameters

idstring int64 required

Request body

category_code12 nullable
Enum ValueDescription
12Memo
confidentialboolean nullable
contentstring nullable
direction_code1 | 2 nullable
Enum ValueDescription
1Sent
2Received
fromstring nullable
patient_idstring int64

patient id

tostring nullable
type_code1 | 2 | 3 | 4 nullable
Enum ValueDescription
1SMS
2Email
3Phone call
4Other

Example request

{
  "patient_id": "1"
}

Response

Resource was updated

archived_atstring date-time nullable
category'Memo' nullable
category_code12 nullable
Enum ValueDescription
12Memo
confidentialboolean nullable
contentstring nullable
created_atstring date-time
direction_code1 | 2 nullable
Enum ValueDescription
1Sent
2Received
direction_description'Received' | 'Sent' nullable
fromstring nullable
idstring int64
tostring nullable
type'Email' | 'Other' | 'Phone call' | 'SMS' nullable
type_code1 | 2 | 3 | 4 nullable
Enum ValueDescription
1SMS
2Email
3Phone call
4Other
updated_atstring date-time

Example response

{
  "links": {
    "self": "https://api.au1.cliniko.com/v1/communications/1"
  },
  "patient": {
    "links": {
      "self": "https://api.au1.cliniko.com/v1/patients/1"
    }
  }
}