POST api/EMRAPI/CallPatient

Request Information

URI Parameters

None.

Body Parameters

CallPatient
NameDescriptionTypeAdditional information
UserId

integer

None.

Tokenno

string

None.

ServiceID

integer

None.

CounterID

string

None.

ZoneID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "Tokenno": "sample string 2",
  "ServiceID": 3,
  "CounterID": "sample string 4",
  "ZoneID": 5
}

application/xml, text/xml

Sample:
<CallPatient xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMRAPI.Models">
  <CounterID>sample string 4</CounterID>
  <ServiceID>3</ServiceID>
  <Tokenno>sample string 2</Tokenno>
  <UserId>1</UserId>
  <ZoneID>5</ZoneID>
</CallPatient>

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 'CallPatient'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.