GET APIControllers/Policy/GetExcessBusterOrRoutineCarePriceList/{securityKey}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
securityKey | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseOfListOfExtendedBenefitPriceListName | Description | Type | Additional information |
---|---|---|---|
Success | boolean |
None. |
|
Message | string |
None. |
|
Entity | Collection of ExtendedBenefitPriceList |
None. |
Response Formats
application/json, text/json
Sample:
{ "Success": true, "Message": "sample string 2", "Entity": [ { "ExtendedName": "sample string 1", "ExtendedId": 2, "Amount": 3.0, "UnitId": 4, "UnitName": "sample string 5" }, { "ExtendedName": "sample string 1", "ExtendedId": 2, "Amount": 3.0, "UnitId": 4, "UnitName": "sample string 5" } ] }
application/xml, text/xml
Sample:
<ResponseOfArrayOfExtendedBenefitPriceListlTZPsFUp 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:ExtendedBenefitPriceList> <d2p1:Amount>3</d2p1:Amount> <d2p1:ExtendedId>2</d2p1:ExtendedId> <d2p1:ExtendedName>sample string 1</d2p1:ExtendedName> <d2p1:UnitId>4</d2p1:UnitId> <d2p1:UnitName>sample string 5</d2p1:UnitName> </d2p1:ExtendedBenefitPriceList> <d2p1:ExtendedBenefitPriceList> <d2p1:Amount>3</d2p1:Amount> <d2p1:ExtendedId>2</d2p1:ExtendedId> <d2p1:ExtendedName>sample string 1</d2p1:ExtendedName> <d2p1:UnitId>4</d2p1:UnitId> <d2p1:UnitName>sample string 5</d2p1:UnitName> </d2p1:ExtendedBenefitPriceList> </Entity> <Message>sample string 2</Message> <Success>true</Success> </ResponseOfArrayOfExtendedBenefitPriceListlTZPsFUp>