POST api/Calendar/ScheduleUpdate_V2

Request Information

URI Parameters

None.

Body Parameters

AppointmentUpdateModel
NameDescriptionTypeAdditional 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": "a9bc89a8-be2e-4af8-a32e-7a18c9b7d3c5",
  "PayMethodId": 1,
  "StatusId": 1,
  "Reason": "sample string 2",
  "DiscountId": "19e794ce-2522-4897-b462-af666a9da73e",
  "DiscountAmount": 1.0,
  "AppointmentOn": "2024-07-05T16:33:10.1278083-05:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.