AppointmentApi
| Method | Path | Operation |
|---|---|---|
|
|
|
|
|
|
|
|
|
Operations
Appointment
POST /appointment
- Operation ID
-
createAppointment
Creates a Appointment
Parameters
Body parameter
| Name | Description and type | Required | Default | Pattern |
|---|---|---|---|---|
|
The Appointment to be created AppointmentFVO |
X |
GET /appointment
- Operation ID
-
listAppointment
List or find Appointment objects
Return type
array[Appointment]
Responses
| Code | Message | Data type |
|---|---|---|
|
Success |
|
|
Bad Request |
|
|
Unauthorized |
|
|
Forbidden |
|
|
Not Found |
|
|
Method Not allowed |
|
|
Internal Server Error |
|
|
Not Implemented |
|
|
Service Unavailable |
GET /appointment/{id}
- Operation ID
-
retrieveAppointment
Retrieves a Appointment by ID
Description
This operation retrieves a Appointment entity. Attribute selection is enabled for all first level attributes.