POST api/Appointment/DeleteSchedule
Request Information
URI Parameters
None.
Body Parameters
MergedAppointmentDTOName | Description | Type | Additional information |
---|---|---|---|
AppointmentId | integer |
None. |
|
AssociateId | integer |
None. |
|
Id | integer |
None. |
|
CreatedBy | integer |
None. |
|
Name | string |
None. |
|
MergeAppointmentType | MergedAppointmentType |
None. |
|
LeadAppointmentType | AppointmentTypeEnum |
None. |
|
CandidateAppointmentType | CandidateAppointmentTypeEnum |
None. |
|
PersonalAppointmentType | PersonalAppointmentTypeEnum |
None. |
|
InterviewType | CandidateInterviewTypeEnum |
None. |
|
ModType | ModTypeEnum |
None. |
|
CandidateSource | string |
None. |
|
InterviewTypeDesc | string |
None. |
|
LeadAppointmentTypeDesc | string |
None. |
|
CandidateAppointmentTypeDesc | string |
None. |
|
ModTypeDesc | string |
None. |
|
AppointmentDateTime | date |
None. |
|
Phone | string |
None. |
|
CellNumber | string |
None. |
|
Address | string |
None. |
|
HasTimePrefrence | boolean |
None. |
|
Comment | string |
None. |
|
Lattitude | decimal number |
None. |
|
Longitude | decimal number |
None. |
|
ZoomAccessTokenCode | string |
None. |
|
GetAppointmentDescriptionB | string |
None. |
|
GetCandidateAppointmentDescriptionB | string |
None. |
|
GetInterviewTypeDescriptionB | string |
None. |
|
AgentName | string |
None. |
|
SmsBody | string |
None. |
|
FirstName | string |
None. |
|
LastName | string |
None. |
|
TimezoneTypeId | integer |
None. |
|
ZoomInvitationForLead | string |
None. |
|
ZoomAssociateId | integer |
None. |
|
ScheduleType | AppointmentScheduleTypeEnum |
None. |
|
ZoomMeetingId | integer |
None. |
|
ZoomMeetingPasscode | string |
None. |
|
TimezoneShortCode | string |
None. |
|
TextTemplate | string |
None. |
|
Title | string |
None. |
|
Description | string |
None. |
|
ShowCareerOption | boolean |
None. |
|
HasInterestOnCareer | boolean |
None. |
|
IsDnc | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "AppointmentId": 1, "AssociateId": 1, "Id": 2, "CreatedBy": 3, "Name": "sample string 4", "MergeAppointmentType": 1, "LeadAppointmentType": 1, "CandidateAppointmentType": 1, "PersonalAppointmentType": 1, "InterviewType": 1, "ModType": 1, "CandidateSource": "sample string 5", "InterviewTypeDesc": "sample string 6", "LeadAppointmentTypeDesc": "sample string 7", "CandidateAppointmentTypeDesc": "sample string 8", "ModTypeDesc": "sample string 9", "AppointmentDateTime": "2025-10-14T03:09:41.3451699-07:00", "Phone": "sample string 11", "CellNumber": "sample string 12", "Address": "sample string 13", "HasTimePrefrence": true, "Comment": "sample string 15", "Lattitude": 16.1, "Longitude": 17.1, "ZoomAccessTokenCode": "sample string 18", "GetAppointmentDescriptionB": "APPT:", "GetCandidateAppointmentDescriptionB": "", "GetInterviewTypeDescriptionB": "1st Phone", "AgentName": "sample string 19", "SmsBody": "Hi sample string 20, this is sample string 19 with AIL and I am looking forward to meeting with you and your family on Tuesday, 10/14 at 3:09 AM. Please let me know if you need to change your time as I am currently servicing other clients in your area. See you soon.", "FirstName": "sample string 20", "LastName": "sample string 21", "TimezoneTypeId": 1, "ZoomInvitationForLead": "sample string 22", "ZoomAssociateId": 1, "ScheduleType": 1, "ZoomMeetingId": 1, "ZoomMeetingPasscode": "sample string 23", "TimezoneShortCode": "sample string 24", "TextTemplate": "sample string 25", "Title": "sample string 26", "Description": "sample string 27", "ShowCareerOption": true, "HasInterestOnCareer": true, "IsDnc": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true