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