Actions
기능(Feature) #172
closed[OMT/PC - BE] 1.3. My Page > Reservation Details
Start date:
05/08/2025
Due date:
05/16/2025
% Done:
100%
Estimated time:
4.00 h
Part:
BE
Build env.:
Dev
Description
[My Page > Reservation Details] screen is under development.
Please check section 1.3. in the Notion link and the Figma link.
Point System Policy
https://www.notion.so/B2C-Point-System-1bc0df1854a1804aa623d331197a0c2d?pvs=4#1cf0df1854a180fe858dff6cf0b3daf9
The image of the screen to be developed is as below.
Files
Related issues
Updated by Joseph Vo 10 months ago
- Copied from 기능(Feature) #52: [OMT/PC] 1.3. My Page > Reservation Details added
Updated by Tan Jang 10 months ago
curl --location --request POST 'localhost:8080/booking/point/used'
--data-raw '{
"language": "EN",
"country": "KR",
"stationTypeCode": "STN02",
"currency": "KRW",
"condition": {
"bookingItemCode": "K25012210018F02"
}
}'
RES:
private String bookingItemCode;
private BigDecimal pointAmount;
private String currencyCode;
Actions