Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 3
Next »
Structure
Field | Type | Required | Description |
---|
id | Integer | true | Unique identifier for the . |
userId | Integer | true | User id create/modify lock . |
createDate | 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 | TODO: Type of lock. |
spaceLockStatusType | SpaceLockStatusType | true | TODO: Status type lock. |
|
|
|
|
|
|
|
|
JSON representation
{
"id": 1,
"createdDate": "2018-04-12T18:13:50.710Z",
"code": "CCRT1",
"name": "ChainCancellationReasonType 1"
}