POST api/v1/sitequery

Request Information

URI Parameters

None.

Body Parameters

DomainQueryModel
NameDescriptionTypeAdditional information
Site

string

None.

AccNo

string

None.

PatientId

string

None.

ShareId

string

None.

Token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "site": "sample string 1",
  "accNo": "sample string 2",
  "patientId": "sample string 3",
  "shareId": "sample string 4",
  "token": "sample string 5"
}

text/html

Sample:
{"site":"sample string 1","accNo":"sample string 2","patientId":"sample string 3","shareId":"sample string 4","token":"sample string 5"}

application/xml, text/xml

Sample:
<DomainQueryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Csh.Hcis.GC.PatientCenter.Service.Models">
  <AccNo>sample string 2</AccNo>
  <PatientId>sample string 3</PatientId>
  <ShareId>sample string 4</ShareId>
  <Site>sample string 1</Site>
  <Token>sample string 5</Token>
</DomainQueryModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.