POST api/Appointment/Update?client={client}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
client

string

Required

Body Parameters

AppointmentUpdateModel
NameDescriptionTypeAdditional information
ID

integer

None.

VisitedTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "VisitedTime": "2024-09-20 03:39:07"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.