lastSelectedCoverage
- base
- localhost
- dev
- prod
/v2/private/purchase/truStage/lastSelectedCoverage
http://localhost:1350/v2/private/purchase/truStage/lastSelectedCoverage
https://dev.everdays.com/v2/private/purchase/truStage/lastSelectedCoverage
https://everdays.com/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​
| Param | Type | Description |
|---|---|---|
| coverageAmount | String | coverageAmount selected by user on Solution |
| monthlyPrice | String | monthlyPrice for coverageAmount |
Example request body
body: {
"coverageAmount": '9000',
"monthlyPrice": "85"
}