POST api/pro/clinics/{clinicId}/client-appointments

Creates a new zyto pro client appointment.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clinicId

The id of the clinic.

string

Required

Body Parameters

The create client appointment request.

CreateClientAppointmentRequest
NameDescriptionTypeAdditional 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-06-23T14:07:32.4411921+00:00",
  "ClientId": "sample string 4",
  "Archived": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.