GetCalendarResponse Data Type

The Class GetCalendarResponse.

Implemented Interfaces
Serializable
Properties
name data type description
calendar CalendarDto The calendar.
actionStatus ActionStatus The status response of the web service response.

Example

{
  "calendar" : {
    "id" : 12345,
    "auditableField" : [ {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    }, {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    } ],
    "code" : "...",
    "description" : "...",
    "updatedCode" : "...",
    "calendarType" : "PERIOD",
    "fixedDates" : [ "...", "..." ],
    "days" : [ {
      "day" : 12345,
      "month" : "NOVEMBER"
    }, {
      "day" : 12345,
      "month" : "MAY"
    } ],
    "hours" : [ {
      "hour" : 12345,
      "min" : 12345
    }, {
      "hour" : 12345,
      "min" : 12345
    } ],
    "periodLength" : 12345,
    "periodUnit" : "SECOND",
    "nbPeriods" : 12345,
    "joinCalendar1Code" : "...",
    "joinCalendar2Code" : "...",
    "intervalType" : "DAY",
    "intervals" : [ {
      "intervalBegin" : 12345,
      "intervalEnd" : 12345
    }, {
      "intervalBegin" : 12345,
      "intervalEnd" : 12345
    } ],
    "weekendBegin" : 12345,
    "weekendEnd" : 12345,
    "endDate" : 12345,
    "startDate" : 12345,
    "initDateEL" : "...",
    "holidays" : [ {
      "holidayBegin" : 12345,
      "holidayEnd" : 12345
    }, {
      "holidayBegin" : 12345,
      "holidayEnd" : 12345
    } ],
    "languageDescriptions" : [ {
      "languageCode" : "...",
      "description" : "..."
    }, {
      "languageCode" : "...",
      "description" : "..."
    } ]
  },
  "actionStatus" : {
    "status" : "FAIL",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  }
}