POST TCPv1/Home/DashBoard/Search/PatientSearch?Token={Token}&UserID={UserID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
Required |
|
| UserID | integer |
Required |
Body Parameters
PatientSearchInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountNumber | string |
None. |
|
| ShortName | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| PMGSRN | string |
None. |
|
| MobileNumber | string |
None. |
|
| Hospital | string |
None. |
|
| Address | string |
None. |
|
| Route | string |
None. |
|
| EPMS | string |
None. |
|
| ServiceTypeId | integer |
None. |
|
| IsActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"AccountNumber": "sample string 1",
"ShortName": "sample string 2",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"PMGSRN": "sample string 5",
"MobileNumber": "sample string 6",
"Hospital": "sample string 7",
"Address": "sample string 8",
"Route": "sample string 9",
"EPMS": "sample string 10",
"ServiceTypeId": 11,
"IsActive": true
}
application/xml, text/xml
Sample:
<PatientSearchInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartTCPWebAPI.Models.SmartAPI"> <AccountNumber>sample string 1</AccountNumber> <Address>sample string 8</Address> <EPMS>sample string 10</EPMS> <FirstName>sample string 3</FirstName> <Hospital>sample string 7</Hospital> <IsActive>true</IsActive> <LastName>sample string 4</LastName> <MobileNumber>sample string 6</MobileNumber> <PMGSRN>sample string 5</PMGSRN> <Route>sample string 9</Route> <ServiceTypeId>11</ServiceTypeId> <ShortName>sample string 2</ShortName> </PatientSearchInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |