Description:
URL: service-desk/api/contract-terminate/{contractId}

Method: POST

Description : Route to terminate contract

Parameters:

Parameter Type Optional/Required Description
contract_id integer Required Contract id of the contract to be terminated

Success Response :

  1. {
  2. “success”:true,
  3. “Message”:“Contract Terminated Successfully”
  4. }