cURL
Staff Tasks Endpoints
Create Staff Task
Create a new staff task
POST
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The location id of the practice
Body
application/json
Staff task to create
The title of the task
A detailed description of the task
The type of staff task. Defaults to task if not provided. Allowed values: task, rx_refill
Available options:
task, rx_refill The ID of the client to associate with this task
The ID of the patient to associate with this task
A reference timestamp for the task in ISO 8601 format

