POST api/Calendar/ScheduleUpdate_V1
ScheduleUpdate_V1 Used to Mobile App And Client Portal
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": "66cd6e27-66af-4961-b0ab-3782c60cecca",
"PayMethodId": 1,
"StatusId": 1,
"Reason": "sample string 2",
"DiscountId": "e756fa19-0d87-450f-9c22-0d58c4ea6dd9",
"DiscountAmount": 1.0,
"AppointmentOn": "2026-05-06T13:34:53.5923891+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.