GET APIControllers/Policy/GetExcessBusterOrRoutineCare/{securityKey}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
securityKey | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseOfListOfExtendedBenefitModelName | Description | Type | Additional information |
---|---|---|---|
Success | boolean |
None. |
|
Message | string |
None. |
|
Entity | Collection of ExtendedBenefitModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "Success": true, "Message": "sample string 2", "Entity": [ { "PolicyId": 1, "MemberAccountId": 2, "ExtendedName": "sample string 3", "ExtendedPremuim": 4.0, "ExtendedId": 5, "InceptionDate": "2025-08-28T10:56:47.3966132+02:00", "Name": "sample string 7", "HasExtended": true, "IsDependent": true }, { "PolicyId": 1, "MemberAccountId": 2, "ExtendedName": "sample string 3", "ExtendedPremuim": 4.0, "ExtendedId": 5, "InceptionDate": "2025-08-28T10:56:47.3966132+02:00", "Name": "sample string 7", "HasExtended": true, "IsDependent": true } ] }
application/xml, text/xml
Sample:
<ResponseOfArrayOfExtendedBenefitModellTZPsFUp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OnePlan.Core"> <Entity xmlns:d2p1="http://schemas.datacontract.org/2004/07/WebApiLeads.Proxies.Models"> <d2p1:ExtendedBenefitModel> <d2p1:ExtendedId>5</d2p1:ExtendedId> <d2p1:ExtendedName>sample string 3</d2p1:ExtendedName> <d2p1:ExtendedPremuim>4</d2p1:ExtendedPremuim> <d2p1:HasExtended>true</d2p1:HasExtended> <d2p1:InceptionDate>2025-08-28T10:56:47.3966132+02:00</d2p1:InceptionDate> <d2p1:IsDependent>true</d2p1:IsDependent> <d2p1:MemberAccountId>2</d2p1:MemberAccountId> <d2p1:Name>sample string 7</d2p1:Name> <d2p1:PolicyId>1</d2p1:PolicyId> </d2p1:ExtendedBenefitModel> <d2p1:ExtendedBenefitModel> <d2p1:ExtendedId>5</d2p1:ExtendedId> <d2p1:ExtendedName>sample string 3</d2p1:ExtendedName> <d2p1:ExtendedPremuim>4</d2p1:ExtendedPremuim> <d2p1:HasExtended>true</d2p1:HasExtended> <d2p1:InceptionDate>2025-08-28T10:56:47.3966132+02:00</d2p1:InceptionDate> <d2p1:IsDependent>true</d2p1:IsDependent> <d2p1:MemberAccountId>2</d2p1:MemberAccountId> <d2p1:Name>sample string 7</d2p1:Name> <d2p1:PolicyId>1</d2p1:PolicyId> </d2p1:ExtendedBenefitModel> </Entity> <Message>sample string 2</Message> <Success>true</Success> </ResponseOfArrayOfExtendedBenefitModellTZPsFUp>