Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


The method used to retrieve reservation number or PNR locator

This method need to be used in several flows because before making any action on reservation you need to know the reservation status

Reservation status

RSVD = reserved

CNFD = Reservation confirmed tickets issued

VOID = tickets cancelled during the first hours after issuance ( only if supplier allows )

CNLD = reservation is cancelled

RFND = refunded

 

Use it to retrieve a booking including any modification made externally We use it in many workflows because Retrieve method is the start point for all post booking flows

record locator and status reservation and all PNR information is returned using this method

PNR Locator and reservation status sample

"token": "Wy6135ead00235f",
	"version": 1,
	"_doc_version": 1,
	"booking": {
		"id": "c7c4bf50-0ef",
		"created": "2021-09-06T12:18:29",
		"modified": "2021-10-21T17:52:00",
		"lines": [
			{
				"id": "c7c4c9ef-0ef",
				"created": "2021-09-06T12:18:29",
				"issued": "2021-09-06T12:18:00",
				"last_void_date": "2021-09-06T23:59:00",
				"booking_reference": {
					"locator": "KL41T",
					"ghost_locator": "WBTVZC",
					"status": "CNFD",

Front sample Retrieve

  • No labels