Skip to main content

rxmib

/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​

ParamTypeDescription
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.