applicationPhone
- base
- localhost
- dev
- prod
/v2/private/purchase/truStage/application
http://localhost:1350/v2/private/purchase/truStage/application
https://dev.everdays.com/v2/private/purchase/truStage/application
https://everdays.com/v2/private/purchase/truStage/application
Available Methods​
- GET
POST /v2/private/purchase/truStage/application​
This endpoint will be used on SF to generate a URL for the user application.
Params​
| Param | Type | Description |
|---|---|---|
| queryParam | String | passing agent Id that will generate the URL from truStage |
Example request body
query: {
"agentId": "25414",
}
Returns​
The entire user object. user.purchase data will be updated and data will be saved to the truStage object.
Example return object with user.purchase.truStage
user: {
...,
"truStage": {
"applicationId": 'CUNA15772503',
"appUrl": "https://cunamutual.oktapreview.com/sso/idps/0oa1ilqx0j1ij3Acr0h8?fromURI=https%3A%2f%2fcunamutual.oktapreview.com%2fapp%2fcunamutual_eappsaml_1%2fexk1b0yw20lk1WefJ0h8%2fsso%2fsaml%3FRelayState%3Dhttps%253a%252f%252fapply.trustagedemo.com%252feappRep%252fagentquotes%253fEappQuotes%253dCUNA15772503",
"productSelected": {
"coverageAmount": "8000",
"productCode": "2016 SITERM80",
"submittedOn": "2023-03-20T14:12:18.730Z"
}
}
}