coverage
- base
- localhost
- dev
- prod
/v2/private/salesAgent/lead/:id/coverage
http://localhost:1350/v2/private/salesAgent/lead/:id/coverage
https://dev.everdays.com/v2/private/salesAgent/lead/:id/coverage
https://everdays.com/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​
| Param | Type | Description |
|---|---|---|
productCode | String | The TruStage Product code. |
coverageAmount | Number | The total coverage amount. |
monthlyPrice | Number | The 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: {
...
}