Represents a Lease Unit Ledger Entry in SOFT4Spaces.
Note
For information about enabling APIs for Business Central see Overview.
API endpoint
| API | Path |
| leaseUnitLedgerEntry | businesscentralPrefix/soft4/soft4spaces/v3.0/companies({{companyId}})/leaseUnitLedgerEntries |
Methods
| Method | Return Type | Description |
| GET leaseUnitLedgerEntry | leaseUnitLedgerEntry | Gets a lease unit ledger entry object. |
| DELETE leaseUnitLedgerEntry | none | Deletes a lease unit ledger entry object. |
| POST leaseUnitLedgerEntry | leaseUnitLedgerEntry | Creates a lease unit ledger entry object. |
| PATCH leaseUnitLedgerEntry | leaseUnitLedgerEntry | Updates a lease unit ledger entry object. |
Properties
| Property | Type | Description |
| id | GUID | The unique ID of the lease unit ledger entry. Non-editable. |
| postingDate | date | Specifies the posting date of the lease unit ledger entry. |
| leaseUnitNo | string | Specifies the lease unit number of the lease unit ledger entry. |
| description | string | Specifies the description of the lease unit ledger entry. |
| quantity | decimal | Specifies the difference of area changes. |
| userID | string | The ID of the user who created the lease unit ledger entry. |
| entryNo | integer | Specifies the entry number of lease unit ledger entry. |
| systemCreatedAt | datetime | The datetime the lease unit ledger entry was created. |
| systemCreatedBy | GUID | The ID of the user who created the lease unit ledger entry. |
| systemModifiedAt | datetime | The last datetime the lease unit ledger entry was modified. |
| systemModifiedBy | GUID | The ID of the user who modified the lease unit ledger entry. |