POST api/EMRAPI/getDataObjectExecute

Request Information

URI Parameters

None.

Body Parameters

getDataObjectExecute
NameDescriptionTypeAdditional information
Query

string

None.

DataObjectId

integer

None.

EncounterId

integer

None.

RegistrationId

integer

None.

IVFId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Query": "sample string 1",
  "DataObjectId": 2,
  "EncounterId": 3,
  "RegistrationId": 4,
  "IVFId": 5
}

application/xml, text/xml

Sample:
<getDataObjectExecute xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMRAPI.Models">
  <DataObjectId>2</DataObjectId>
  <EncounterId>3</EncounterId>
  <IVFId>5</IVFId>
  <Query>sample string 1</Query>
  <RegistrationId>4</RegistrationId>
</getDataObjectExecute>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.