GET api/Appointment/GetAllLeadAppointmentsByWeek?associateId={associateId}&week={week}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
associateId

integer

None.

week

integer

Default value is 0

Body Parameters

None.

Response Information

Resource Description

Collection of LeadAppointmentDTO
NameDescriptionTypeAdditional information
LeadPhoneNo

string

None.

LeadName

string

None.

LeadId

integer

None.

AppointmentId

integer

None.

AppointmentTypeId

integer

None.

AppointmentTypeName

string

None.

IsSameLocation

boolean

None.

AppointmentDate

date

None.

AppointmentTime

string

None.

Comments

string

None.

Address

string

None.

ContactNumber

string

None.

HasTimePreference

boolean

None.

ToBeReschedule

boolean

None.

lat

decimal number

None.

lng

decimal number

None.

TimezoneTypeId

integer

None.

TimezoneName

string

None.

TimezoneShortCode

string

None.

TimezoneOffset

integer

None.

SupportDaylightSavingTime

boolean

None.

Disabled

boolean

None.

ZoomCallLinkForLead

string

None.

LeadEmailAddress

string

None.

ZoomAppointmentType

string

None.

LeadOriginId

integer

None.

ZoomAssociateId

integer

None.

PreferredAppointmentTime

string

None.

ScheduleType

AppointmentScheduleTypeEnum

None.

ZoomMeetingId

integer

None.

ZoomMeetingPasscode

string

None.

TimezoneId

integer

None.

isPmi

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "LeadPhoneNo": "sample string 1",
    "LeadName": "sample string 2",
    "LeadId": 3,
    "AppointmentId": 1,
    "AppointmentTypeId": 4,
    "AppointmentTypeName": "sample string 5",
    "IsSameLocation": true,
    "AppointmentDate": "2025-10-14T00:43:17.0376447-07:00",
    "AppointmentTime": "sample string 7",
    "Comments": "sample string 8",
    "Address": "sample string 9",
    "ContactNumber": "sample string 10",
    "HasTimePreference": true,
    "ToBeReschedule": true,
    "lat": 13.1,
    "lng": 14.1,
    "TimezoneTypeId": 15,
    "TimezoneName": "sample string 16",
    "TimezoneShortCode": "sample string 17",
    "TimezoneOffset": 18,
    "SupportDaylightSavingTime": true,
    "Disabled": true,
    "ZoomCallLinkForLead": "sample string 20",
    "LeadEmailAddress": "sample string 21",
    "ZoomAppointmentType": "sample string 22",
    "LeadOriginId": 1,
    "ZoomAssociateId": 1,
    "PreferredAppointmentTime": "sample string 23",
    "ScheduleType": 1,
    "ZoomMeetingId": 1,
    "ZoomMeetingPasscode": "sample string 24",
    "TimezoneId": 25,
    "isPmi": true
  },
  {
    "LeadPhoneNo": "sample string 1",
    "LeadName": "sample string 2",
    "LeadId": 3,
    "AppointmentId": 1,
    "AppointmentTypeId": 4,
    "AppointmentTypeName": "sample string 5",
    "IsSameLocation": true,
    "AppointmentDate": "2025-10-14T00:43:17.0376447-07:00",
    "AppointmentTime": "sample string 7",
    "Comments": "sample string 8",
    "Address": "sample string 9",
    "ContactNumber": "sample string 10",
    "HasTimePreference": true,
    "ToBeReschedule": true,
    "lat": 13.1,
    "lng": 14.1,
    "TimezoneTypeId": 15,
    "TimezoneName": "sample string 16",
    "TimezoneShortCode": "sample string 17",
    "TimezoneOffset": 18,
    "SupportDaylightSavingTime": true,
    "Disabled": true,
    "ZoomCallLinkForLead": "sample string 20",
    "LeadEmailAddress": "sample string 21",
    "ZoomAppointmentType": "sample string 22",
    "LeadOriginId": 1,
    "ZoomAssociateId": 1,
    "PreferredAppointmentTime": "sample string 23",
    "ScheduleType": 1,
    "ZoomMeetingId": 1,
    "ZoomMeetingPasscode": "sample string 24",
    "TimezoneId": 25,
    "isPmi": true
  }
]