sign
Available Methods​
- [POST]
POST: /v2/private/salesAgent/aa/fe/sign/{leadId}​
info
This endpoint is used by a Sales Agent to submit the signature of the lead over to AmAm. The policy number will also be set on the user and in the Order.
- base
- localhost
- dev
- prod
/v2/private/salesAgent/aa/fe/sign/{leadId}
http://localhost:1350/v2/private/salesAgent/aa/fe/sign/{leadId}
https://dev.everdays.com/v2/private/salesAgent/aa/fe/sign/{leadId}
https://everdays.com/v2/private/salesAgent/aa/fe/sign/{leadId}
Returns​
The final populated Final Expense object
Example return
data: {
...userData,
purchase: {
aa: {
fe: {
"appNumber": 1049453,
"planType": "Immediate",
"transactionId": 43293,
"policyNumber": "0100074350",
"purchaseDate": "2025-01-28T20:41:48.748Z",
"approved": true
}
}
}
}