Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Structure

Excerpt


FieldTypeRequiredDescription
idIntegertrueUnique identifier for the .
userIdIntegertrueUser id create/modify lock .
createDatecreatedDateDateTimetrueDate time of creation.
startDateDatetrueStart date of the lock.
endDateDatetrueEnd date of the lock.
remarkStringfalseRemark of the lock.
spaceLockTypeSpaceLockTypetrueType of lock. 
spaceLockStatusTypeSpaceLockStatusTypetrueStatus type lock.



JSON representation

Code Block
languagepowershell
themeDJango
{
    "createDatecreatedDate" : "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"
    }
  }