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 The unique ID of the lease contract line. Non-editable.
leaseContractNo string Specifies the number of the lease contract line.
versionNo integer Specifies the version number of lease contract line.
status string Specifies the status of lease contract line. It can be “New”, “Ready”, “Reserved”, “Released”, “Terminated”
versionStatus string Specifies the version status of lease contract line. It can be “New”, “Valid”, “Old”.
lineNo integer The line sequence number.
serviceNo string Specifies the service number from a service list, e.g. “RENT”, “CAM”, “WATER”.
description string Specifies the description of lease contract line.
description2 string Specifies the description of lease contract line.
leaseUnitNo string Specifies the lease unit number for which service charges would be calculated.
startingDate date The lease contract line starting date.
endingDate date The lease contract line ending date.
quantity decimal The quantity of variables defined in the lease contract line e.g. the number of parking spaces.
priceType string The price type for lease contract line. It can be “Fixed”, “Area”, “Turnover”, “Meter”.
pricePeriod string The price period for lease contract line. It can be “Day”, “Week”, “Month”, “Quarter”, “Year”.
unitPrice decimal Specifies the service price for lease unit in the specified lease contract line.
systemCreatedAt datetime The datetime the lease contract line was created. 
systemCreatedBy GUID The ID of the user who created the lease contract line.
systemModifiedAt datetime The last datetime the lease contract line was modified. 
systemModifiedBy GUID The ID of the user who modified the lease contract line.