Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. {
  2. "status":true,
  3. "message":"Запрос успешно обработан",
  4. "data":{
  5. "sum":100,
  6. "discount":0,
  7. "bonus":{
  8. "add":5,
  9. "max":30,
  10. "remove":null,
  11. "balance":2416
  12. },
  13. "stages":[
  14. {
  15. "name":"5% бонусов",
  16. "type":"bonus",
  17. "now":{
  18. "sum":100,
  19. "percent":5
  20. },
  21. "will":null
  22. }
  23. ],
  24. "goods":[
  25. {
  26. "id":"2165861",
  27. "code":"СМ-00017755",
  28. "name":"Эспрессо.",
  29. "barcode":"1250",
  30. "article":"017755",
  31. "price":"100",
  32. "created_at":"2019-07-15 10:51:54",
  33. "updated_at":null,
  34. "price_out":100,
  35. "category_uid":null,
  36. "discount":0,
  37. "bonus_available_remove":0,
  38. "bonus":5,
  39. "amount":1,
  40. "max_use":30,
  41. "uid":"b6e94c5f-9308-11e7-8c27-80ee73bcf763"
  42. }
  43. ],
  44. "shares":[
  45. {
  46. "name":"Акция №5 - Каждый Х товар за 1 рубль",
  47. "reward":{
  48. "available":0,
  49. "now":0
  50. },
  51. "next":6
  52. }
  53. ],
  54. "messages":[
  55. "Нет акционных бонусов"
  56. ],
  57. "loyalty":{
  58. "share":[
  59.  
  60. ],
  61. "discount":[
  62.  
  63. ],
  64. "bonus":[
  65. "5% бонусов"
  66. ]
  67. }
  68. }
  69. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement