Create a group quote intent

Creates a group_quote_intent to request a quote for a group and plan combination. The intent coordinates the quote workflow including requirements collection and quote generation.

Authentication

AuthorizationBearer
Authorization header using the Bearer scheme

Request

This endpoint expects an object.
group_idstringRequiredformat: "gr_.+"
Unique identifier for the group to get a quote for
plan_idstringRequiredformat: "pl_.+"
Unique identifier for the plan to get a quote for
cost_sharingobjectOptional
Cost sharing configuration for the quote
coverage_selectionslist of objects or nullOptional

Plan coverage option selections for group-policy-scoped configurations.

Response

OK
idstringformat: "gqi_.+"
Unique identifier for the group quote intent
group_idstringformat: "gr_.+"
Unique identifier for the group
plan_idstringformat: "pl_.+"
Unique identifier for the plan
statusenum
Current status of the group quote intent
disclosureslist of objects
Disclosures associated with this intent.
cost_sharingobject
Cost sharing configuration for the quote
objectstringRead-only
Object type identifier

Errors

400
Bad Request Error
404
Not Found Error