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