Skip to main content

Get or create a QuoteProduct

GET 

/api/life_insurance/quote-product/

Ensures there is a Quote and Product record for a given RSA ID number.

Steps:

  • Find contact by rsa_id_number
  • If quote exists with that contact as Principal Member → return existing open product (with given product_tag).
  • If no product or product is closed → create new product.
  • If no quote exists at all → create quote + life assured (Principal) + product.

Always returns the full product details.

Request

Responses