결함(Bug) #569
Updated by ziniy Kang 9 months ago
Dear Team, As shown in the screenshot below, the product has been created in our system and is properly mapped to Hotel Story via CMS. However, the Hotel Story team mentioned that there is an issue with the product retrieved through the API. Please find the response data we received attached for your reference. We would appreciate it if you could take a look and confirm. !picture384-1.png! <pre> [Request] 요청 URL : https://api-translator-hotelstory.ohmyhotel.com/v1/api/hotel/room-type Property : - 숙소명 : 거창 서핑파크 - 오마이호텔 측 숙소 고유 아이디 : KR003525 Body : <?xml version="1.0" encoding="UTF-8"?> <RequestRatePlanList> <Auth> <AuthId>****</AuthId> <AuthKey>****</AuthKey> </Auth> <PropertyId>KR003525</PropertyId> </RequestRatePlanList> [Response] Body : <ResponseRoomTypeList> <Success/> <RoomTypes> <RoomType> <RoomTypeId>RTAC0885</RoomTypeId> <RoomTypeName>Resort Double</RoomTypeName> <LinkedRoom>N</LinkedRoom> </RoomType> <RoomType> <RoomTypeId>RTAC0887</RoomTypeId> <RoomTypeName>Resort Twin</RoomTypeName> <LinkedRoom>N</LinkedRoom> </RoomType> <RoomType> <RoomTypeId>RTAC0920</RoomTypeId> <RoomTypeName>Pension 25PY</RoomTypeName> <LinkedRoom>N</LinkedRoom> </RoomType> <RoomType> <RoomTypeId>RTAC9019</RoomTypeId> <RoomTypeName>Resort Twin (Low Bed)</RoomTypeName> <LinkedRoom>N</LinkedRoom> </RoomType> </RoomTypes> </ResponseRoomTypeList> </pre>