Advertisement
Guest User

Untitled

a guest
Aug 14th, 2018
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.28 KB | None | 0 0
  1. {
  2.   "id": 12,
  3.   "organization_name": "Calvin Klein Jeans",
  4.   "cupon_type": 1,
  5.   "organization_cover_picture": "https://le-cupon-app.s3.amazonaws.com/uploads/organization/cover_picture/1/calvinklein-logo.png",
  6.   "branch_category_title": "Casa e Decoração",
  7.   "discount": 30,
  8.   "description": "30% de desconto nas calças jeans coleção 2017/18",
  9.   "cupon_images": [
  10.     "https://le-cupon-app.s3.amazonaws.com/uploads/cupon_image/picture/9/large_20150812212417-calvin-klein-jeans.jpeg",
  11.     "https://le-cupon-app.s3.amazonaws.com/uploads/cupon_image/picture/10/large_CK-Banner-Destaque-Sale-20170102-FR.jpg",
  12.     "https://le-cupon-app.s3.amazonaws.com/uploads/cupon_image/picture/11/large_1025.jpg",
  13.     "https://le-cupon-app.s3.amazonaws.com/uploads/cupon_image/picture/12/large_CK-Banner-Destaque-New-Arrivals-20160822-FR.jpg"
  14.   ],
  15.   "days_list": [
  16.     {
  17.       "week_day": 0,
  18.       "start_hour": "09:00",
  19.       "end_hour": "22:00",
  20.       "quantity": 12,
  21.       "available": false
  22.     },
  23.     {
  24.       "week_day": 1,
  25.       "start_hour": "09:00",
  26.       "end_hour": "22:00",
  27.       "quantity": 12,
  28.       "available": true
  29.     },
  30.     {
  31.       "week_day": 2,
  32.       "start_hour": "09:00",
  33.       "end_hour": "22:00",
  34.       "quantity": 12,
  35.       "available": true
  36.     },
  37.     {
  38.       "week_day": 3,
  39.       "start_hour": "09:00",
  40.       "end_hour": "22:00",
  41.       "quantity": 12,
  42.       "available": true
  43.     },
  44.     {
  45.       "week_day": 4,
  46.       "start_hour": "09:00",
  47.       "end_hour": "22:00",
  48.       "quantity": 12,
  49.       "available": false
  50.     },
  51.     {
  52.       "week_day": 5,
  53.       "start_hour": "09:00",
  54.       "end_hour": "22:00",
  55.       "quantity": 12,
  56.       "available": false
  57.     },
  58.     {
  59.       "week_day": 6,
  60.       "start_hour": "09:00",
  61.       "end_hour": "22:00",
  62.       "quantity": 12,
  63.       "available": false
  64.     }
  65.   ],
  66.   "branch": {
  67.     "city_name": "Belo Horizonte",
  68.     "federation_unit_initials": "MG",
  69.     "full_address": "Avenida Olegário Maciel, 1600, 2º Piso, Belo Horizonte, Minas Gerais",
  70.     "lat": -19.928,
  71.     "lng": -43.9472
  72.   },
  73.   "qrcode": true,
  74.   "url": "",
  75.   "online": false,
  76.   "premium": true,
  77.   "rules": "Desconto não cumulativo. Não pode ser resgatdo por crédito ou dinheiro. Um resgate por CPF. Somente para compras com calças jeans"
  78. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement