Skip to main content

coverage

/v2/private/salesAgent/lead/:id/coverage

Available Methods​

  • POST

POST /v2/private/salesAgent/lead/:id/coverage​

This endpoint is used by Sales Agents / Counselors to edit a lead's coverage amounts.

info

The user calling this endpoint must be Sales Agent / Counselor or Everdays Admin

Params​

ParamTypeDescription
productCodeStringThe TruStage Product code.
coverageAmountNumberThe total coverage amount.
monthlyPriceNumberThe monthly price amount.
Example request body
body: {
"productCode": "test-code",
"coverageAmount": 10000,
"monthlyPrice": 100
}

Returns​

The lead's user object.

Example return object of just user
user: {
...
}