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": "3cc07cda-7f65-4901-9f36-b0ce62e833e0",
"PayMethodId": 1,
"StatusId": 1,
"Reason": "sample string 2",
"DiscountId": "4089ed63-3526-4302-948a-f1f49d54d7eb",
"PlanId": "cf412497-258e-474a-8c92-0b82d2f229c1",
"DiscountAmount": 1.0,
"AppointmentOn": "2025-12-15T10:15:29.3215077-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.