Pricefx Interceptor API
    Preparing search index...

    Variable contractsDeleteConst

    contractsDelete: "contractsDelete" = 'contractsDelete'

    Method name for PRE contractsDeletePre and POST contractsDelete

    This method is triggered after pressing the Delete button on contract detail page /#/pm/contracts/<contractId>, or when deleting from contracts list /#/pm/contracts.

    Notes: POST and PRE returns same deletedQuotes array of object.

    Additional Properties:

    • deletedQuotes: Returns array of object of the deleted contracts.
    export const contractsDelete = async ({ api, deletedContracts }) => {
    // TODO: Add your code
    return;
    }