Advertisement
xcodinas

Untitled

Apr 27th, 2017
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. 'iva_impositive_type': [
  2. ('RegistroLRFacturasRecibidas,FacturaRecibida,DesgloseFactura,'
  3. 'DesgloseIVA,DetalleIVA,TipoImpositivo'),
  4. ],
  5.  
  6.  
  7. {
  8. "RegistroLRFacturasRecibidas": {
  9. "FacturaRecibida": {
  10. "DesgloseFactura": {
  11. "DesgloseIVA": [
  12. {
  13. "DetalleIVA": {
  14. "BaseImponible": "-38.51",
  15. "CuotaSoportada": "0",
  16. "TipoImpositivo": "21" ***********************************************
  17. }
  18. }
  19. ]
  20. },
  21. "TipoDesglose": {
  22. "DesgloseFactura": {
  23. "Sujeta": {
  24. "Exenta": {
  25. "BaseImponible": "6"
  26. }
  27. }
  28. }
  29. },
  30. "TipodesgloseDesgloseFactura": {
  31. "Sujeta": {
  32. "NoExenta": {
  33. "DesgloseIVA": {
  34. "DetalleIVA": {
  35. "BaseImponible": "6"
  36. }
  37. }
  38. }
  39. }
  40. }
  41. }
  42. }
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement