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.
Method name for PRE
contractsDeletePre
and POSTcontractsDelete
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.