POST api/appointment/setcompleted
Request Information
URI Parameters
None.
Body Parameters
AppointmentChangeTherapistState| Name | Description | Type | Additional information |
|---|---|---|---|
| AppId | integer |
None. |
|
| Notes | string |
None. |
|
| Date | string |
None. |
|
| Time | string |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AppId": 1,
"Notes": "sample string 2",
"Date": "sample string 3",
"Time": "sample string 4",
"UserId": 5
}
application/xml, text/xml
Sample:
<AppointmentChangeTherapistState xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Library.Web.Models"> <AppId>1</AppId> <Date>sample string 3</Date> <Notes>sample string 2</Notes> <Time>sample string 4</Time> <UserId>5</UserId> </AppointmentChangeTherapistState>
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.