-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpedido_json.json
More file actions
executable file
·47 lines (47 loc) · 1.14 KB
/
pedido_json.json
File metadata and controls
executable file
·47 lines (47 loc) · 1.14 KB
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
{
"pedido": [{
"id": "ws_ped",
"cliente": {
"nombre": "mirlan",
"apellidos": "Reyes Polo",
"identificacion": "45454545454",
"dirreccion": "dsdsdsdsddsdsdsdsdssds"
},
"tienda": {
"identificador": "3"
},
"descripcion": [{
"nombre": "jajaja",
"cantidad": 5,
"valor": 1000
}, {
"nombre": "jajaja",
"cantidad": 5,
"valor": 1000
}],
"total_pedido": 50000,
"tipo_pago": 1
}, {
"id": "ws_ped",
"cliente": {
"nombre": "mirlan",
"apellidos": "Reyes Polo",
"identificacion": "45454545454",
"dirreccion": "dsdsdsdsddsdsdsdsdssds"
},
"tienda": {
"identificador": "123456"
},
"descripcion": [{
"nombre": "jajaja",
"cantidad": 5,
"valor": 1000
}, {
"nombre": "jajaja",
"cantidad": 5,
"valor": 1000
}],
"total_pedido": 50000,
"tipo_pago": 1
}]
}