GET Benefit/{client}/{product}?effectiveDate={effectiveDate}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
client | string |
Required |
|
product | string |
Required |
|
effectiveDate | date |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of Magnesium.Insurance.Contracts.Offers.ProductBenefitDetailsName | Description | Type | Additional information |
---|---|---|---|
Description | string |
None. |
|
Name | string |
None. |
|
Limit | string |
None. |
Response Formats
application/json, text/json, text/html
Sample:
[ { "Description": "sample string 1", "Name": "sample string 2", "Limit": "sample string 3" }, { "Description": "sample string 1", "Name": "sample string 2", "Limit": "sample string 3" } ]