Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Client-Id
string
required

The location id of the practice

Body

application/json

Staff task to create

title
string
required

The title of the task

description
string

A detailed description of the task

task_type
enum<string>
default:task

The type of staff task. Defaults to task if not provided. Allowed values: task, rx_refill

Available options:
task,
rx_refill
client_id
string

The ID of the client to associate with this task

patient_id
string

The ID of the patient to associate with this task

reference_time_at
string<date-time>

A reference timestamp for the task in ISO 8601 format

Response

Staff task created

success
boolean
required
data
object
required
message
string