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": "7d4163c0-4abc-4105-ade1-c88a82915c69",
"PayMethodId": 1,
"StatusId": 1,
"Reason": "sample string 2",
"DiscountId": "9daff5b2-c5a9-4ecb-9471-1027e14347a5",
"PlanId": "026687d0-ee80-4bfd-8442-2c13682b7e08",
"DiscountAmount": 1.0,
"AppointmentOn": "2025-12-15T10:17:03.9956228-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.