Inserts or creates an appointment record.
insertAppointment Parameter Descriptions
Parameter Name |
Data Type |
Description |
appointment |
Data object |
The following table lists properties from the accountCreate data object that must be populated in order to create an account. Also note that the same properties must be populated when you are updating an account, using the accountUpdate data object.
appointmentCreate Required Properties
Property Name |
Data Type |
Description |
subject |
string |
The name or reason for the appointment. This field supports up to 250 characters. |
startOn |
dateTime |
The appointment start date and time. |
endOn |
dateTime |
The appointment start date and time. |
attendeeCreates |
List<attendeeCreate> |
Add one or more attendees to an appointment using this list of attendeeCreate data objects. |
categories |
List<category> |
Enable one or more categories using this list of categories. Note: The categories you identify must already be defined in TeamConnect through the Appointment Object Definition. |
insertAppointment Response Descriptions
Parameter Name |
Data Type |
Description |
uniqueKey |
string |
The unique key of the newly created appointment record. |
appointmentCreate for more information about the properties you can set for the appointment