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. |
|
| PlanId | globally unique identifier |
None. |
|
| DiscountAmount | decimal number |
None. |
|
| AppointmentOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "62600e6a-6543-4c32-932b-b3b5524c9ddf",
"PayMethodId": 1,
"StatusId": 1,
"Reason": "sample string 2",
"DiscountId": "a92084e2-9706-434a-96eb-a39689d76df0",
"PlanId": "0c3a4c3b-bf68-4c45-98dd-8f5f6de4d730",
"DiscountAmount": 1.0,
"AppointmentOn": "2026-03-21T16:56:29.2722555-05: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.