Updates a single field value in a patient custom assessment.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

The requested API version

Body Params

Contains all the information needed to identify and update the specific field.

Request model for updating a single field in a patient assessment.

string
required
length ≥ 1

The medical record number of the patient.

int64
required
≥ 1

The unique identifier for the assessment template (container group).

int64
required
≥ 1

The unique identifier of the specific assessment instance (ContainerGroupAssociation.Id).

int64
required
≥ 1

The unique identifier of the container within the assessment.

int64

The unique identifier of the field to update.

string | null

The value for single-value fields (text, radio, dropdown, yes/no, datetime).
Use this for all field types except multi-select checkboxes.
For Yes/No fields, use "True" or "False".
For DateTime fields, provide in UTC format (example: 2024-04-30T17:00:00Z).

fieldValueSelections
array of strings | null

The selected values for multi-select checkbox / Choice Single Radio fields.
Use this only for multi-select checkbox fields. Leave null for other field types.

fieldValueSelections
Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json