SpaceLock
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identifier for the . |
userId | Integer | true | User id create/modify lock . |
createdDate | DateTime | true | Date time of creation. |
startDate | Date | true | Start date of the lock. |
endDate | Date | true | End date of the lock. |
remark | String | false | Remark of the lock. |
spaceLockType | SpaceLockType | true | Type of lock. |
spaceLockStatusType | SpaceLockStatusType | true | Status type lock. |
JSON representation
{ "createdDate" : "2021-11-16T17:16:56.5127858", "userId" : 13, "id" : 5, "startDate" : "2021-11-16", "endDate" : "2022-01-31", "remark" : "SPA", "spaceLockType" : { "id" : 1, "code" : "OO", "name" : "Fuera de Orden", "description" : null, "nameI18n" : "Fuera de Orden" }, "spaceLockStatusType" : { "id" : 1, "code" : "LOC", "name" : "Locked", "colorCode" : "#ff9800", "nameI18n" : "Locked" } }