Remark : Pricing 삭제
Endpoint : https://apac.universal-api.pp.travelport.com/B2BGateway/connect/uAPI/UniversalRecordService

응용) key 값으로 Remark 도 한번에 삭제 가능
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
<soapenv:Envelope xmlns:soapenv='http://schemas.xmlsoap.org/soap/envelope/' xmlns:com='http://www.travelport.com/schema/common_v52_0' xmlns:univ='http://www.travelport.com/schema/universal_v52_0' > <soapenv:Body> <univ:UniversalRecordModifyReq TraceId="202304110102121" ReturnRecord='true' TargetBranch='P*******' Version='14' AuthorizedBy='GALILEODEV'> <com:BillingPointOfSaleInfo OriginApplication='UAPI' /> <com:ContinuityCheckOverride>yes</com:ContinuityCheckOverride> <univ:RecordIdentifier ProviderCode='1G' ProviderLocatorCode='43V659' UniversalLocatorCode='1OPJRG' /> <univ:UniversalModifyCmd Key="Cmd1"> <univ:AirDelete ReservationLocatorCode="1OPJRH" Element="AirPricingInfo" Key="jXnK7dUqWDKAkGM4PAAAAA=="> </univ:AirDelete> </univ:UniversalModifyCmd> <!--univ:UniversalModifyCmd Key="Cmd2"> <univ:AirDelete ReservationLocatorCode="1OPJRH" Element="SSR" Key="/GpK7dVqWDKAtVhtLAAAAA=="> </univ:AirDelete> </univ:UniversalModifyCmd> <univ:UniversalModifyCmd Key="Cmd3"> <univ:AirDelete ReservationLocatorCode="1OPJRH" Element="SSR" Key="/GpK7dVqWDKA/UrzLAAAAA=="> </univ:AirDelete> </univ:UniversalModifyCmd--> </univ:UniversalRecordModifyReq> </soapenv:Body> |