POST api/ezlab/appointments
Request Information
URI Parameters
None.
Body Parameters
AppointmentName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
calendarid | integer |
None. |
|
businessId | integer |
None. |
|
startTime | integer |
None. |
|
endTime | integer |
None. |
|
clientStartTime | integer |
None. |
|
clientEndTime | integer |
None. |
|
parentBusinessId | integer |
None. |
|
clientId | integer |
None. |
|
locationid | integer |
None. |
|
reasonId | integer |
None. |
|
note | string |
None. |
|
createddate | string |
None. |
|
createduser | string |
None. |
|
modifieddate | string |
None. |
|
modifieduser | string |
None. |
|
status | string |
None. |
|
dateCompleted | string |
None. |
|
sendConfirmationToClient | boolean |
None. |
|
sendConfirmationToStaff | boolean |
None. |
|
clientReminderHours | integer |
None. |
|
staffReminderHours | integer |
None. |
|
price | string |
None. |
|
appointmentDateTimeClient | string |
None. |
|
appointmentDateTimeStaff | string |
None. |
|
customFieldDesc | string |
None. |
|
remindClientSmsHrs | integer |
None. |
|
remindStaffSmsHrs | integer |
None. |
|
seats | integer |
None. |
|
clientIpAddress | string |
None. |
|
updateSequence | string |
None. |
|
auditReferralId | string |
None. |
|
awaitingStaffConfirmation | boolean |
None. |
|
reminderSentClient | boolean |
None. |
|
reminderSentStaff | boolean |
None. |
|
reminderSentStaffSms | boolean |
None. |
|
reminderSentClientSms | boolean |
None. |
|
startDate | string |
None. |
|
endDate | string |
None. |
|
completedReason | string |
None. |
|
changeSummaryStaff | string |
None. |
|
changeSummaryClient | string |
None. |
|
clientConfirmed | boolean |
None. |
|
clientConfirmDate | string |
None. |
|
apptDateTime | string |
None. |
|
startDateTime | string |
None. |
|
endDateTime | string |
None. |
|
startDateTimeUTC | string |
None. |
|
endDateTimeUTC | string |
None. |
|
subStatus | string |
None. |
|
clientRescheduleCount | integer |
None. |
|
staffRescheduleCount | integer |
None. |
|
schedulerLinkId | integer |
None. |
|
paymentAmount | string |
None. |
|
paymentDate | string |
None. |
|
showAs | string |
None. |
|
pendingExpireDate | string |
None. |
|
sanitized | boolean |
None. |
|
professionalId | integer |
None. |
|
flag | integer |
None. |
|
resourceId | integer |
None. |
|
client | client |
None. |
|
location | location |
None. |
|
staff | staff |
None. |
|
professional | professional |
None. |
|
reason | reason |
None. |
|
resource | resource |
None. |
|
fieldDataLists | Collection of fieldDataList |
None. |
|
fields | Collection of field |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>