GET api/Member/GetMembersForEzMemberApp
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LastName | string |
None. |
|
| FirstName | string |
None. |
|
| DOB | string |
None. |
|
| CurrentEnrollmentStatusIndicator | CurrentEnrollmentStatus |
None. |
|
| ImagesPresentIndicator | ImagesPresent |
None. |
|
| SelectionOptionIndicator | SelectionOption |
None. |
|
| SelectionOptionValue | Collection of string |
None. |
Body Parameters
None.
Request Formats
text/json, application/json
Sample:
Request sample for request
--------------------------------------------------------------------------------------------------------------------------------
{
"LastName": "sample string 1",
"FirstName": "sample string 2",
"DOB": "sample string 3",
"CurrentEnrollmentStatusIndicator": 0,
"ImagesPresentIndicator": 0,
"SelectionOptionIndicator": 0,
"SelectionOptionValue": [
"sample string 1",
"sample string 2"
]
}
--------------------------------------------------------------------------------------------------------------------------------
text/xml, application/xml
Sample:
Request sample for request
--------------------------------------------------------------------------------------------------------------------------------
<MemberSearchRequestDTO xmlns="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.DTOs.EzMember" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<CurrentEnrollmentStatusIndicator>None</CurrentEnrollmentStatusIndicator>
<DOB>sample string 3</DOB>
<FirstName>sample string 2</FirstName>
<ImagesPresentIndicator>None</ImagesPresentIndicator>
<LastName>sample string 1</LastName>
<SelectionOptionIndicator>None</SelectionOptionIndicator>
<SelectionOptionValue xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<a:string>sample string 1</a:string>
<a:string>sample string 2</a:string>
</SelectionOptionValue>
</MemberSearchRequestDTO>
--------------------------------------------------------------------------------------------------------------------------------
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
text/json, application/json
Sample:
--------------------------------------------------------------------------------------------------------------------------------
{
"Members": [
{
"Company": "sample string 1",
"MemberID": "sample string 2",
"Sequence": "sample string 3",
"MemberEffectiveDate": "sample string 4",
"MemberTermDate": "sample string 5",
"BenefitOption": "sample string 6",
"MedicareID": "sample string 7",
"PCP": "sample string 8",
"PCPFullName": "sample string 9",
"IPA": "sample string 10",
"Description": "sample string 11",
"MemberIsActive": "sample string 12",
"MemberStatus": "sample string 13",
"WebApplicationReferenceNo": "sample string 14",
"ImagePresent": "sample string 15",
"DateOfBirth": "sample string 16",
"Sex": "sample string 17",
"ID": "sample string 18",
"GenderSelfIdentificationCode": "sample string 19",
"FirstName": "sample string 20",
"LastName": "sample string 21",
"MI": "sample string 22",
"Suffix": "sample string 23",
"Prefix": "sample string 24",
"Ethnicity": [
{
"Label": "sample string 1",
"Value": "sample string 2"
},
{
"Label": "sample string 1",
"Value": "sample string 2"
}
],
"Race": [
{
"Label": "sample string 1",
"Value": "sample string 2"
},
{
"Label": "sample string 1",
"Value": "sample string 2"
}
]
},
{
"Company": "sample string 1",
"MemberID": "sample string 2",
"Sequence": "sample string 3",
"MemberEffectiveDate": "sample string 4",
"MemberTermDate": "sample string 5",
"BenefitOption": "sample string 6",
"MedicareID": "sample string 7",
"PCP": "sample string 8",
"PCPFullName": "sample string 9",
"IPA": "sample string 10",
"Description": "sample string 11",
"MemberIsActive": "sample string 12",
"MemberStatus": "sample string 13",
"WebApplicationReferenceNo": "sample string 14",
"ImagePresent": "sample string 15",
"DateOfBirth": "sample string 16",
"Sex": "sample string 17",
"ID": "sample string 18",
"GenderSelfIdentificationCode": "sample string 19",
"FirstName": "sample string 20",
"LastName": "sample string 21",
"MI": "sample string 22",
"Suffix": "sample string 23",
"Prefix": "sample string 24",
"Ethnicity": [
{
"Label": "sample string 1",
"Value": "sample string 2"
},
{
"Label": "sample string 1",
"Value": "sample string 2"
}
],
"Race": [
{
"Label": "sample string 1",
"Value": "sample string 2"
},
{
"Label": "sample string 1",
"Value": "sample string 2"
}
]
}
],
"ProcessingStatusList": [
{
"StatusCode": "sample string 1",
"StatusDescription": "sample string 2"
},
{
"StatusCode": "sample string 1",
"StatusDescription": "sample string 2"
}
]
}
--------------------------------------------------------------------------------------------------------------------------------
text/xml, application/xml
Sample:
--------------------------------------------------------------------------------------------------------------------------------
<MemberSearchResponseDTO xmlns="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.DTOs.EzMember" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<ProcessingStatusList xmlns="http://schemas.datacontract.org/2004/07/AHC.Core.Web.DTOs" xmlns:a="http://schemas.datacontract.org/2004/07/AHC.Core">
<a:ProcessingStatus>
<a:StatusCode>sample string 1</a:StatusCode>
<a:StatusDescription>sample string 2</a:StatusDescription>
</a:ProcessingStatus>
<a:ProcessingStatus>
<a:StatusCode>sample string 1</a:StatusCode>
<a:StatusDescription>sample string 2</a:StatusDescription>
</a:ProcessingStatus>
</ProcessingStatusList>
<Members>
<MemberSearchResponse>
<Ethnicity xmlns="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.CommonDTOs" xmlns:a="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.DTOs">
<a:EthnicityInfo>
<a:Label>sample string 1</a:Label>
<a:Value>sample string 2</a:Value>
</a:EthnicityInfo>
<a:EthnicityInfo>
<a:Label>sample string 1</a:Label>
<a:Value>sample string 2</a:Value>
</a:EthnicityInfo>
</Ethnicity>
<FirstName xmlns="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.CommonDTOs">sample string 20</FirstName>
<LastName xmlns="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.CommonDTOs">sample string 21</LastName>
<MI xmlns="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.CommonDTOs">sample string 22</MI>
<Prefix xmlns="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.CommonDTOs">sample string 24</Prefix>
<Race xmlns="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.CommonDTOs" xmlns:a="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.DTOs">
<a:RaceInfo>
<a:Label>sample string 1</a:Label>
<a:Value>sample string 2</a:Value>
</a:RaceInfo>
<a:RaceInfo>
<a:Label>sample string 1</a:Label>
<a:Value>sample string 2</a:Value>
</a:RaceInfo>
</Race>
<Suffix xmlns="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.CommonDTOs">sample string 23</Suffix>
<DateOfBirth xmlns="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.CommonDTOs">sample string 16</DateOfBirth>
<GenderSelfIdentificationCode xmlns="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.CommonDTOs">sample string 19</GenderSelfIdentificationCode>
<ID xmlns="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.CommonDTOs">sample string 18</ID>
<Sex xmlns="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.CommonDTOs">sample string 17</Sex>
<BenefitOption>sample string 6</BenefitOption>
<Company>sample string 1</Company>
<Description>sample string 11</Description>
<IPA>sample string 10</IPA>
<ImagePresent>sample string 15</ImagePresent>
<MedicareID>sample string 7</MedicareID>
<MemberEffectiveDate>sample string 4</MemberEffectiveDate>
<MemberID>sample string 2</MemberID>
<MemberIsActive>sample string 12</MemberIsActive>
<MemberStatus>sample string 13</MemberStatus>
<MemberTermDate>sample string 5</MemberTermDate>
<PCP>sample string 8</PCP>
<PCPFullName>sample string 9</PCPFullName>
<Sequence>sample string 3</Sequence>
<WebApplicationReferenceNo>sample string 14</WebApplicationReferenceNo>
</MemberSearchResponse>
<MemberSearchResponse>
<Ethnicity xmlns="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.CommonDTOs" xmlns:a="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.DTOs">
<a:EthnicityInfo>
<a:Label>sample string 1</a:Label>
<a:Value>sample string 2</a:Value>
</a:EthnicityInfo>
<a:EthnicityInfo>
<a:Label>sample string 1</a:Label>
<a:Value>sample string 2</a:Value>
</a:EthnicityInfo>
</Ethnicity>
<FirstName xmlns="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.CommonDTOs">sample string 20</FirstName>
<LastName xmlns="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.CommonDTOs">sample string 21</LastName>
<MI xmlns="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.CommonDTOs">sample string 22</MI>
<Prefix xmlns="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.CommonDTOs">sample string 24</Prefix>
<Race xmlns="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.CommonDTOs" xmlns:a="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.DTOs">
<a:RaceInfo>
<a:Label>sample string 1</a:Label>
<a:Value>sample string 2</a:Value>
</a:RaceInfo>
<a:RaceInfo>
<a:Label>sample string 1</a:Label>
<a:Value>sample string 2</a:Value>
</a:RaceInfo>
</Race>
<Suffix xmlns="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.CommonDTOs">sample string 23</Suffix>
<DateOfBirth xmlns="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.CommonDTOs">sample string 16</DateOfBirth>
<GenderSelfIdentificationCode xmlns="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.CommonDTOs">sample string 19</GenderSelfIdentificationCode>
<ID xmlns="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.CommonDTOs">sample string 18</ID>
<Sex xmlns="http://schemas.datacontract.org/2004/07/AHC.WebServices.WebAPI.CommonDTOs">sample string 17</Sex>
<BenefitOption>sample string 6</BenefitOption>
<Company>sample string 1</Company>
<Description>sample string 11</Description>
<IPA>sample string 10</IPA>
<ImagePresent>sample string 15</ImagePresent>
<MedicareID>sample string 7</MedicareID>
<MemberEffectiveDate>sample string 4</MemberEffectiveDate>
<MemberID>sample string 2</MemberID>
<MemberIsActive>sample string 12</MemberIsActive>
<MemberStatus>sample string 13</MemberStatus>
<MemberTermDate>sample string 5</MemberTermDate>
<PCP>sample string 8</PCP>
<PCPFullName>sample string 9</PCPFullName>
<Sequence>sample string 3</Sequence>
<WebApplicationReferenceNo>sample string 14</WebApplicationReferenceNo>
</MemberSearchResponse>
</Members>
</MemberSearchResponseDTO>
--------------------------------------------------------------------------------------------------------------------------------