Actions
기능(Feature) #2798
closed기능(Feature) #2680: ** B2C Online Coupon
기능(Feature) #2796: 7. PC_Payment Page
API call min discount amount coupon
Start date:
12/29/2025
Due date:
01/12/2026
% Done:
100%
Estimated time:
14.00 h
Part:
Build env.:
Dev
Description
Storyboard
https://www.figma.com/design/Tmlbxh17VqmfuCzsbzN16q/%F0%9F%8E%AB-SB--B2C-Online-Coupon?node-id=3-115&t=Y50Mr0CiDqFiH52g-1
PRD
https://luck-polonium-5e9.notion.site/B2C-Online-Coupon-28b0df1854a180349b5cfd898b0286de?source=copy_link
Design
https://www.figma.com/design/rKpXzV8hRJIgtVK4QtJqi8/B2C--B2B?node-id=17998-248544&t=sZm56myjqQhcoZKb-1



Files
Related issues
Updated by harry harry 2 months ago
- Copied to 기능(Feature) #2799: API check apply coupon(validate time, time use, coupon useYN) added
Updated by harry harry 2 months ago
- Estimated time changed from 2.00 h to 14.00 h
Updated by harry harry 2 months ago
- Assignee changed from harry harry to John Lee
Updated by ziniy Kang 2 months ago
- Subject changed from API calc min discount amount coupon to API call min discount amount coupon
Updated by John Lee about 2 months ago
- Status changed from 신규(New) to 진행(Doing)
Updated by John Lee about 2 months ago
- Status changed from 진행(Doing) to 신규(New)
Updated by John Lee about 2 months ago
- File picture323-1.png picture323-1.png added
- Description updated (diff)
Updated by John Lee about 2 months ago
- File picture901-1.png picture901-1.png added
- Description updated (diff)
Updated by John Lee about 2 months ago
- Status changed from 신규(New) to 진행(Doing)
Updated by John Lee about 2 months ago
- Due date set to 01/12/2026
- Status changed from 진행(Doing) to 완료(Done)
- % Done changed from 0 to 100
- Build env. set to Dev
Updated by John Lee about 2 months ago
Request:
curl --location 'https://dev-newapi.ohmyhotel.com/booking/coupon/auto-select' \
--header 'accept: application/json, text/plain, */*' \
--header 'accept-language: en-GB,en;q=0.9,ja;q=0.8,en-US;q=0.7,vi;q=0.6,fr-FR;q=0.5,fr;q=0.4' \
--header 'content-type: application/json' \
--header 'origin: https://test-newwww.ohmyhotel.com' \
--header 'priority: u=1, i' \
--header 'referer: https://test-newwww.ohmyhotel.com/' \
--header 'sec-ch-ua: "Google Chrome";v="143", "Chromium";v="143", "Not A(Brand";v="24"' \
--header 'sec-ch-ua-mobile: ?0' \
--header 'sec-ch-ua-platform: "Windows"' \
--header 'sec-fetch-dest: empty' \
--header 'sec-fetch-mode: cors' \
--header 'sec-fetch-site: same-site' \
--header 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--header 'usertoken: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMTYxMzMiLCJyb2xlcyI6WyJkYXQubnQxQG9obXlob3RlbC5jb20iLCIxMTYxMzMiLCJBUUFBQUFJQUFDY1FBQUFBRUtMT0xuZ3Z6QVB6SXc0K25LRTg5bEova1BRMWZ0RDQ0byt0QVVOVHNVaXl1cVZEQXFvajluZUpiMUZVclN1akZRPT0iXSwiaWF0IjoxNzY4MjA3ODkzLCJleHAiOjE3OTk3NDM4OTN9.LEii0x0LNTPc0DhWJSmtM09vp2UuJOAbRWGuO4SjGRE' \
--data '{
"stationTypeCode": "STN01",
"currency": "KRW",
"country": "KR",
"language": "KO",
"condition": {
"productAmount": 400000
}
}'
Response
{
"result": {
"totalDiscountAmount": 10000,
"selectedCoupons": [
{
"stackable": false,
"amount": 10000,
"couponItemCode": "HANAOHMY2026",
"name": "HANAOHMY2026",
"ratePercentage": null,
"currency": "KRW",
"couponRateOrAmount": "A",
"maxAmount": null
}
]
},
"serviceCode": "/booking/coupon/auto-select",
"succeedYn": true,
"serviceName": "/booking/coupon/auto-select"
}
Updated by John Lee about 1 month ago
- Assignee changed from John Lee to Tracy Truong
Updated by Tracy Truong about 1 month ago
- Status changed from QA test to 완료(Done)
- Assignee changed from Tracy Truong to John Lee
API - test by dev
Actions