Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- curl --location --request POST 'https://santa.production.k8s.neontech.cloud/coupon/validate' \
- --header 'Content-Type: application/json' \
- --header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lc3BhY2UiOiJwaGFybWVhc3kiLCJuYW1lc3BhY2VfaWQiOjEsInNlcnZpY2VfaWQiOjEsInNlcnZpY2UiOiJtZWRpY2luZS9vdGMiLCJjbGllbnRfbmFtZSI6Im1lZGljaW5lL290YyIsImF1ZCI6Im1lZGljaW5lL290YyIsImV4cCI6MzE3NzI0MTY4MSwianRpIjoiMSIsImlhdCI6MTYwMDQ0MTY4MSwiaXNzIjoic2FudGEifQ.B0QJQGnJPiaAJEihrQ2gFWwJE_lo5wG0H8MvuZXEopM' \
- --data-raw '{
- "user_id": "9193150",
- "code": "ELP10",
- "validate": {
- "promotion": true,
- "exclude_rules_on": [],
- "coupon": true
- },
- "attributes": [
- "benefits",
- "content"
- ],
- "promotion_validation": {
- "product": [
- {
- "ucode": "G67452",
- "product_id": "3491154",
- "vertical": "otc",
- "brand_id": "79444",
- "exclude_reasons": [],
- "exclude_benefit": false,
- "category_id": "",
- "product_mrp": "274.45",
- "quantity": "3",
- "therapy_ids": [
- "486196"
- ]
- }
- ],
- "cart": {
- "cart_value": "823.35"
- },
- "shipping": {
- "supplier_city_id": "1",
- "demand_city_id": "1"
- }
- },
- "coupon_validation": {
- "platform": "android"
- }
- }'
Advertisement
Add Comment
Please, Sign In to add comment