Advertisement
Mimergt

Untitled

Jan 19th, 2022
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. {
  2. "usuario": "dalecafe",
  3. "clave": "D4l3C4f3",
  4. "ordenes": [{
  5. "id": "11074",
  6. "clienteNombre": "David Batres",
  7. "clienteTelefono": "+502 49319029",
  8. "clienteEmail": "david@dalecafe.com",
  9. "clienteNIT": "5131928",
  10. "clienteDireccion2": "2 calle 8-45 zona 14 villa mayor apto 804 Ciudad de Guatemala, GT-GU",
  11. "formasPago": [{
  12. "media": 4,
  13. "emisor": 3,
  14. "codigo": 0,
  15. "monto": "55.00"
  16. }],
  17. "productos": [{
  18. "plu": null,
  19. "cantidad": 1,
  20. "precio": 0,
  21. "monto": 0,
  22. "descuentoItemPorcentaje": 0,
  23. "comboNumero": 1,
  24. "pluPadre": "21"
  25. }, {
  26. "plu": "21",
  27. "cantidad": 1,
  28. "precio": "40",
  29. "monto": 40,
  30. "descuentoItemPorcentaje": 0,
  31. "comboNumero": 1,
  32. "pluPadre": "21"
  33. }, {
  34. "plu": 81,
  35. "cantidad": 1,
  36. "precio": "15",
  37. "monto": "15",
  38. "descuentoItemPorcentaje": 0,
  39. "comboNumero": 1,
  40. "pluPadre": 81
  41. }]
  42. }]
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement