POST api/Masters/DiscoverPatient
Request Information
URI Parameters
None.
Body Parameters
DiscoverPatientModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AbhaAddress | string |
None. |
|
| PatientReference | string |
None. |
|
| CareContextReference | string |
None. |
|
| DisplayText | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AbhaAddress": "sample string 1",
"PatientReference": "sample string 2",
"CareContextReference": "sample string 3",
"DisplayText": "sample string 4"
}
application/xml, text/xml
Sample:
<DiscoverPatientModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/akwiecommApi.Models"> <AbhaAddress>sample string 1</AbhaAddress> <CareContextReference>sample string 3</CareContextReference> <DisplayText>sample string 4</DisplayText> <PatientReference>sample string 2</PatientReference> </DiscoverPatientModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.