Advertisement
Guest User

Ejercicio6

a guest
May 25th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.47 KB | None | 0 0
  1. {
  2.   "Factura":"51061857412",
  3.   "Encabezado":{
  4.     "Nit":"233005845685",
  5.   "nombre":"Empresa XYZ",
  6.    "direccion":"calle 45  14s-89",
  7.   "telefono":{"celuar":"321458754",
  8.   "fijo":"8864574"
  9.   }},
  10.   "detalle":
  11.   [
  12.    {"producto1":[{"idproducto":"zap36m"}, {"descripcion":"zapatos mujer" },{"precio":120000 }]},
  13.    
  14.    {"producto2":[{"idproducto":"zap40h"}, {"descripcion":"zapatos hombre" },{"precio":120000 }]}
  15.    ],
  16. "Valor Total":{"iva":19000,"Total":259000}
  17.  
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement