Versions Compared

Key

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

Structure

Excerpt


name
FieldTypeRequiredDescription
idIntegertrueUnique identifier for the .code
StringuserIdIntegertrueUser id create/modify lock .
createdDateDateTimetrueDate time of creation.
startDateDatetrueStart date of the lock.
endDateDatetrueCode End date of the lock.
remarkStringfalseRemark of the lock.
spaceLockTypeSpaceLockTypetrueName of the Type of lock. 
spaceLockStatusTypeSpaceLockStatusTypetrueStatus type lock.



JSON representation

Code Block
languagepowershell
themeDJango
{
	
    "createdDate" : "2021-11-16T17:16:56.5127858",
    "userId" : 13,
    "id" : 1,
	"createdDate" 5,
    "startDate" : "2021-11-16",
    "endDate" : "20182022-04-12T18:13:50.710Z",
	"code": "CCRT1",
	"name": "ChainCancellationReasonType 1"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"
    }
  }