POST api/pro/clinics/{clinicId}/client-appointments
Creates a new zyto pro client appointment.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clinicId |
The id of the clinic. |
string |
Required |
Body Parameters
The create client appointment request.
CreateClientAppointmentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
Required |
|
| Name | string |
None. |
|
| StartDate | date |
Required |
|
| ClientId | string |
Required |
|
| Archived | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"Name": "sample string 2",
"StartDate": "2025-12-16T12:36:31.6013251+00:00",
"ClientId": "sample string 4",
"Archived": true
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.