Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. {
  2. "count": 0,
  3. "num_pages": 0,
  4. "current_page": 0,
  5. "next_page": 0,
  6. "previous_page": 0,
  7. "results": [
  8. {
  9. "id": "string",
  10. "in_store_reward_event_type": "minimum_spend",
  11. "in_store_reward_event_details" : {
  12. "minimum_spend": 0,
  13. "minimum_spend_currency": "string",
  14. "formatted_minimum_spend": "string"
  15. },
  16. "in_store_reward_type" : "percent_discount",
  17. "in_store_reward_type_details" : {
  18. "percent_discount_amount": 0,
  19. "formatted_percent_discount_amount": "string"
  20. },
  21. "thumbnail_picure_url": "string",
  22. "background_picture_url": "string"
  23. "title": "string",
  24. "description": "string",
  25. "conditions": "string",
  26. "start_date": "2019-09-01",
  27. "end_date": "2019-09-30",
  28. "is_active": true,
  29. "available_to_impact_contribution_levels": ["string"],
  30. "business_details": {
  31. ...
  32. }
  33. },
  34. {
  35. "id": "string",
  36. "in_store_reward_event_type": "item_purchase",
  37. "in_store_reward_event_details" : {
  38. "item_quantity": 0,
  39. "item_reference": "string",
  40. "item_denomination": "string",
  41. "item_price": "string",
  42. "item_description": "string"
  43. },
  44. "in_store_reward_type" : "item",
  45. "in_store_reward_type_details" : {
  46. "item_quantity": 0,
  47. "item_reference": "string",
  48. "item_denomination": "string",
  49. "item_price": "string",
  50. "item_description": "string"
  51. },
  52. "thumbnail_picure_url": "string",
  53. "background_picture_url": "string",
  54. "title": "string",
  55. "description": "string",
  56. "conditions": "string",
  57. "start_date": "2019-09-01",
  58. "end_date": "2019-09-30",
  59. "is_active": true,
  60. "available_to_impact_contribution_levels": ["string"],
  61. "business_details": {
  62. ...
  63. }
  64. },
  65. {
  66. "id": "string",
  67. "in_store_reward_event_type": "any",
  68. "in_store_reward_event_details" : {
  69. },
  70. "in_store_reward_type" : "cashback",
  71. "in_store_reward_type_details" : {
  72. "cashback_amount": 0,
  73. "cashback_currency": "string",
  74. "formatted_cashback_amount": "string"
  75. },
  76. "thumbnail_picure_url": "string",
  77. "background_picture_url": "string",
  78. "title": "string",
  79. "description": "string",
  80. "conditions": "string",
  81. "start_date": "2019-09-01",
  82. "end_date": "2019-09-30",
  83. "is_active": true,
  84. "available_to_impact_contribution_levels": ["string"],
  85. "business_details": {
  86. ...
  87. }
  88. }
  89. ]
  90. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement