GET api/product/comparisonGrid/{stateids}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| stateids | string |
Default value is 7 |
Body Parameters
None.
Response Information
Resource Description
Collection of StateBenefitGridModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SectionTitle | string |
None. |
|
| Benefits | Collection of StateBenefitGridItemModel |
None. |
|
| AvailableCourses | StateBenefitGridAvailableCoursesModel |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SectionTitle": "sample string 1",
"Benefits": [
{
"Content": "sample string 1",
"Free": true,
"AllInclusive": true,
"Bundle": true,
"StateCustom": true,
"UnlimitedOnDemand": true,
"UnlimitedOnDemandAndLive": true,
"AlaCarteOnDemand": true,
"AlaCarteOnDemandAndLive": true,
"AlaCarteLive": true
},
{
"Content": "sample string 1",
"Free": true,
"AllInclusive": true,
"Bundle": true,
"StateCustom": true,
"UnlimitedOnDemand": true,
"UnlimitedOnDemandAndLive": true,
"AlaCarteOnDemand": true,
"AlaCarteOnDemandAndLive": true,
"AlaCarteLive": true
}
],
"AvailableCourses": {
"Content": "sample string 1",
"Free": 2.0,
"AllInclusive": 3.0,
"Bundle": 4.0,
"StateCustom": 5.0,
"UnlimitedOnDemand": 6.0,
"UnlimitedOnDemandAndLive": 7.0,
"AlaCarteOnDemand": 8.0,
"AlaCarteOnDemandAndLive": 9.0,
"AlaCarteLive": 10.0
}
},
{
"SectionTitle": "sample string 1",
"Benefits": [
{
"Content": "sample string 1",
"Free": true,
"AllInclusive": true,
"Bundle": true,
"StateCustom": true,
"UnlimitedOnDemand": true,
"UnlimitedOnDemandAndLive": true,
"AlaCarteOnDemand": true,
"AlaCarteOnDemandAndLive": true,
"AlaCarteLive": true
},
{
"Content": "sample string 1",
"Free": true,
"AllInclusive": true,
"Bundle": true,
"StateCustom": true,
"UnlimitedOnDemand": true,
"UnlimitedOnDemandAndLive": true,
"AlaCarteOnDemand": true,
"AlaCarteOnDemandAndLive": true,
"AlaCarteLive": true
}
],
"AvailableCourses": {
"Content": "sample string 1",
"Free": 2.0,
"AllInclusive": 3.0,
"Bundle": 4.0,
"StateCustom": 5.0,
"UnlimitedOnDemand": 6.0,
"UnlimitedOnDemandAndLive": 7.0,
"AlaCarteOnDemand": 8.0,
"AlaCarteOnDemandAndLive": 9.0,
"AlaCarteLive": 10.0
}
}
]