Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

query for timeframe between flight reservation and ticket issuance #646

Open
nmbabor opened this issue Jan 24, 2024 · 6 comments
Open

query for timeframe between flight reservation and ticket issuance #646

nmbabor opened this issue Jan 24, 2024 · 6 comments

Comments

@nmbabor
Copy link

nmbabor commented Jan 24, 2024

I have a specific query regarding the timeframe between flight reservation and ticket issuance.
Is there a specific field or indicator in the API response that provides information on the duration between the creation of a flight reservation and the issuance of the ticket? I need to understanding the timeline involved in this process and any relevant details that might be available through the Travelport API. Can any one help me? Thanks in advance.

@AtiqulHaque
Copy link

yes there is field in booking params
{
tau: moment().add(9, 'hours').format()
}
you can change this value
this is the template node we are sending while we sent reservation request
<com:ActionStatus Type="{{ActionStatusType}}" TicketDate="{{ticketDate}}" ProviderCode="{{provider}}" />

@dchertousov
Copy link
Member

Hello @AtiqulHaque !

Thanks for the contribution!

Is the template you're using a custom template you made yourself?
Should we update our template to include more params?

@AtiqulHaque
Copy link

I am using almost your template but some places we need to change for our certification

@dchertousov
Copy link
Member

@AtiqulHaque

What kind of changes ar there? Do you think it would make sense to incorporate them into main branch?

@AtiqulHaque
Copy link

thats a good question i am also thinking about this @dchertousov
i found some issues and already solved now its working perfectly
Give me some time i will inform you
I already create a issue you can check it

@AtiqulHaque
Copy link

#662

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants