| Name | Description | Type | Additional information |
|---|---|---|---|
| CUAppointmentID |
Appointment unique identifier. |
integer | |
| AppointmentType |
Appointment type. |
integer | |
| OwnerID |
Identifier of the user who created the appointment. |
integer | |
| StartTime |
Appointment start time. |
string | |
| EndTime |
Appointment end time. |
string | |
| Subject |
Subject of the appointment. |
string | Required |
| Location |
User location. |
string | |
| Description |
Description of the appointment. |
string | Required |
| AllDayEvent |
Defines whether the appointment is all day event or not. |
boolean | |
| AppointmentCompleted |
Defines whether appointment is completed or not. |
boolean | |
| CustomerID |
Unique identifier of the customer. |
integer | |
| AppointmentNotes |
Appointment notes. |
Collection of AppointmentNoteDto | |
| AppointmentUser |
Collection of appointment users. |
Collection of CUAppointmentUserDto | |
| AppointmentCustomer |
Collection of appointment customers. |
Collection of CUAppointmentCustomerDto | |
| CULoanID |
Unique identifier of the loan. |
integer | |
| CustomerName |
Name of the customer. |
string | |
| CustomerNumber |
Customer number. |
string | |
| CustomerAddress |
Customer address. |
string |