POST api/Calendar/ScheduleUpdate_V2
Request Information
URI Parameters
None.
Body Parameters
AppointmentUpdateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| PayMethodId | integer |
None. |
|
| StatusId | integer |
None. |
|
| Reason | string |
None. |
|
| DiscountId | globally unique identifier |
None. |
|
| DiscountAmount | decimal number |
None. |
|
| AppointmentOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "8a1efed6-63e6-4523-a8af-fb22af48cc9b",
"PayMethodId": 1,
"StatusId": 1,
"Reason": "sample string 2",
"DiscountId": "289f4efd-71fd-4bc7-9291-fd2f8be827a8",
"DiscountAmount": 1.0,
"AppointmentOn": "2026-02-03T20:57:48.3222819-06:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.