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": "9ad52b71-26d0-4f97-a325-e35feaf31709",
"PayMethodId": 1,
"StatusId": 1,
"Reason": "sample string 2",
"DiscountId": "1abc77cf-29dc-4fa4-b318-b283e39a3323",
"DiscountAmount": 1.0,
"AppointmentOn": "2026-02-03T20:57:42.3953953-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.