Description:
URL: service-desk/api/contract-extend/{contractId}
Method: POST
Description : Route to extend 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 Extended Contract |
contract_start_date | string | Required | Date From which extended contract will start,Current Contract End date |
contract_end_date | string | Required | Date From which extended contract will end |
Success Response :
- {
- “success”:true,
- “Message”:“Contract Extended Successfully”
- }