PUT Api/FrontDeskDashboard/MarkVisitAsLwot
Request Information
URI Parameters
None.
Body Parameters
VisitLeftWithoutTreatment| Name | Description | Type | Additional information |
|---|---|---|---|
| VisitId | integer |
None. |
|
| Reason | string |
None. |
|
| IsNewReason | boolean |
None. |
|
| EmployeeId | integer |
None. |
|
| PhysicianId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"visitId": 1,
"reason": "sample string 2",
"isNewReason": true,
"employeeId": 4,
"physicianId": 5
}
text/html
Sample:
{"visitId":1,"reason":"sample string 2","isNewReason":true,"employeeId":4,"physicianId":5}
application/xml, text/xml
Sample:
<VisitLeftWithoutTreatment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UrgentCareExtra.ViewModels.ViewModels"> <EmployeeId>4</EmployeeId> <IsNewReason>true</IsNewReason> <PhysicianId>5</PhysicianId> <Reason>sample string 2</Reason> <VisitId>1</VisitId> </VisitLeftWithoutTreatment>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.