leaseContractLine resource type

Table of Contents

Represents a Lease Contract Line in SOFT4Spaces.

Note

For information about enabling APIs for Business Central see Overview.

 

 

API endpoint

 

API Path
leaseContractLine businesscentralPrefix/soft4/soft4spaces/v3.0/companies({{companyId}})/leaseContractLines

 

Methods

 

Method Return Type Description
GET leaseContractLine leaseContractLine Gets a lease contract line object.
DELETE leaseContractLine none Deletes a lease contract line object.
POST leaseContractLine leaseContractLine Creates a lease contract line object.
PATCH leaseContractLine leaseContractLine Updates a lease contract line object.

 

Properties

 

Property Type Description
id GUID  
leaseContractNo string  
versionNo integer  
status string New, Ready, Reserved, Released, Terminated
versionStatus string New, Valid, Old
lineNo integer  
serviceNo string  
description string  
description2 string  
leaseUnitNo string  
startingDate date  
endingDate date  
quantity decimal  
priceType string Fixed, Area, Turnover, Meter
pricePeriod string Day, Week, Month, Quarter, Year
unitPrice decimal  
systemCreatedAt datetime  
systemCreatedBy GUID  
systemModifiedAt datetime  
systemModifiedBy GUID