Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2018
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. {
  2. "Check": {
  3. "Type": "1",
  4. "Correction": "0",
  5. "TaxType": "1"
  6. "Tags": {
  7. "Tag": {
  8. "Id": "1010",
  9. "Value": "12345"
  10. },
  11. "Operator": {
  12. "Value": "Петров А.А."
  13. },
  14. "CustomerTelOrEmail": {
  15. "Value": "customer@aa.com"
  16. },
  17. "SenderEmail": {
  18. "Value": "sender@aa.com"
  19. }
  20. },
  21. "Positions": {
  22. "FiscalString": {
  23. "Summ": {
  24. "Value": "100.00"
  25. },
  26. "Tax": {
  27. "Value": "100.00"
  28. },
  29. "Tag": [
  30. {
  31. "Tag": [
  32. {
  33. "Id": "",
  34. "Value": ""
  35. },
  36. {
  37. "Id": "",
  38. "Value": ""
  39. }
  40. ],
  41. "Id": ""
  42. },
  43. {
  44. "Id": "",
  45. "Value": ""
  46. }
  47. ],
  48. "Text": "Товар",
  49. "Price": "12.12",
  50. "Quantity": "12.123456",
  51. "VAT": "18",
  52. "Department": "1",
  53. "PaymentTypeSign": "1",
  54. "PaymentItemSign": "1"
  55. },
  56. "Barcode": {
  57. "Type": "QR",
  58. "Text": "123456"
  59. },
  60. "String": {
  61. "Font": "1",
  62. "Text": "Нефискальный текст"
  63. }
  64. },
  65. "Payments": {
  66. "Cash": {
  67. "Value": "100.00"
  68. },
  69. "Electronic1": {
  70. "Value": "200.00"
  71. },
  72. "Electronic2": {
  73. "Value": "300.00"
  74. },
  75. "Advance": {
  76. "Value": "400.12"
  77. },
  78. "Credit": {
  79. "Value": "500.00"
  80. },
  81. "Rounding": {
  82. "Value": "1"
  83. }
  84. },
  85. "VATs": {
  86. "VAT": [
  87. {
  88. "Type": "18",
  89. "Value": "123.12"
  90. },
  91. {
  92. "Type": "10",
  93. "Value": "123.12"
  94. },
  95. {
  96. "Type": "0",
  97. "Value": "123.12"
  98. },
  99. {
  100. "Type": "none",
  101. "Value": "123.12"
  102. },
  103. {
  104. "Type": "118",
  105. "Value": "123.12"
  106. },
  107. {
  108. "Type": "110",
  109. "Value": "123.12"
  110. }
  111. ]
  112. },
  113. }
  114. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement