Insurance Price Comparison Input

Input representation of the optional filters that scope a price comparison for a group census. Use these settings to narrow the comparison to a product category or to specific members, and to control whether plan and coverage attributes are returned. The group census is supplied as the censusId path parameter.
JSON example
1{
2  "category": "vision",
3  "fetchAttributes": true,
4  "memberIds": [
5    "0rgxx000000001aEAA",
6    "0rgxx000000002bEAA"
7  ]
8}
Properties
Name Type Description Required or Optional Available Version
category String Product category to filter the comparison by, such as dental or vision. If not specified, the API returns only the overall summary and the list of available categories. Optional 68.0
fetchAttributes Boolean Indicates whether to return the attributes of the root products and coverages, such as copay and coinsurance, along with the prices (true) or not (false). The default value is false. Optional 68.0
memberIds String[] List of group census member IDs to compare prices for. If not specified, the API returns the summary view of the census instead of member-level comparisons. Optional 68.0