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": "a7d17cbb-7b66-4871-92bb-5cbd1b5422e0",
"PayMethodId": 1,
"StatusId": 1,
"Reason": "sample string 2",
"DiscountId": "3cd7ef8b-ec26-44af-b36a-7443451199ac",
"DiscountAmount": 1.0,
"AppointmentOn": "2026-05-06T13:34:27.7180381+00: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.