Advertisement
Guest User

Untitled

a guest
Apr 25th, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.49 KB | None | 0 0
  1. {
  2.     "tipo_comprobante": 101,
  3.     "forma_pago": 1,
  4.     "sucursal": 1,
  5.     "moneda": "UYU",
  6.     "montos_brutos": 1,
  7.     "cliente": "-",
  8.     "items": [
  9.         {
  10.             "cantidad": 1,
  11.             "concepto": "Prueba de montos brutos",
  12.             "precio": 199.99,
  13.             "indicador_facturacion": 3
  14.         },
  15.         {
  16.             "cantidad": 1,
  17.             "concepto": "Redondeo",
  18.             "precio": 0.01,
  19.             "indicador_facturacion": 6
  20.         }
  21.     ]
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement