patients

Assign/reassign patient equipe

Admin-only endpoint to assign psychologist and/or nutritionist by id.

post/api/patients/assign-equipe

Request body

patient_idstring uuid required
psychologist_idstring uuid nullable
nutritionist_idstring uuid nullable

Response

Successful Response

idstring uuid required
user_idstring uuid required
psychologist_idstring uuid nullable
nutritionist_idstring uuid nullable
statusobject
stripe_customer_idstring nullable
payment_methodstring nullable
payment_method_typestring nullable
deductionboolean nullable
created_atstring date-time nullable
third_party_consentboolean

Changes