Represents a Lease Unit Category in SOFT4Spaces.
Note
For information about enabling APIs for Business Central see Overview.
API endpoint
| API | Path |
| leaseUnitCategory | businesscentralPrefix/soft4/soft4spaces/v3.0/companies({{companyId}})/leaseUnitCategories |
Methods
| Method | Return Type | Description |
| GET leaseUnitCategory | leaseUnitCategory | Gets a lease unit category object. |
| DELETE leaseUnitCategory | none | Deletes a lease unit category object. |
| POST leaseUnitCategory | leaseUnitCategory | Creates a lease unit category object. |
| PATCH leaseUnitCategory | leaseUnitCategory | Updates a lease unit category object. |
Properties
| Property | Type | Description |
| id | GUID | The unique ID of the lease unit category. Non-editable. |
| code | string | The code of the lease unit category. |
| description | string | Specifies the description of the lease unit category. |
| systemCreatedAt | datetime | The datetime the lease unit category was created. |
| systemCreatedBy | GUID | The ID of the user who created the lease unit category. |
| systemModifiedAt | datetime | The last datetime the lease unit category was modified. |
| systemModifiedBy | GUID | The ID of the user who modified the lease unit category. |