POST api/PatientLookup?idType={idType}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
idType | string |
None. |
Body Parameters
DemographicsName | Description | Type | Additional information |
---|---|---|---|
FirstName | string |
Required |
|
LastName | string |
Required |
|
BirthDate | date |
None. |
|
Gender | string |
None. |
|
StreetAddressOne | string |
None. |
|
StreetAddressTwo | string |
None. |
|
City | string |
None. |
|
State | string |
None. |
|
ZipCode | string |
None. |
|
MobileNumber | string |
None. |
|
SSN | string |
None. |
|
MemberId | string |
None. |
|
MemberIdType | string |
None. |
|
EmailAddress | string |
Required |
|
SSNLast4 | string |
None. |
|
Address | string |
None. |
|
PtId | string |
None. |
|
Id | integer |
None. |
|
PhoneNumber | string |
None. |
|
SponsorId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "FirstName": "sample string 1", "LastName": "sample string 2", "BirthDate": "2024-11-21T01:54:19.7115836-06:00", "Gender": "sample string 3", "StreetAddressOne": "sample string 4", "StreetAddressTwo": "sample string 5", "City": "sample string 6", "State": "sample string 7", "ZipCode": "sample string 8", "MobileNumber": "sample string 9", "SSN": "sample string 10", "MemberId": "sample string 11", "MemberIdType": "sample string 12", "EmailAddress": "sample string 13", "SSNLast4": "sample string 14", "Address": "sample string 15", "PtId": "sample string 16", "Id": 17, "PhoneNumber": "sample string 18", "SponsorId": "sample string 19" }
application/xml, text/xml
Sample:
<Demographics xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.Types"> <Address>sample string 15</Address> <BirthDate>2024-11-21T01:54:19.7115836-06:00</BirthDate> <City>sample string 6</City> <EmailAddress>sample string 13</EmailAddress> <FirstName>sample string 1</FirstName> <Gender>sample string 3</Gender> <Id>17</Id> <LastName>sample string 2</LastName> <MemberId>sample string 11</MemberId> <MemberIdType>sample string 12</MemberIdType> <MobileNumber>sample string 9</MobileNumber> <PhoneNumber>sample string 18</PhoneNumber> <PtId>sample string 16</PtId> <SSN>sample string 10</SSN> <SSNLast4>sample string 14</SSNLast4> <SponsorId>sample string 19</SponsorId> <State>sample string 7</State> <StreetAddressOne>sample string 4</StreetAddressOne> <StreetAddressTwo>sample string 5</StreetAddressTwo> <ZipCode>sample string 8</ZipCode> </Demographics>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.