POST api/Actions

Request Information

URI Parameters

None.

Body Parameters

Collection of Action
NameDescriptionTypeAdditional information
ExaminationRoomKey

string

None.

ActionType

ActionType

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "ExaminationRoomKey": "sample string 1",
    "ActionType": 1
  },
  {
    "ExaminationRoomKey": "sample string 1",
    "ActionType": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfAction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vezeeta.Salesforce.Gateway.Model">
  <Action>
    <ActionType>Hide</ActionType>
    <ExaminationRoomKey>sample string 1</ExaminationRoomKey>
  </Action>
  <Action>
    <ActionType>Hide</ActionType>
    <ExaminationRoomKey>sample string 1</ExaminationRoomKey>
  </Action>
</ArrayOfAction>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'List`1'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.