POST api/Calendar/ScheduleUpdate_V2
Request Information
URI Parameters
None.
Body Parameters
AppointmentUpdateModelName | 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": "ccc532c9-4ce5-4d1f-82cc-8b4b447b754f", "PayMethodId": 1, "StatusId": 1, "Reason": "sample string 2", "DiscountId": "6d210165-ada0-40cd-a00c-dafdd867e319", "DiscountAmount": 1.0, "AppointmentOn": "2025-06-06T16:14:33.3608083+00: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.