-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbulk-payload-v2.json
41 lines (41 loc) · 999 Bytes
/
bulk-payload-v2.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[
{
"employeeId": "18129",
"employee": {
"name": "lorem ipsum",
"username": "lipsum",
"email": "lipsum@resmo.com"
},
"createdAt": "2021-11-20",
"department": "Integrations",
"salary": 1260.0,
"manager": "dolor",
"active": true
},
{
"employeeId": "89848",
"employee": {
"name": "new dolor",
"username": "dolor",
"email": "dolor@resmo.com"
},
"createdAt": "2019-09-12",
"department": "Management",
"salary": 2100.0,
"manager": "",
"active": true
},
{
"employeeId": "72732",
"employee": {
"name": "new employee",
"username": "new",
"email": "new@resmo.com"
},
"createdAt": "2022-12-14",
"department": "Integrations",
"salary": 0.0,
"manager": "cem",
"active": true
}
]