Project

General

Profile

Actions

개선(improvement) #936

closed

[API] Create API load non-member booking by email or booking number

Added by Joseph Vo 8 months ago. Updated 4 months ago.

Status:
완료성공(Resolve)
Priority:
보통(Normal)
Assignee:
Start date:
07/29/2025
Due date:
08/08/2025
% Done:

100%

Estimated time:
Part:
Build env.:
Prod

Description

Request :
Create API load non-member booking by email or booking number


Related issues

Related to OMH - 개선(improvement) #829: 15_ Guest_Search Booking by email완료성공(Resolve)harry harry07/29/202509/22/2025

Actions
Actions #1

Updated by Joseph Vo 8 months ago

Actions #2

Updated by John Lee 8 months ago

  • Status changed from 신규(New) to 진행(Doing)
Actions #3

Updated by John Lee 8 months ago

  • Status changed from 진행(Doing) to 피드백(Feedback)
  • % Done changed from 0 to 100
Actions #4

Updated by John Lee 7 months ago

curl --location 'https://dev-newapi.ohmyhotel.com/booking/hotel/list-non-member' \
--header 'accept: application/json, text/plain, */*' \
--header 'accept-language: en-US,en;q=0.9,fr-FR;q=0.8,fr;q=0.7,en-GB;q=0.6,vi;q=0.5' \
--header 'content-type: application/json' \
--header 'origin: https://dev-newwww.ohmyhotel.com' \
--header 'priority: u=1, i' \
--header 'referer: https://dev-newwww.ohmyhotel.com/' \
--header 'sec-ch-ua: "Not)A;Brand";v="8", "Chromium";v="138", "Google Chrome";v="138"' \
--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/138.0.0.0 Safari/537.36' \
--header 'usertoken: affiliateTest' \
--data-raw '{
"stationTypeCode": "STN01",
"currency": "USD",
"country": "US",
"language": "EN",
"condition": {
"limits": [
0,
10000
],
"email":"",
"excludeCancelYn": false,
"itemCategoryCode": "IC02",
"bookingDatePeriod": "1Y"
}
}'

Actions #5

Updated by John Lee 7 months ago

curl --location 'https://dev-newapi.ohmyhotel.com/booking/hotel/list-non-member-by-code' \
--header 'accept: application/json, text/plain, */*' \
--header 'accept-language: en-US,en;q=0.9,fr-FR;q=0.8,fr;q=0.7,en-GB;q=0.6,vi;q=0.5' \
--header 'content-type: application/json' \
--header 'origin: https://dev-newwww.ohmyhotel.com' \
--header 'priority: u=1, i' \
--header 'referer: https://dev-newwww.ohmyhotel.com/' \
--header 'sec-ch-ua: "Not)A;Brand";v="8", "Chromium";v="138", "Google Chrome";v="138"' \
--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/138.0.0.0 Safari/537.36' \
--header 'usertoken: affiliateTest' \
--data '{
"stationTypeCode": "STN01",
"currency": "USD",
"country": "US",
"language": "EN",
"condition": {
"bookingItemCode":"K25012010006H01",
"pinCode":"1234"
}
}'

Actions #6

Updated by Joseph Vo 7 months ago

  • Due date set to 08/08/2025
Actions #7

Updated by John Lee 7 months ago

  • Build env. set to Dev
Actions #8

Updated by John Lee 7 months ago

  • Status changed from 피드백(Feedback) to 완료(Done)
Actions #9

Updated by John Lee 6 months ago

  • Build env. changed from Dev to Staging
Actions #10

Updated by ziniy Kang 5 months ago

  • Start date set to 07/29/2025
Actions #11

Updated by ziniy Kang 4 months ago

  • Status changed from 완료(Done) to 완료성공(Resolve)
  • Build env. changed from Staging to Prod
Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 50 MB)