Skip to main content

ContractCreationRequest

Creation contract body

labelstring | nullnullable

Label of the contract

typestring | nullnullable

Type of the contract

Example: LEASE or PARTIAL
codestring | nullnullable

Code of the contract

assetsstring[]required

Assets linked of the contract

stakeholdersstring[]required

Stakeholders linked of the contract

equipmentsstring[]required

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
ContractCreationRequest
{
"label": "string",
"type": "LEASE or PARTIAL",
"code": "string",
"assets": [
"string"
],
"stakeholders": [
"string"
],
"equipments": [
"string"
],
"effectiveDate": "2023-01-01",
"endDate": "2023-01-01"
}