gvsandeep

Untitled

May 30th, 2022
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.49 KB | None | 0 0
  1. curl --location --request POST 'https://santa.production.k8s.neontech.cloud/coupon/validate' \
  2. --header 'Content-Type: application/json' \
  3. --header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lc3BhY2UiOiJwaGFybWVhc3kiLCJuYW1lc3BhY2VfaWQiOjEsInNlcnZpY2VfaWQiOjEsInNlcnZpY2UiOiJtZWRpY2luZS9vdGMiLCJjbGllbnRfbmFtZSI6Im1lZGljaW5lL290YyIsImF1ZCI6Im1lZGljaW5lL290YyIsImV4cCI6MzE3NzI0MTY4MSwianRpIjoiMSIsImlhdCI6MTYwMDQ0MTY4MSwiaXNzIjoic2FudGEifQ.B0QJQGnJPiaAJEihrQ2gFWwJE_lo5wG0H8MvuZXEopM' \
  4. --data-raw '{
  5.    "user_id": "9193150",
  6.    "code": "ELP10",
  7.    "validate": {
  8.        "promotion": true,
  9.        "exclude_rules_on": [],
  10.        "coupon": true
  11.    },
  12.    "attributes": [
  13.        "benefits",
  14.        "content"
  15.    ],
  16.    "promotion_validation": {
  17.        "product": [
  18.            {
  19.                "ucode": "G67452",
  20.                "product_id": "3491154",
  21.                "vertical": "otc",
  22.                "brand_id": "79444",
  23.                "exclude_reasons": [],
  24.                "exclude_benefit": false,
  25.                "category_id": "",
  26.                "product_mrp": "274.45",
  27.                "quantity": "3",
  28.                "therapy_ids": [
  29.                    "486196"
  30.                ]
  31.            }
  32.        ],
  33.        "cart": {
  34.            "cart_value": "823.35"
  35.        },
  36.        "shipping": {
  37.            "supplier_city_id": "1",
  38.            "demand_city_id": "1"
  39.        }
  40.    },
  41.    "coupon_validation": {
  42.        "platform": "android"
  43.    }
  44. }'
Advertisement
Add Comment
Please, Sign In to add comment