quote
- base
- localhost
- dev
- prod
/v2/private/salesAgent/lead/:id/quote
http://localhost:1350/v2/private/salesAgent/lead/:id/quote
https://dev.everdays.com/v2/private/salesAgent/lead/:id/quote
https://everdays.com/v2/private/salesAgent/lead/:id/quote
Available Methods​
- POST
POST /v2/private/salesAgent/lead/:id/quote​
This endpoint is used by Sales Agents / Counselors to retrieve a quote from Tru Stage for the lead.
No params need to be passed to the request, all the data that will be submitted will be taken from the user object itself.
info
The user calling this endpoint must be Sales Agent / Counselor or Everdays Admin
Params​
| Param | Type | Description |
|---|
Example request body
body: {
}
Returns​
The lead's user object.
Example return object of just user
user: {
...
}