POST api/Appointment/Update?client={client}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| client | string |
Required |
Body Parameters
AppointmentUpdateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| VisitedTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"VisitedTime": "2025-12-16 12:25:32"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.