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