supervision-meetings

Create supervision meeting

Create a supervision meeting (note). Admin can pass supervisor_id; else current user's operator is supervisor.

post/api/supervision-meetings

Request body

operator_idstring required

Supervised operator UUID

meeting_datestring date-time required

Meeting date/time

labelstring nullable

Meeting label. Client may set only 'T congiunto PSI-NUTRI' or 'Call Extra' (or null). Sequential T{N} labels are assigned automatically on create.

notesstring nullable

Meeting notes

supervisor_idstring nullable

Owner supervisor operator UUID (admin only)

covering_supervisor_idstring nullable

Substitute supervisor operator UUID (admin only). When set, payment routes to this operator instead of the owner.

Response

Successful Response

idstring required

Meeting UUID

supervisor_idstring required

Owner supervisor operator UUID

operator_idstring required

Supervised operator UUID

covering_supervisor_idstring nullable

Substitute supervisor operator UUID when the meeting was covered by another supervisor

covering_supervisor_namestring nullable

Substitute supervisor display name when the meeting was covered

labelstring nullable

Meeting label. One of T0..T99, 'T congiunto PSI-NUTRI', 'Call Extra'.

meeting_datestring date-time required

Meeting date/time

notesstring nullable

Meeting notes

created_atstring date-time required

Creation timestamp

updated_atstring date-time required

Last update timestamp

Changes

No recorded changes to this endpoint across all 1 revision of this API.