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 | |
| postingDate | date | |
| leaseUnitNo | string | |
| description | string | |
| quantity | decimal | Add the difference of area |
| userID | string | |
| entryNo | integer | |
| systemCreatedAt | datetime | |
| systemCreatedBy | GUID | |
| systemModifiedAt | datetime | |
| systemModifiedBy | GUID |