rxmib
- base
- localhost
- dev
- prod
/v2/private/purchase/aa/rxmib
http://localhost:1350/v2/private/purchase/aa/rxmib
https://dev.everdays.com/v2/private/purchase/aa/rxmib
https://everdays.com/v2/private/purchase/aa/rxmib
Available Methods​
- POST
POST /v2/private/purchase/aa/rxmib​
This endpoint is used to submit the application in the queue process. This may not need to be used as this process is called in the /details endpoint.
AA's RxMib endpoint will return a transaction ID for the application.
Params​
| Param | Type | Description |
|---|
Example request body
body: {
}
Returns​
The entire user object.
Example return object with user.purchase
user: {
purchase: {
aa: {
transactionId: 12345;
}
}
}
info
For more detailed information about each value in insurance, please refer to the user model docs.