Aisle
Represents aisles within warehouse locations used for organizing and tracking inventory storage areas.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the aisle. |
| auditCreatedDateTime | Datetime | True |
The date and time when the aisle was created. |
| auditModifiedBy | String | True |
The user who last modified the aisle. |
| auditModifiedDateTime | Datetime | True |
The date and time when the aisle was last modified. |
| description | String | False |
The description of the aisle. |
| href | String | True |
The URL of the aisle resource. |
| id | String | False |
The unique identifier of the aisle. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the aisle record. |