GET api/Appointment/GetAllModAppointmentsForSelectedWeek?associateId={associateId}&month={month}&year={year}&startdayofweek={startdayofweek}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
associateId | integer |
None. |
|
month | integer |
None. |
|
year | integer |
None. |
|
startdayofweek | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of ModBoxAppointmentDTOName | Description | Type | Additional information |
---|---|---|---|
AssociateId | integer |
None. |
|
ModBoxName | string |
None. |
|
ModBoxId | integer |
None. |
|
ModTypeId | integer |
None. |
|
AppointmentId | integer |
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. |
|
ChangeDate | date |
None. |
|
CreateDate | date |
None. |
|
Content | string |
None. |
|
IsOtherDayAppointment | boolean |
None. |
|
SelectedDate | string |
None. |
|
Hour | integer |
None. |
|
Minutes | integer |
None. |
|
TTValue | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "AssociateId": 1, "ModBoxName": "sample string 2", "ModBoxId": 3, "ModTypeId": 4, "AppointmentId": 1, "IsSameLocation": true, "AppointmentDate": "2025-10-14T00:43:17.8586725-07:00", "AppointmentTime": "sample string 6", "Comments": "sample string 7", "Address": "sample string 8", "ContactNumber": "sample string 9", "HasTimePreference": true, "ToBeReschedule": true, "lat": 12.1, "lng": 13.1, "ChangeDate": "2025-10-14T00:43:17.8586725-07:00", "CreateDate": "2025-10-14T00:43:17.8586725-07:00", "Content": "sample string 15", "IsOtherDayAppointment": true, "SelectedDate": "sample string 17", "Hour": 18, "Minutes": 19, "TTValue": "sample string 20" }, { "AssociateId": 1, "ModBoxName": "sample string 2", "ModBoxId": 3, "ModTypeId": 4, "AppointmentId": 1, "IsSameLocation": true, "AppointmentDate": "2025-10-14T00:43:17.8586725-07:00", "AppointmentTime": "sample string 6", "Comments": "sample string 7", "Address": "sample string 8", "ContactNumber": "sample string 9", "HasTimePreference": true, "ToBeReschedule": true, "lat": 12.1, "lng": 13.1, "ChangeDate": "2025-10-14T00:43:17.8586725-07:00", "CreateDate": "2025-10-14T00:43:17.8586725-07:00", "Content": "sample string 15", "IsOtherDayAppointment": true, "SelectedDate": "sample string 17", "Hour": 18, "Minutes": 19, "TTValue": "sample string 20" } ]