Patient Case
Create patient case
post/patient_cases
Request body
Example request
{
"contact_id": "1",
"patient_id": "1",
"patient_attachment_ids": [
"1"
]
}Response
Resource was created
Example response
{
"attendees": {
"links": {
"self": "https://api.au1.cliniko.com/v1/patient_cases/1/attendees"
}
},
"bookings": {
"links": {
"self": "https://api.au1.cliniko.com/v1/patient_cases/1/bookings"
}
},
"contact": {
"links": {
"self": "https://api.au1.cliniko.com/v1/contacts/1"
}
},
"invoices": {
"links": {
"self": "https://api.au1.cliniko.com/v1/patient_cases/1/invoices"
}
},
"links": {
"self": "https://api.au1.cliniko.com/v1/patient_cases/1"
},
"patient": {
"links": {
"self": "https://api.au1.cliniko.com/v1/patients/1"
}
},
"patient_attachments": {
"links": {
"self": "https://api.au1.cliniko.com/v1/patient_cases/1/patient_attachments"
}
}
}Changes
Changed in 1 of the 7 revisions of this API.11
- ▲
the
max_sessionsresponse property's max was increased from200.00to300.00for the response status201response-property-max-increased
- ○
the
max_sessionsrequest property's max was increased from200.00to300.00request-property-max-increased
- ▲