AppointmentRequest
data objectrequired
typestringrequired
Possible values: [appointments]
attributes object
notesstring
Example:
ceci est une notesourcestring
Possible values: [doctor, patient]
Example:
doctorrelationships objectrequired
reservation objectrequired
data object
iduuid
Example:
cea75985-9362-4688-8b06-624da9433e66typestring
Possible values: [reservations]
patient objectrequired
data object
iduuid
Example:
588d4e3c-f6d5-45b9-a7ed-579946f9a2d3typestring
Possible values: [patients]
AppointmentRequest
{
"data": {
"type": "appointments",
"attributes": {
"notes": "ceci est une note",
"source": "doctor"
},
"relationships": {
"reservation": {
"data": {
"id": "cea75985-9362-4688-8b06-624da9433e66",
"type": "reservations"
}
},
"patient": {
"data": {
"id": "588d4e3c-f6d5-45b9-a7ed-579946f9a2d3",
"type": "patients"
}
}
}
}
}