HolidayVO Data Type
| name | data type | constraints | description |
|---|---|---|---|
| id | number | ||
| recurrent | boolean | required | |
| _expandables | array of string | ||
| description | string | ||
| companyId | number | required | |
| locals | array of LocalVO | ||
| date | string |
Example
{
"id" : 12345,
"recurrent" : true,
"_expandables" : [ "...", "..." ],
"description" : "...",
"companyId" : 12345,
"locals" : [ {
"latitude" : 12345.0,
"longitude" : 12345.0,
"timezone" : "...",
"_expandables" : [ "...", "..." ],
"localUsers" : [ {
"localId" : 12345,
"userName" : "...",
"userCode" : "...",
"id" : 12345
}, {
"localId" : 12345,
"userName" : "...",
"userCode" : "...",
"id" : 12345
} ],
"radius" : 12345.0,
"name" : "...",
"id" : 12345,
"holidays" : [ {
"id" : 12345,
"recurrent" : true,
"_expandables" : [ "...", "..." ],
"description" : "...",
"companyId" : 12345,
"locals" : [ { }, { } ],
"date" : "..."
}, {
"id" : 12345,
"recurrent" : true,
"_expandables" : [ "...", "..." ],
"description" : "...",
"companyId" : 12345,
"locals" : [ { }, { } ],
"date" : "..."
} ],
"defaultLocale" : true
}, {
"latitude" : 12345.0,
"longitude" : 12345.0,
"timezone" : "...",
"_expandables" : [ "...", "..." ],
"localUsers" : [ {
"localId" : 12345,
"userName" : "...",
"userCode" : "...",
"id" : 12345
}, {
"localId" : 12345,
"userName" : "...",
"userCode" : "...",
"id" : 12345
} ],
"radius" : 12345.0,
"name" : "...",
"id" : 12345,
"holidays" : [ {
"id" : 12345,
"recurrent" : true,
"_expandables" : [ "...", "..." ],
"description" : "...",
"companyId" : 12345,
"locals" : [ { }, { } ],
"date" : "..."
}, {
"id" : 12345,
"recurrent" : true,
"_expandables" : [ "...", "..." ],
"description" : "...",
"companyId" : 12345,
"locals" : [ { }, { } ],
"date" : "..."
} ],
"defaultLocale" : true
} ],
"date" : "..."
}