ContractUpdateRequest
Patch contract body
contractCodestringrequired
Code of the contract
assetsstring[]nullable
Assets linked of the contract
stakeholdersstring[]nullable
Stakeholders linked of the contract
equipmentsstring[]nullable
Equipments linked of the contract
effectiveDatestring | nullnullable
Effective date of the contract
Example:
2023-01-01endDatestring | nullnullable
End date of the contract
Example:
2023-01-01terminationDatestring | nullnullable
Termination date of the contract
Example:
2023-01-01labelstring | nullnullable
Label of the contract
typestring | nullnullable
Type of the contract
Example:
LEASE or PARTIALContractUpdateRequest
{
"contractCode": "string",
"assets": "Unknown Type: array,null",
"stakeholders": "Unknown Type: array,null",
"equipments": "Unknown Type: array,null",
"effectiveDate": "2023-01-01",
"endDate": "2023-01-01",
"terminationDate": "2023-01-01",
"label": "string",
"type": "LEASE or PARTIAL"
}