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