Parameter | Description |
---|---|
End Date | End period date. |
Start Date | Start period date. |
{
"calendar": {
"item": [
{
"request": "",
"employee": "John Smith",
"start": "2012-11-16",
"end": "2012-11-17"
},
{
"holiday": "Thanksgiving Day",
"start": "2012-11-22",
"end": "2012-11-22"
}
]
}
}
Was this page helpful?