Pricefx Interceptor API
    Preparing search index...

    Variable quotesDetailMarkOfferAsLostConst

    quotesDetailMarkOfferAsLost: "quotesDetailMarkOfferAsLost" = 'quotesDetailMarkOfferAsLost'

    Method name for PRE quotesDetailMarkOfferAsLostPre and POST quotesDetailMarkOfferAsLost

    Triggered when Quote is marked as loss with reason modal.

    Additional Properties:

    • lostReason: Returns reason key.
    • lostReasonComment: Returns reason comment.
    export const quotesDetailMarkOfferAsLost = async ({ api, quoteAPI, lostReason, lostReasonComment }) => {
    // TODO: Add your code
    return;
    }