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": "93985bb8-3b6d-4d8b-bbba-dab230c65cd2", "PayMethodId": 1, "StatusId": 1, "Reason": "sample string 2", "DiscountId": "ad5ec1ce-997f-49b3-8950-997613c3ff34", "DiscountAmount": 1.0, "AppointmentOn": "2025-04-03T19:03:34.5184517-05: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.