ContractCreationRequest
Creation contract body
labelstring | nullnullable
Label of the contract
typestring | nullnullable
Type of the contract
Example:
LEASE or PARTIALcodestring | 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-01endDatestring | nullnullable
End date of the contract
Example:
2023-01-01ContractCreationRequest
{
"label": "string",
"type": "LEASE or PARTIAL",
"code": "string",
"assets": [
"string"
],
"stakeholders": [
"string"
],
"equipments": [
"string"
],
"effectiveDate": "2023-01-01",
"endDate": "2023-01-01"
}