결함(Bug) #1956
open[issue] Precheck need to return clear message if any error
Added by Dan Hoang 5 months ago. Updated 12 days ago.
0%
Description

Files
Updated by calvin dev 5 months ago
- Status changed from 신규(New) to 진행(Doing)
- Start date set to 10/16/2025
curl --location 'https://tl-lincoln.net/agtapi/v1/xml/RoomAndPlanInquiryAnyUnitPriceSalesStsService' \
--header 'Content-Type: text/xml' \
--header 'Cookie: JSESSIONID=CAD8CC27EC60ED7A64870171161987C6; JSESSIONID=71D0BAE3B752488CE48C3E235AD368D9' \
--data '<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:naif="http://naifc1000.naifc10.nai.lincoln.seanuts.co.jp/">
<soapenv:Header/>
<soapenv:Body>
<naif:planPriceInfoAcquisition>
<planPriceInfoAcquisitionRequest>
<commonRequest>
<agtId>N1237508</agtId>
<agtPassword>LX1AIVnhw^Ax</agtPassword>
<systemDate>2025-10-16T14:48:43+07:00</systemDate>
</commonRequest>
<extractionRequest>
<startDay>20260325</startDay>
<endDay>20260326</endDay>
<perPaxCount>2</perPaxCount>
</extractionRequest>
<hotelInfos>
<tllHotelCode>U91887</tllHotelCode>
<tllPlanInfos>
<tllRmTypeCode>11</tllRmTypeCode>
<tllPlanCode>11178655</tllPlanCode>
</tllPlanInfos>
</hotelInfos>
</planPriceInfoAcquisitionRequest>
</naif:planPriceInfoAcquisition>
</soapenv:Body>
</soapenv:Envelope>'
Updated by calvin dev 5 months ago
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns2:planPriceInfoAcquisitionResponse xmlns:ns2="http://naifc1000.naifc10.nai.lincoln.seanuts.co.jp/">
<planPriceInfoResult>
<commonResponse>
<systemDate>2025-10-16T17:00:31.262+09:00</systemDate>
<resultCode>True</resultCode>
</commonResponse>
</planPriceInfoResult>
</ns2:planPriceInfoAcquisitionResponse>
</S:Body>
</S:Envelope>
Updated by calvin dev 5 months ago
1/ Precheck TL failed -> TL plan deleted but ALICE active status, so search success but precheck failed
<S:Envelope
xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns2:planPriceInfoAcquisitionResponse
xmlns:ns2="http://naifc1000.naifc10.nai.lincoln.seanuts.co.jp/">
<planPriceInfoResult>
<commonResponse>
<systemDate>2025-10-16T16:46:48.478+09:00</systemDate>
<resultCode>True</resultCode>
</commonResponse>
</planPriceInfoResult>
</ns2:planPriceInfoAcquisitionResponse>
</S:Body>
</S:Envelope>
, already have checked static file 16.10
Updated by calvin dev 12 days ago
- Status changed from 신규(New) to 보류(Pending)
- % Done changed from 20 to 0