Skip to main content

lastSelectedCoverage

/v2/private/purchase/truStage/lastSelectedCoverage

Available Methods​

  • POST

POST /v2/private/purchase/truStage/lastSelectedCoverage​

This endpoint will be used when the user selects/changes the coverageAmount price on the Solution page.

This endpoint will update SF to show the last selection for coverageAmount.

Params​

ParamTypeDescription
coverageAmountStringcoverageAmount selected by user on Solution
monthlyPriceStringmonthlyPrice for coverageAmount
Example request body
body: {
"coverageAmount": '9000',
"monthlyPrice": "85"
}