-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbulk-payload.json
41 lines (41 loc) · 992 Bytes
/
bulk-payload.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": "[email protected]"
},
"createdAt": "2021-11-20",
"department": "Integrations",
"salary": 1230.0,
"manager": "dolor",
"active": true
},
{
"employeeId": "89848",
"employee": {
"name": "dolor",
"username": "dolor",
"email": "[email protected]"
},
"createdAt": "2019-09-12",
"department": "Management",
"salary": 2100.0,
"manager": "",
"active": true
},
{
"employeeId": "16548",
"employee": {
"name": "sit amet",
"username": "samet",
"email": "[email protected]"
},
"createdAt": "2022-05-17",
"department": "IT",
"salary": 1000.0,
"manager": "lipsum",
"active": false
}
]