Get Coupon Info

GET /api/coupons/{coupon_id}

<쿠폰 정보 단 건 조회>

Response


{
    "status": "success",
    "message": "OK",
    "data": {
        "couponId": "d632904a-b274-48f1-a761-6681a31968a4",
        "couponName": "Spring Festival Discount",
        "discountInfo": {
            "discountAmount": 50,
            "discountPolicy": "PERCENTAGE",
            "maxDiscountPrice": 0
        },
        "startDate": [
            2024,
            10,
            15,
            0,
            0
        ],
        "expirationDate": [
            2024,
            11,
            15,
            23,
            59,
            59
        ],
        "maxQuantity": -1,
        "usageLimit": 5,
        "target": "ALL",
        "concertList": null
    }
}

Last updated