Get Quote By ID

You can use this endpoint to get information about a single quote by searching for the quoteId of that quote.

Sample Request

https://channels.casava.co/api/v1/policyHolder/quote?quoteId=7401516450

Sample Response

[
    {
        "quoteId": "7401516450",
        "quoteExpiryDate": "2022-02-17T10:51:03.426Z",
        "amount": 200,
        "status": "applied",
        "policyHolderNumber": "08049292921",
        "policyCode": "122220706",
        "installment": "MONTHLY"
    }
]

Last updated