-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
68 lines (68 loc) · 1.72 KB
/
db.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[
{
"id": 1,
"cfe": "2667",
"clientDocument": "06607273076",
"purchaseDate": "2018-08-25T02:57:36.290Z",
"total": null,
"createdAt": "2019-02-04T23:32:20.307Z",
"updatedAt": "2019-02-04T23:32:20.307Z",
"version": 0,
"items": [
{
"id": 1,
"code": "001",
"description": "Item 1",
"quantity": 1,
"price": null
},
{
"id": 2,
"code": "001",
"description": "Item 1",
"quantity": 1,
"price": null
},
{
"id": 3,
"code": "001",
"description": "Item 1",
"quantity": 1,
"price": null
}
]
},
{
"id": 2,
"cfe": "91180",
"clientDocument": "56368525258",
"purchaseDate": "2018-02-06T16:13:32.745Z",
"total": null,
"createdAt": "2019-02-04T23:32:20.308Z",
"updatedAt": "2019-02-04T23:32:20.308Z",
"version": 0,
"items": [
{
"id": 4,
"code": "001",
"description": "Item 1",
"quantity": 1,
"price": null
},
{
"id": 5,
"code": "001",
"description": "Item 1",
"quantity": 1,
"price": null
},
{
"id": 6,
"code": "001",
"description": "Item 1",
"quantity": 1,
"price": null
}
]
}
]