Skip to main content

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-01
endDatestring | nullnullable

End date of the contract

Example: 2023-01-01
terminationDatestring | nullnullable

Termination date of the contract

Example: 2023-01-01
labelstring | nullnullable

Label of the contract

typestring | nullnullable

Type of the contract

Example: LEASE or PARTIAL
ContractUpdateRequest
{
"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"
}