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 :
- {
- “success”:true,
- “Message”:“Contract Terminated Successfully”
- }