PUT api/appointment/appointmentstatus/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
EnumDataContractName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Name | string |
None. |
|
SystemName | string |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
application/json, text/json
Sample:
{ "Id": 1, "Name": "sample string 2", "SystemName": "sample string 3" }
Response Information
Resource Description
AppointmentDataContractName | Description | Type | Additional information |
---|---|---|---|
AllDayEvent | boolean |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
Address | AddressDataContract |
None. |
|
MeetingPlace | MeetingPlaceDataContract |
None. |
|
AttendingGroups | Collection of AppointmentAttendeeCollectionDataContract |
None. |
|
SpecialArrangements | Collection of SpecialArrangementDataContract |
None. |
|
Roles | Collection of RoleDataContract |
None. |
|
MarketingRoleId | integer |
None. |
|
PropertyId | integer |
None. |
|
AppointmentRecurringSchedule | AppointmentRecurringScheduleDataContract |
None. |
|
ExternalAppointmentReference | string |
None. |
|
AppointmentRecurringScheduleId | integer |
None. |
|
AppointmentRecurringFirstInstanceId | integer |
None. |
|
Team | EventTeamDataContract |
None. |
|
Notes | Collection of EventNoteCommandDataContract |
None. |
|
Documents | Collection of DocumentDataContract |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
DateTime | date |
None. |
|
EventCategory | EnumDataContract |
None. |
|
EventType | EnumDataContract |
None. |
|
EventStatus | EnumDataContract |
None. |
|
Negotiators | Collection of ListNegotiatorDataContract |
None. |
|
BranchId | integer |
None. |
|
OwningTeamId | integer |
None. |
|
TeamAccessType | string |
None. |
|
CustomFields | Collection of CustomFieldGroupWithValuesDataContract |
None. |
|
CreatedDate | date |
None. |
|
CreatedBy | CreatedByDataContract |
None. |
|
Id | integer |
None. |
Response Formats
application/json
Sample:
text/json
Sample: