Group Census Price Comparisons (POST)

Compare the previous and the current prices for a group census so that you can show the price impact of an enrollment or a mid-term adjustment before it's finalized. Scope the comparison to a product category or to specific members, and optionally return the plan and coverage attributes along with the amounts.
Resource
1/connect/insurance/group-censuses/censusId/price-comparisons
Resource example
1https://yourInstance.salesforce.com/services/data/v68.0/connect/insurance/group-censuses/0rfxx000000001aEAA/price-comparisons
Available version
68.0
HTTP methods
POST
Path parameter for POST
Parameter Name Type Description Required or Optional Available Version
censusId String ID of the group census to compare the prices for. Required 68.0
Request body for POST
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
Response body for POST
Price Comparison Response