SpaceLockType

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identifier for the SpaceLock Type.
codeStringtrueCode of the SpaceLock Type.
nameStringtrueName of the SpaceLock Type.
nameI18nStringtrueName of the SpaceLock Type translated.
descriptionStringfalseDescription.

JSON representation

{
      "id" : 1,
      "code" : "OO",
      "name" : "Out of order",
      "description" : null,
      "nameI18n" : "Fuera de Orden"
}