POST
api/v1/SavePatientAppointmentStatus
Save patient appointment status
Request Information
URI Parameters
None.
Body Parameters
PatientAppointmentStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| LoggedUserId |
LoggedUserId |
string |
None. |
| AppointmentId |
AppointmentId |
integer |
None. |
| StartFlag |
StartFlag |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"LoggedUserId": "string",
"AppointmentId": 0,
"StartFlag": 0
}
application/xml, text/xml
Sample:
<PatientAppointmentStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mayo_WebAPI.Dtos"> <AppointmentId>0</AppointmentId> <LoggedUserId>string</LoggedUserId> <StartFlag>0</StartFlag> </PatientAppointmentStatus>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.