PUT api/appointments/{id}
Updates the appointment from the given .
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The id of the resource. |
globally unique identifier |
Required |
Body Parameters
AppointmentDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CreationDate | date |
None. |
|
| BookingDate | date |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| Attended | boolean |
None. |
|
| Purchased | boolean |
None. |
|
| Notes | string |
None. |
|
| InviteId | globally unique identifier |
None. |
|
| AddressName | string |
None. |
|
| AddressId | globally unique identifier |
None. |
|
| InviteKeyKey | string |
None. |
|
| PersonId | globally unique identifier |
None. |
|
| Person | PersonDto |
None. |
|
| PromotionalEventId | globally unique identifier |
None. |
|
| SalesPersonId | globally unique identifier |
None. |
|
| BookedById | globally unique identifier |
None. |
|
| IsDeleted | boolean |
None. |
|
| ProductSelections | Collection of globally unique identifier |
None. |
|
| PurchasedProductId | globally unique identifier |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.