Description:
URL: service-desk/api/contract-renew/{contractId}
Method: POST
Description : Route to renew contract
Parameters:
| Parameter | Type | Optional/Required | Description |
| contract_id | integer | Required | Contract id of the contract to be renewed |
| approver_id | integer | Required | Approver ID that will approve contract Renewal |
| cost | integer | Required | Cost of the Renewed Contract |
| contract_start_date | string | Required | Date when renewed contract will start |
| contract_end_date | string | Required | Date when renewed contract will end |
Success Response :
- {
- “success”:true,
- “Message”:“Contract Renewed Successfully”
- }