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,
"AllInclusive": 3,
"Bundle": 4,
"StateCustom": 5,
"UnlimitedOnDemand": 6,
"UnlimitedOnDemandAndLive": 7,
"AlaCarteOnDemand": 8,
"AlaCarteOnDemandAndLive": 9,
"AlaCarteLive": 10
}
},
{
"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,
"AllInclusive": 3,
"Bundle": 4,
"StateCustom": 5,
"UnlimitedOnDemand": 6,
"UnlimitedOnDemandAndLive": 7,
"AlaCarteOnDemand": 8,
"AlaCarteOnDemandAndLive": 9,
"AlaCarteLive": 10
}
}
]