Guest User

Untitled

a guest
Jul 16th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. {
  2. "realisations": [
  3. {
  4. "code": "МВРП40655",
  5. "status": "success",
  6. "paid": "1548.25",
  7. "updated": "false",
  8. "products": [
  9. {
  10. "code": "МВ002005",
  11. "price": "105.48",
  12. "quantity": "5.000",
  13. "reason": null
  14. }
  15. ]
  16. },
  17. {
  18. "code": "МВРП40655",
  19. "status": "rejected",
  20. "paid": "1548.00",
  21. "updated": "true",
  22. "products": [
  23. {
  24. "code": "МВ002005",
  25. "price": "105.48",
  26. "quantity": "5.000",
  27. "reason": null
  28. }
  29. ]
  30. }
  31. ],
  32. "returnReceipts": [
  33. {
  34. "code": "МВРП004719",
  35. "status": "success",
  36. "updated": "false",
  37. "products": [
  38. {
  39. "code": null,
  40. "price": "24.78",
  41. "quantity": "1.000",
  42. "reason": null
  43. }
  44. ]
  45. },
  46. {
  47. "code": "МВРП004719",
  48. "status": "rejected",
  49. "updated": "false",
  50. "products": [
  51. {
  52. "code": null,
  53. "price": "24.78",
  54. "quantity": "1.000",
  55. "reason": null
  56. }
  57. ]
  58. }
  59. ],
  60. "fresh_products": [
  61. {
  62. "products": [
  63. {
  64. "code": null,
  65. "price": "24.78",
  66. "quantity": "1.000"
  67. }
  68. ]
  69. }
  70. ],
  71. "bad_products": [
  72. {
  73. "products": [
  74. {
  75. "code": null,
  76. "price": "24.78",
  77. "quantity": "1.000"
  78. }
  79. ]
  80. }
  81. ],
  82. "lost_products": [
  83. {
  84. "products": [
  85. {
  86. "code": null,
  87. "price": "24.78",
  88. "quantity": "1.000"
  89. }
  90. ]
  91. }
  92. ],
  93. "statistics": [
  94. {
  95. "start_time": "HH:MM:SS-DD:MM:YYYY",
  96. "finish_time": "HH:MM:SS-DD:MM:YYYY",
  97. "actual_working_time": "HH:MM:SS-DD:MM:YYYY",
  98. "awaiting_money": "500.00",
  99. "spent_money": [
  100. {
  101. "amount": "30.00",
  102. "reason": "some reason"
  103. }
  104. ],
  105. "extra_money": [
  106. {
  107. "amount": "30.00",
  108. "reason": "some reason"
  109. }
  110. ],
  111. "actual_money": "150.00",
  112. "calculated_distance": "180",
  113. "actual_distance": "130"
  114. }
  115. ]
  116. }
Add Comment
Please, Sign In to add comment