-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpedido_tipo_1.json
More file actions
35 lines (35 loc) · 878 Bytes
/
pedido_tipo_1.json
File metadata and controls
35 lines (35 loc) · 878 Bytes
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
{
pedido: {
info: [
{ nombre: 'sdsd', cantidad: 23, valor: 5000 },
{ nombre: 'dsdsdsds', cantidad: 34, valor: 12000 },
{ nombre: 'dsdsdsds', cantidad: 12, valor: 10000 }
],
tienda: [
{
latitud: 345,
referencia: 'fdfdfd',
direccion: 'fdfdfd',
nit: '322sd',
fijo: '',
id: 3,
longitud: 453,
celular: ''
}
],
motorizado: '359291054481645',
cliente:[
{
apellidos: 'dssdsd',
nombre: 'cliente3',
fijo: '',
celular: '',
direccion: 'dsdsd sdsdsd'
}
],
retraso: 80000,
total: 643000,
id: 16
},
tipo: 1
}