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_sharingobjectRequired
Cost sharing configuration for the quote

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
cost_sharingobject
Cost sharing configuration for the quote
objectstring or nullRead-only
Object type identifier

Errors