This commit is contained in:
Joey Eamigh
2023-02-06 22:19:38 -05:00
commit 20d2ecc5f6
7 changed files with 1519 additions and 0 deletions

26
sample.json Normal file
View File

@@ -0,0 +1,26 @@
[
{
"locationId": 5023,
"startTimestamp": "2023-03-03T06:15",
"endTimestamp": "2023-03-03T06:30",
"active": true,
"duration": 15,
"remoteInd": false
},
{
"locationId": 5023,
"startTimestamp": "2023-04-03T06:15",
"endTimestamp": "2023-04-03T06:30",
"active": true,
"duration": 15,
"remoteInd": false
},
{
"locationId": 5023,
"startTimestamp": "2023-04-03T06:30",
"endTimestamp": "2023-04-03T06:45",
"active": true,
"duration": 15,
"remoteInd": false
}
]