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. |
|
| PlanId | globally unique identifier |
None. |
|
| DiscountAmount | decimal number |
None. |
|
| AppointmentOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "5055911b-9c3f-49f2-8176-2b771395cb7e",
"PayMethodId": 1,
"StatusId": 1,
"Reason": "sample string 2",
"DiscountId": "2083ca4f-8ddd-4917-8433-df5816268df2",
"PlanId": "becc4cfd-6a0d-4853-b9e7-66fa8e495805",
"DiscountAmount": 1.0,
"AppointmentOn": "2026-02-03T21:02:47.6186766-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.