Travelport / travelport-uapi-tutorial-php

The travelport-uapi-tutorial-php is a PHP project for Universal API that will help you connect and code a standard workflow including Air, Vehicle, and Hotel.
34 stars 47 forks source link

EMD and OB Fee #220

Open ldjvc opened 4 years ago

ldjvc commented 4 years ago

Hi,

I would like to get details of all EMD (A and S) and OB fees from a PNR. I am currently using UniversalRecordRetrieve to get PNR information but this only seems to return high level data. I can see some seat and baggage specific workflows for EMDs on the support website but was hoping there would be a way to get them all in one go, as I don't care what they are, I just need to load them into our app.

Thanks a lot.

vivekjyotipramanik commented 4 years ago

Hi ldjvc,

I would recommend creating a ticket in My.Travelport.com for this specific question. There is a service called EMD Retrieve. Please check the below link. Thanks.

https://support.travelport.com/webhelp/uapi/uapi.htm#Standalone_Merchandising/EMDRetrieval.htm

ldjvc commented 4 years ago

Ok, thanks vivek. Just for the benefit of anyone else reading this at a later date the UniversalRrecordRsp does return some EMD info, it's just that it was broken in the DEV envritonment until recently.

And OB fees apparently are returned in UniveralRecordRsp but only after ticketing. We had priced our test PNRs but had not bothered actually ticketing them.