{
	"openapi": "3.0.1",
	"info": {
		"title": "IBE basic integration flow ",
		"description": "This OpenApi detail the group methods and services to consume by an IBE for a basic and standard integration flow.",
		"version": "1.0.0"
	},
	"servers": [
		{
			"url": "https://kiuapi-stage.kiusys.net/[customerSegment]",
			"description": "The Host URL for consuming KIUAPI, the security parameter access KIUAPI-Token is associated to the customer segment."
		}
	],
	"tags": [
		{
			"name": "widget",
			"description": "The list of methods to help users to customize the IBE's widget. Origin/Destination and calendar picker."
		},
		{
			"name": "offer",
			"description": "The list of services to help user to get the air itinerary shopping, configure the carrousel and get the extra offers."
		},
		{
			"name": "booking",
			"description": "The list of services that allows user to use in the flow of create and modify the booking in the IBE."
		},
		{
			"name": "payment_integration",
			"description": "Optional step in the flow that offer the possibility of integrate a solution of payment gateway."
		},
		{
			"name": "checkout",
			"description": "The final steps of reservation handling, once the payment is done, the process of the document associated to the reservation."
		},
		{
			"name": "webcheckin",
			"description": "Optional step in the flow, to offer for those passengers that already bought their tickets and services in the IBE."
		}
	],
	"paths": {
		"/miscellaneous/get_origin_destination_information": {
			"post": {
				"tags": [
					"widget"
				],
				"servers": [
					{
						"url": "https://kiuapi-stage.kiusys.net/[customerSegment]/miscellaneous",
						"description": "The url where the method respond. "
					}
				],
				"parameters": [
					{
						"$ref": "#/components/parameters/KIU-API-Token"
					},
					{
						"$ref": "#/components/parameters/Content-Type"
					}
				],
				"summary": "This method allows user to get the list of origin_destination operation data of a carrier.",
				"requestBody": {
					"content": {
						"application/json": {
							"examples": {
								"get_origin_destination": {
									"description": "User could get the entire list of origin and destination for specific carrier.",
									"value": {
										"point_of_sale": {
											"user": "XX",
											"kiu_device_id": "AEP00XX817",
											"agent_id": "AEP00XXSM",
											"country": "AR"
										},
										"carrier": "XX"
									}
								}
							},
							"schema": {
								"type": "object",
								"required": [
									"point_of_sale",
									"carrier"
								],
								"properties": {
									"point_of_sale": {
										"$ref": "#/components/schemas/point_of_sale",
										"description": "Point of sale that origin the request."
									},
									"carrier": {
										"type": "string",
										"description": "The carrier code to get the origin-destination operation data",
										"minLength": 2,
										"maxLength": 2,
										"pattern": "(^[A-Z0-9]$)"
									}
								}
							}
						}
					}
				},
				"responses": {
					"200": {
						"description": "The success response of the method.",
						"content": {
							"application/json": {
								"examples": {
									"get_origindestination_response": {
										"description": "User may configure the widget in order to display only the destination match with the origin selected.",
										"value": {
											"data": {
												"schedule_city_pair_list": [
													{
														"arrival_location_reference_id": "ASU_0",
														"departure_location_reference_id": "AEP_0",
														"minimun_connection_level": 0
													},
													{
														"arrival_location_reference_id": "BHI_0",
														"departure_location_reference_id": "AEP_0",
														"minimun_connection_level": 0
													},
													{
														"arrival_location_reference_id": "BOG_0",
														"departure_location_reference_id": "AEP_0",
														"minimun_connection_level": 0
													},
													{
														"arrival_location_reference_id": "BRC_0",
														"departure_location_reference_id": "AEP_0",
														"minimun_connection_level": 0
													},
													{
														"arrival_location_reference_id": "COR_0",
														"departure_location_reference_id": "AEP_0",
														"minimun_connection_level": 0
													},
													{
														"arrival_location_reference_id": "CRD_0",
														"departure_location_reference_id": "AEP_0",
														"minimun_connection_level": 0
													},
													{
														"arrival_location_reference_id": "FLN_0",
														"departure_location_reference_id": "AEP_0",
														"minimun_connection_level": 0
													},
													{
														"arrival_location_reference_id": "FTE_0",
														"departure_location_reference_id": "AEP_0",
														"minimun_connection_level": 0
													},
													{
														"arrival_location_reference_id": "GGS_0",
														"departure_location_reference_id": "AEP_0",
														"minimun_connection_level": 0
													},
													{
														"arrival_location_reference_id": "GRU_0",
														"departure_location_reference_id": "AEP_0",
														"minimun_connection_level": 0
													},
													{
														"arrival_location_reference_id": "IGR_0",
														"departure_location_reference_id": "AEP_0",
														"minimun_connection_level": 0
													},
													{
														"arrival_location_reference_id": "JUJ_0",
														"departure_location_reference_id": "AEP_0",
														"minimun_connection_level": 0
													},
													{
														"arrival_location_reference_id": "LIM_0",
														"connection_locations_reference_id_list": [
															"MVD_0"
														],
														"departure_location_reference_id": "AEP_0",
														"minimun_connection_level": 1
													},
													{
														"arrival_location_reference_id": "MDQ_0",
														"departure_location_reference_id": "AEP_0",
														"minimun_connection_level": 0
													},
													{
														"arrival_location_reference_id": "MDZ_0",
														"departure_location_reference_id": "AEP_0",
														"minimun_connection_level": 0
													},
													{
														"arrival_location_reference_id": "MIA_0",
														"connection_locations_reference_id_list": [
															"MVD_0"
														],
														"departure_location_reference_id": "AEP_0",
														"minimun_connection_level": 1
													},
													{
														"arrival_location_reference_id": "MJR_0",
														"departure_location_reference_id": "AEP_0",
														"minimun_connection_level": 0
													},
													{
														"arrival_location_reference_id": "MVD_0",
														"departure_location_reference_id": "AEP_0",
														"minimun_connection_level": 0
													},
													{
														"arrival_location_reference_id": "NQN_0",
														"departure_location_reference_id": "AEP_0",
														"minimun_connection_level": 0
													},
													{
														"arrival_location_reference_id": "OYO_0",
														"departure_location_reference_id": "AEP_0",
														"minimun_connection_level": 0
													},
													{
														"arrival_location_reference_id": "PMY_0",
														"connection_locations_reference_id_list": [
															"USH_0"
														],
														"departure_location_reference_id": "AEP_0",
														"minimun_connection_level": 1
													}
												]
											}
										}
									}
								},
								"schema": {
									"type": "object",
									"properties": {
										"data": {
											"type": "object",
											"properties": {
												"schedule_city_pair_list": {
													"type": "array",
													"description": "This array content the list of object that holds the destails of origin-destination configured in host.",
													"items": {
														"type": "object",
														"description": "Each dictionart contain the detail of the origin-destination connection.",
														"properties": {
															"arrival_location_reference_id": {
																"$ref": "#/components/schemas/location_reference_id"
															},
															"departure_location_reference_id": {
																"$ref": "#/components/schemas/location_reference_id"
															},
															"minimun_connection_level": {
																"type": "number",
																"description": "Quantity of connection to get destination from origin.",
																"example": 0
															},
															"connection_locations_reference_id_list": {
																"type": "array",
																"description": "List of location_referebce_id of connecting point.",
																"items": {
																	"type": "string",
																	"description": "The value is a location_reference_id.",
																	"example": "COR_0"
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					},
					"400": {
						"description": "Error response of the method"
					}
				},
				"deprecated": false
			}
		},
		"/miscellaneous/get_origin_destination_operation": {
			"post": {
				"tags": [
					"widget"
				],
				"servers": [
					{
						"url": "https://kiuapi-stage.kiusys.net/[customerSegment]/miscellaneous",
						"description": "The url where the method respond. "
					}
				],
				"parameters": [
					{
						"$ref": "#/components/parameters/KIU-API-Token"
					},
					{
						"$ref": "#/components/parameters/Content-Type"
					}
				],
				"summary": "This method allows user to get the list of operation dates for certain origin-destination.",
				"requestBody": {
					"content": {
						"application/json": {
							"examples": {
								"get_origin_destination_operation_request": {
									"description": "Users have to add the origin-destination city pair to look for and the carrier code.",
									"value": {
										"point_of_sale": {
											"agent_id": "AEP00XXSM",
											"agent_preferred_language": "es-AR",
											"country": "AR",
											"kiu_device_id": "AEP00XX817",
											"preferred_display_currency": "ARS",
											"user": "XX"
										},
										"carrier": "XX",
										"departure_location_code": "SEZ",
										"arrival_location_code": "JNB"
									}
								}
							},
							"schema": {
								"type": "object",
								"required": [
									"point_of_sale",
									"carrier",
									"departure_location_code",
									"arrival_location_code"
								],
								"properties": {
									"point_of_sale": {
										"$ref": "#/components/schemas/point_of_sale"
									},
									"carrier": {
										"type": "string",
										"description": "The carrier code to get the origin-destination operation data",
										"minLength": 2,
										"maxLength": 2,
										"pattern": "(^[A-Z0-9]$)"
									},
									"departure_location_code": {
										"type": "string",
										"description": "3 uppercase alpha chars code for the origin airport/city.",
										"example": [
											"NYC"
										],
										"pattern": "(^[A-Z]{3}$)"
									},
									"arrival_location_code": {
										"type": "string",
										"description": "3 uppercase alpha chars code for the destination airport/city.",
										"example": [
											"NYC"
										],
										"pattern": "(^[A-Z]{3}$)"
									}
								}
							}
						}
					}
				},
				"responses": {
					"200": {
						"description": "The success response of the method.",
						"content": {
							"application/json": {
								"examples": {
									"get_origin_destination_operation_response": {
										"description": "The method return the list of operative dates of the flights between the city pairs request for the carrier specified.",
										"value": {
											"data": {
												"arrival_location_reference_id": "JNB_0",
												"departure_location_reference_id": "SEZ_0",
												"operation_dates": [
													"2022-02-12",
													"2022-02-13",
													"2022-02-14",
													"2022-02-15",
													"2022-02-16",
													"2022-02-17",
													"2022-02-18",
													"2022-02-19",
													"2022-02-20",
													"2022-02-21",
													"2022-02-22",
													"2022-02-23",
													"2022-02-24",
													"2022-02-25",
													"2022-02-26",
													"2022-02-27",
													"2022-02-28",
													"2022-03-01",
													"2022-03-02",
													"2022-03-03",
													"2022-03-04",
													"2022-03-05",
													"2022-03-06",
													"2022-03-07",
													"2022-03-08",
													"2022-03-09",
													"2022-03-10",
													"2022-03-11",
													"2022-03-12",
													"2022-03-13",
													"2022-03-14",
													"2022-03-15",
													"2022-03-16",
													"2022-03-17",
													"2022-03-18",
													"2022-03-19",
													"2022-03-20",
													"2022-03-21",
													"2022-03-22",
													"2022-03-23",
													"2022-03-24",
													"2022-03-25",
													"2022-03-26",
													"2022-03-27",
													"2022-03-28",
													"2022-03-29",
													"2022-03-30",
													"2022-03-31",
													"2022-04-01",
													"2022-04-02",
													"2022-04-03",
													"2022-04-04",
													"2022-04-05",
													"2022-04-06",
													"2022-04-07",
													"2022-04-08",
													"2022-04-09",
													"2022-04-10",
													"2022-04-11",
													"2022-04-12",
													"2022-04-13",
													"2022-04-14",
													"2022-04-15",
													"2022-04-16",
													"2022-04-17",
													"2022-04-18",
													"2022-04-19",
													"2022-04-20",
													"2022-04-21",
													"2022-04-22",
													"2022-04-23",
													"2022-04-24",
													"2022-04-25",
													"2022-04-26",
													"2022-04-27",
													"2022-04-28",
													"2022-04-29",
													"2022-04-30",
													"2022-05-01",
													"2022-05-02",
													"2022-05-03",
													"2022-05-04",
													"2022-05-05",
													"2022-05-06",
													"2022-05-07",
													"2022-05-08",
													"2022-05-09",
													"2022-05-10",
													"2022-05-11",
													"2022-05-12",
													"2022-05-13",
													"2022-05-14",
													"2022-05-15",
													"2022-05-16",
													"2022-05-17",
													"2022-05-18",
													"2022-05-19",
													"2022-05-20",
													"2022-05-21",
													"2022-05-22",
													"2022-05-23",
													"2022-05-24",
													"2022-05-25",
													"2022-05-26",
													"2022-05-27",
													"2022-05-28",
													"2022-05-29",
													"2022-05-30",
													"2022-05-31",
													"2022-06-01",
													"2022-06-02",
													"2022-06-03",
													"2022-06-04",
													"2022-06-05",
													"2022-06-06",
													"2022-06-07",
													"2022-06-08",
													"2022-06-09",
													"2022-06-10",
													"2022-06-11",
													"2022-06-12",
													"2022-06-13",
													"2022-06-14",
													"2022-06-15",
													"2022-06-16",
													"2022-06-17",
													"2022-06-18",
													"2022-06-19",
													"2022-06-20",
													"2022-06-21",
													"2022-06-22",
													"2022-06-23",
													"2022-06-24",
													"2022-06-25",
													"2022-06-26",
													"2022-06-27",
													"2022-06-28",
													"2022-06-29",
													"2022-06-30",
													"2022-07-01",
													"2022-07-02",
													"2022-07-03",
													"2022-07-04",
													"2022-07-05",
													"2022-07-06",
													"2022-07-07",
													"2022-07-08",
													"2022-07-09",
													"2022-07-10",
													"2022-07-11",
													"2022-07-12",
													"2022-07-13",
													"2022-07-14",
													"2022-07-15",
													"2022-07-16",
													"2022-07-17",
													"2022-07-18",
													"2022-07-19",
													"2022-07-20",
													"2022-07-21",
													"2022-07-22",
													"2022-07-23",
													"2022-07-24",
													"2022-07-25",
													"2022-07-26",
													"2022-07-27",
													"2022-07-28",
													"2022-07-29",
													"2022-07-30",
													"2022-07-31",
													"2022-08-01",
													"2022-08-02",
													"2022-08-03",
													"2022-08-04",
													"2022-08-05",
													"2022-08-06",
													"2022-08-07",
													"2022-08-08",
													"2022-08-09",
													"2022-08-10",
													"2022-08-11",
													"2022-08-12",
													"2022-08-13",
													"2022-08-14",
													"2022-08-15",
													"2022-08-16",
													"2022-08-17",
													"2022-08-18",
													"2022-08-19",
													"2022-08-20",
													"2022-08-21",
													"2022-08-22",
													"2022-08-23",
													"2022-08-24",
													"2022-08-25",
													"2022-08-26",
													"2022-08-27",
													"2022-08-28",
													"2022-08-29",
													"2022-08-30",
													"2022-08-31",
													"2022-09-01",
													"2022-09-02",
													"2022-09-03",
													"2022-09-04",
													"2022-09-05",
													"2022-09-06",
													"2022-09-07",
													"2022-09-08",
													"2022-09-09",
													"2022-09-10",
													"2022-09-11",
													"2022-09-12",
													"2022-09-13",
													"2022-09-14",
													"2022-09-15",
													"2022-09-16",
													"2022-09-17",
													"2022-09-18",
													"2022-09-19",
													"2022-09-20",
													"2022-09-21",
													"2022-09-22",
													"2022-09-23",
													"2022-09-24",
													"2022-09-25",
													"2022-09-26",
													"2022-09-27",
													"2022-09-28",
													"2022-09-29",
													"2022-09-30",
													"2022-10-01",
													"2022-10-02",
													"2022-10-03",
													"2022-10-04",
													"2022-10-05",
													"2022-10-06",
													"2022-10-07",
													"2022-10-08",
													"2022-10-09",
													"2022-10-10",
													"2022-10-11",
													"2022-10-12",
													"2022-10-13",
													"2022-10-14",
													"2022-10-15",
													"2022-10-16",
													"2022-10-17",
													"2022-10-18",
													"2022-10-19",
													"2022-10-20",
													"2022-10-21",
													"2022-10-22",
													"2022-10-23",
													"2022-10-24",
													"2022-10-25",
													"2022-10-26",
													"2022-10-27",
													"2022-10-28",
													"2022-10-29",
													"2022-10-30",
													"2022-10-31",
													"2022-11-01",
													"2022-11-02",
													"2022-11-03",
													"2022-11-04",
													"2022-11-05",
													"2022-11-06",
													"2022-11-07",
													"2022-11-08",
													"2022-11-09",
													"2022-11-10",
													"2022-11-11",
													"2022-11-12",
													"2022-11-13",
													"2022-11-14",
													"2022-11-15",
													"2022-11-16",
													"2022-11-17",
													"2022-11-18",
													"2022-11-19",
													"2022-11-20",
													"2022-11-21",
													"2022-11-22",
													"2022-11-23",
													"2022-11-24",
													"2022-11-25",
													"2022-11-26",
													"2022-11-27",
													"2022-11-28",
													"2022-11-29",
													"2022-11-30",
													"2022-12-01",
													"2022-12-02",
													"2022-12-03",
													"2022-12-04",
													"2022-12-05",
													"2022-12-06",
													"2022-12-07",
													"2022-12-08",
													"2022-12-09",
													"2022-12-10",
													"2022-12-11",
													"2022-12-12",
													"2022-12-13",
													"2022-12-14",
													"2022-12-15",
													"2022-12-16",
													"2022-12-17",
													"2022-12-18",
													"2022-12-19",
													"2022-12-20",
													"2022-12-21",
													"2022-12-22",
													"2022-12-23",
													"2022-12-24",
													"2022-12-25",
													"2022-12-26",
													"2022-12-27",
													"2022-12-28",
													"2022-12-29",
													"2022-12-30",
													"2022-12-31",
													"2023-01-01",
													"2023-01-02",
													"2023-01-03",
													"2023-01-04",
													"2023-01-05",
													"2023-01-06",
													"2023-01-07",
													"2023-01-08",
													"2023-01-09",
													"2023-01-10",
													"2023-01-11"
												]
											}
										}
									}
								},
								"schema": {
									"type": "object",
									"properties": {
										"data": {
											"type": "object",
											"properties": {
												"arrival_location_reference_id": {
													"$ref": "#/components/schemas/location_reference_id"
												},
												"departure_location_reference_id": {
													"$ref": "#/components/schemas/location_reference_id"
												},
												"operation_dates": {
													"type": "array",
													"description": "List of operation dates from the 1st valid date to the last operative date of flights in system.",
													"items": {
														"type": "string",
														"example": [
															"2022-02-20"
														]
													}
												}
											}
										}
									}
								}
							}
						}
					},
					"400": {
						"description": "Error received from KIUAPI.",
						"content": {
							"application/json": {
								"example": {
									"invalid_access": {
										"description": "User is pointing with invalid point_of_sale.",
										"value": {
											"exception": "InvalidAccessException",
											"extended": {
												"error_additional_information": "INVALID ACCESS",
												"error_number": "999999"
											},
											"layer": "6",
											"message": "INVALID ACCESS"
										}
									}
								},
								"schema": {
									"type": "object",
									"properties": {
										"exception": {
											"type": "string",
											"description": "Exception name that origin the error",
											"example": "InvalidAccessException"
										},
										"extended": {
											"type": "object",
											"properties": {
												"error_additional_information": {
													"type": "string",
													"description": "Message associated to error on preference user language",
													"example": "INVALID ACCESS"
												},
												"error_number": {
													"type": "string",
													"description": "Unique id number that identifies the error",
													"example": "9999"
												}
											},
											"description": "extend information related error"
										},
										"layer": {
											"type": "number",
											"description": "Level that generate the error. This is recommended to inform in case to consult support",
											"example": [
												2
											]
										},
										"message": {
											"type": "string",
											"description": "Exception associated text",
											"example": "Service unavailable."
										}
									}
								}
							}
						}
					}
				}
			}
		},
		"/smartpricing/price_calendar": {
			"post": {
				"tags": [
					"offer"
				],
				"servers": [
					{
						"url": "https://kiuapi-stage.kiusys.net/[customerSegment]/smartpricing"
					}
				],
				"parameters": [
					{
						"$ref": "#/components/parameters/KIU-API-Token"
					},
					{
						"$ref": "#/components/parameters/Content-Type"
					}
				],
				"summary": "Get lowest available fare for a certain O&D from +/- 1 up to +/- 7 days or certain list of dates.",
				"requestBody": {
					"content": {
						"application/json": {
							"example": {
								"full_content_false": {
									"description": "This option will return the content applying the difference days among the components.",
									"value": {
										"echo_token": "PRICECALENDAR_EXAMPLE_1",
										"date_time": "2020-10-09T00:56:00Z",
										"point_of_sale": {
											"user": "XX",
											"kiu_device_id": "AEP00XX818",
											"agent_id": "AEP00XXSM",
											"country": "AR"
										},
										"quotesing_criteria": {
											"display_currency": "ARS",
											"ptc_breakdown_detail": true
										},
										"journey_information": {
											"traveler_information": {
												"passenger_type_code_quantity": {
													"ADT": {
														"adult": 1,
														"child": 0,
														"infant": 0
													}
												}
											},
											"air_itinerary": {
												"origin_destinations_list": [
													{
														"departure_information": {
															"location_code": "EZE",
															"date": "2020-10-09"
														},
														"arrival_information": {
															"location_code": "MAD"
														},
														"return_date": "2020-11-12"
													}
												],
												"dates_search_criteria": {
													"days_before": 7,
													"days_after": 7
												}
											}
										},
										"flights_search_criteria": {
											"full_content": false
										}
									}
								},
								"full_content_true": {
									"description": "This option returns the all the combinations dates of the range requested on Dates_search_criteria. This option could impact on the standar performance due the quantity of content.",
									"value": {
										"echo_token": "PRICECALENDAR_EXAMPLE_FULL",
										"date_time": "2020-10-08T22:56:00Z",
										"point_of_sale": {
											"user": "BV",
											"kiu_device_id": "MXP00BVW03",
											"agent_id": "MXP00BVKA",
											"country": "IT"
										},
										"quotesing_criteria": {
											"display_currency": "EUR",
											"ptc_breakdown_detail": true
										},
										"journey_information": {
											"traveler_information": {
												"passenger_type_code_quantity": {
													"ADT": {
														"adult": 1,
														"child": 0,
														"infant": 0
													}
												}
											},
											"air_itinerary": {
												"origin_destinations_list": [
													{
														"departure_information": {
															"location_code": "MXP",
															"date": "2020-10-09"
														},
														"arrival_information": {
															"location_code": "TIA"
														},
														"return_date": "2020-11-12"
													}
												],
												"dates_search_criteria": {
													"days_before": 0,
													"days_after": 7
												}
											}
										},
										"flights_search_criteria": {
											"full_content": true
										}
									}
								},
								"apply_tourcode_discount": {
									"description": "Model with a discount code to apply on shop.",
									"value": {
										"echo_token": "PRICECALENDAR_EXTENDED_FULL",
										"date_time": "2020-10-08T22:56:00Z",
										"point_of_sale": {
											"user": "BV",
											"kiu_device_id": "MXP00BVW03",
											"agent_id": "MXP00BVKA",
											"country": "IT"
										},
										"quotesing_criteria": {
											"display_currency": "EUR",
											"tour_code_information": {
												"tourcode_type": "N",
												"tourcode_text": "PROMO"
											},
											"ptc_breakdown_detail": true
										},
										"journey_information": {
											"traveler_information": {
												"passenger_type_code_quantity": {
													"ADT": {
														"adult": 1,
														"child": 0,
														"infant": 0
													}
												}
											},
											"air_itinerary": {
												"origin_destinations_list": [
													{
														"departure_information": {
															"location_code": "MXP",
															"date": "2020-11-10"
														},
														"arrival_information": {
															"location_code": "TIA"
														},
														"return_date": "2020-11-12"
													}
												],
												"dates_search_criteria": {
													"days_before": 0,
													"days_after": 7
												}
											}
										},
										"flights_search_criteria": {
											"full_content": false
										}
									}
								}
							},
							"schema": {
								"type": "object",
								"required": [
									"date_time",
									"echo_token",
									"point_of_sale"
								],
								"properties": {
									"point_of_sale": {
										"$ref": "#/components/schemas/point_of_sale"
									},
									"date_time": {
										"$ref": "#/components/schemas/date_time"
									},
									"echo_token": {
										"$ref": "#/components/schemas/echo_token"
									},
									"shopping_criteria": {
										"type": "object",
										"description": "Pricing preferences criteria to apply on pricing process",
										"required": [
											"display_currency"
										],
										"properties": {
											"display_currency": {
												"type": "string",
												"description": "Currency code based on ISO 4217 standard to apply in pricing process as display currency.",
												"minLength": 3,
												"maxLength": 3,
												"pattern": "^[A-Z]{3}$"
											},
											"tour_code_information": {
												"$ref": "#/components/schemas/tour_code_information"
											},
											"ptc_breakdown_detail": {
												"type": "boolean",
												"description": "This toggle allows user to obtain the detail of quotation by passenger type code.",
												"default": false
											}
										}
									},
									"shopping_parameter": {
										"type": "object",
										"description": "This object applies parameters that affect results of flights content",
										"properties": {
											"air_preferences": {
												"type": "object",
												"description": "Contains additional properties for search by specific carrier (Travel Agencies)",
												"properties": {
													"cabin_preference": {
														"type": "array",
														"description": "Apply filter by cabin. It returns the content of the cabin declared.If not declare will return all the content found on all cabins.",
														"items": {
															"type": "string",
															"description": "User have to enter the values to get content like F;Fist, C:Business, Y:Economy",
															"enum": [
																"F",
																"C",
																"Y"
															]
														}
													},
													"maximum_connections": {
														"type": "number",
														"description": "User may specified the maximum number of connections to search flights",
														"example": [
															0
														],
														"enum": [
															0,
															1,
															2
														]
													}
												}
											}
										}
									},
									"journey_information": {
										"type": "object",
										"required": [
											"air_itinerary",
											"traveler_information"
										],
										"properties": {
											"air_itinerary": {
												"type": "object",
												"description": "Air itinerary to shop",
												"required": [
													"origin_destinations_list"
												],
												"properties": {
													"origin_destinations_list": {
														"type": "array",
														"description": "List of objects. Each must contain the origins and destinations to being shop.",
														"minItems": 1,
														"maxItems": 1,
														"items": {
															"type": "object",
															"required": [
																"departure_information",
																"arrival_information"
															],
															"properties": {
																"departure_information": {
																	"type": "object",
																	"description": "origin point of the component.",
																	"required": [
																		"location_code",
																		"date"
																	],
																	"properties": {
																		"location_code": {
																			"type": "string",
																			"description": "Code of the departure point of the origin-destination item",
																			"example": "MXP",
																			"minLength": 3,
																			"maxLength": 5
																		},
																		"date": {
																			"type": "string",
																			"description": "Date of departure for origin-destination item",
																			"example": "2019-06-30"
																		},
																		"extra_dates_list": {
																			"type": "array",
																			"description": "User can add the specific list of dates to search instead used the objecto dates_search_criteria.",
																			"items": {
																				"type": "string",
																				"example": [
																					"2020-11-10"
																				]
																			}
																		}
																	}
																},
																"arrival_information": {
																	"type": "object",
																	"description": "destination point of the item.",
																	"required": [
																		"location_code"
																	],
																	"properties": {
																		"location_code": {
																			"type": "string",
																			"description": "Code of the arrival point of the component",
																			"example": [
																				"TIA"
																			],
																			"minLength": 3,
																			"maxLength": 3
																		}
																	}
																},
																"return_date": {
																	"type": "string",
																	"description": "Return date of origin_destination_info to indicate round_trip itinerary.",
																	"example": [
																		"2020-03-10"
																	]
																},
																"return_extra_dates_list": {
																	"type": "array",
																	"description": "User can add the specific list of dates to search instead used the objecto dates_search_criteria.",
																	"items": {
																		"type": "string",
																		"example": [
																			"2020-11-10"
																		]
																	}
																}
															}
														}
													},
													"dates_search_criteria": {
														"type": "object",
														"description": "Contain the search criteria of extended content dates",
														"properties": {
															"days_before": {
																"type": "number",
																"description": "Quantity of days before declared date and return_date to search content",
																"enum": [
																	0,
																	1,
																	2,
																	3,
																	4,
																	5,
																	6,
																	7
																]
															},
															"days_after": {
																"type": "number",
																"description": "Quantity of days after declared date and return_date to search content",
																"enum": [
																	0,
																	1,
																	2,
																	3,
																	4,
																	5,
																	6,
																	7
																]
															}
														}
													}
												}
											},
											"traveler_information": {
												"type": "object",
												"required": [
													"passenger_type_code_quantity"
												],
												"properties": {
													"passenger_type_code_quantity": {
														"type": "object",
														"minProperties": 1,
														"properties": {
															"^([A-Z]{3,3})$": {
																"type": "object",
																"description": "Dynamic object key name. It represent the PTC applied for quotation. (ex: MIL)",
																"required": [
																	"adult",
																	"child",
																	"infant"
																],
																"properties": {
																	"adult": {
																		"type": "number",
																		"description": "Quantity of adults for the PTC declared as Key",
																		"example": [
																			1
																		],
																		"default": 1,
																		"enum": [
																			1,
																			2,
																			3,
																			4,
																			5,
																			6,
																			7,
																			8,
																			9
																		]
																	},
																	"child": {
																		"type": "number",
																		"description": "Quantity of children passegners for the PTC declared.",
																		"default": "0",
																		"example": [
																			0
																		],
																		"pattern": "^([0-9])$"
																	},
																	"infant": {
																		"type": "number",
																		"description": "Quantity of infant passegner for the PTC declared.",
																		"example": [
																			0
																		],
																		"pattern": "^([0-9])$"
																	}
																}
															}
														}
													}
												}
											}
										}
									},
									"flights_search_criteria": {
										"type": "object",
										"description": "Criteria or filter for content to display the type of dates search and content.",
										"required": [
											"full_content"
										],
										"properties": {
											"full_content": {
												"type": "boolean",
												"description": "This indicator maintain the difference days/time between departure and return dates when is false or will mixed all dates on range when is true. ATENTION, full_content true could affect the performance of this method",
												"default": false
											}
										}
									}
								}
							}
						}
					}
				},
				"responses": {
					"200": {
						"description": "Success",
						"content": {
							"application/json": {
								"schema": {
									"type": "object",
									"description": "The schema that support the price_calendar_response",
									"properties": {
										"point_of_sale": {
											"$ref": "#/components/schemas/point_of_sale"
										},
										"date_time": {
											"$ref": "#/components/schemas/date_time",
											"description": "Date-time of response body on UTC time zone"
										},
										"echo_token": {
											"$ref": "#/components/schemas/echo_token"
										},
										"flights_origin_destination_information": {
											"$ref": "#/components/schemas/flights_origin_destination_information"
										},
										"journey_count": {
											"type": "number",
											"description": "Quantity of results into the message.",
											"example": [
												1
											]
										},
										"price_calendar_id": {
											"type": "string",
											"description": "Unique identification key for this price_calendar message.",
											"example": [
												"ec5ae482-ad19-47b1-9058-506831758f1f"
											]
										},
										"price_calendar_information": {
											"type": "object",
											"description": "This object hold the itineraries options priced.",
											"properties": {
												"^[(JR_)]{3}[(0-9){4}]$": {
													"type": "object",
													"description": "Dynamic Object key name starting with JR_ (ex: JR_1). This object hold the information of a Journey_record.",
													"oneOf": [
														{
															"required": [
																"additional_information"
															]
														},
														{
															"required": [
																"air_itinerary_quotations"
															]
														}
													],
													"properties": {
														"([OD_]{3})([A-Z]{3})": {
															"type": "object",
															"description": "Dynamic key reference to a flight_origin_destination_reference_key.",
															"properties": {
																"date": {
																	"type": "string",
																	"description": "Date of service for origin_destination.",
																	"example": [
																		"2020-10-26"
																	]
																}
															}
														},
														"additional_information": {
															"type": "string",
															"description": "Information regarding non content found.",
															"example": [
																"No flights found.",
																"dateTimeOut"
															]
														},
														"air_itinerary_quotations": {
															"$ref": "#/components/schemas/air_itinerary_quotations"
														}
													}
												}
											}
										}
									}
								}
							}
						}
					},
					"400": {
						"description": "Error received by KIU-API",
						"content": {
							"application/json": {
								"example": {
									"Request_date-time_error": {
										"value": {
											"exception": "DateTimeException",
											"extended": {
												"error_message": "Invalid date time (GTM)",
												"error_number": "1111"
											},
											"layer": "Calendar",
											"message": "Invalid date time (GTM)"
										}
									}
								},
								"schema": {
									"type": "object",
									"properties": {
										"exception": {
											"type": "string",
											"description": "Exception name that origin the error",
											"example": "InvalidAccessException"
										},
										"extended": {
											"type": "object",
											"properties": {
												"error_additional_information": {
													"type": "string",
													"description": "Message associated to error on preference user language",
													"example": "INVALID ACCESS"
												},
												"error_number": {
													"type": "string",
													"description": "Unique id number that identifies the error",
													"example": "9999"
												},
												"error_extra_information": {
													"type": "array",
													"description": "Add more detail to error or example.",
													"items": {
														"type": "string",
														"example": [
															{
																"passenger_list": [
																	{
																		"passenger_surname": "MUNDO/DTP",
																		"flight_reference": "XX4116/30MAR COR",
																		"record_locator": "PIOVJJ"
																	}
																]
															}
														]
													}
												}
											}
										},
										"message": {
											"type": "string",
											"description": "Message associated error.",
											"example": "RE-ENTER COMMAND TO OFF LOAD PSGR"
										},
										"layer": {
											"type": "number",
											"description": "Level that generate the error. This is recommended to inform in case to consult support",
											"example": [
												2
											]
										}
									}
								}
							}
						}
					}
				},
				"deprecated": false
			}
		},
		"/smartpricing/air_shopping": {
			"post": {
				"tags": [
					"offer"
				],
				"parameters": [
					{
						"$ref": "#/components/parameters/KIU-API-Token"
					},
					{
						"$ref": "#/components/parameters/Content-Type"
					}
				],
				"summary": "Lowest availables air itineraries fares offer for a certain O&D.",
				"requestBody": {
					"content": {
						"application/json": {
							"example": {
								"first_request": {
									"description": "This option will return the content applying the difference days among the components.",
									"value": {
										"date_time": "2020-10-09T11:22:59Z",
										"echo_token": "XXSTG_APISHOPPV2_EXAMPLE",
										"journey_information": {
											"air_itinerary": {
												"origin_destinations_list": [
													{
														"arrival_information": {
															"location_code": "COR"
														},
														"departure_information": {
															"date": "2020-10-10",
															"location_code": "AEP"
														}
													}
												]
											},
											"traveler_information": {
												"passenger_type_code_quantity": {
													"ADT": {
														"adult": 1,
														"child": 0,
														"infant": 0
													}
												}
											}
										},
										"point_of_sale": {
											"agent_id": "AEP00XXSM",
											"agent_preferred_language": "es-AR",
											"country": "AR",
											"kiu_device_id": "AEP00XX817",
											"preferred_display_currency": "ARS",
											"user": "XX"
										},
										"shopping_criteria": {
											"display_currency": "ARS"
										}
									}
								},
								"get_more_content": {
									"description": "This option returns more content from a previous executed shopping.",
									"value": {
										"date_time": "2020-10-09T11:22:59Z",
										"echo_token": "XXSTG_APISHOPPV2_EXAMPLE",
										"shopping_id": "3af1824c-e4db-4570-898c-d4a74850980e"
									}
								},
								"tourcode_discount": {
									"description": "Appling a discount code to quotation process.",
									"value": {
										"date_time": "2020-10-09T11:22:59Z",
										"echo_token": "XXSTG_APISHOPPV2_EXAMPLE",
										"journey_information": {
											"air_itinerary": {
												"origin_destinations_list": [
													{
														"arrival_information": {
															"location_code": "COR"
														},
														"departure_information": {
															"date": "2020-10-10",
															"location_code": "AEP"
														}
													}
												]
											},
											"traveler_information": {
												"passenger_type_code_quantity": {
													"ADT": {
														"adult": 1,
														"child": 0,
														"infant": 0
													}
												}
											}
										},
										"point_of_sale": {
											"agent_id": "AEP00XXSM",
											"agent_preferred_language": "es-AR",
											"country": "AR",
											"kiu_device_id": "AEP00XX817",
											"preferred_display_currency": "ARS",
											"user": "XX"
										},
										"shopping_criteria": {
											"display_currency": "ARS",
											"tour_code_information": {
												"tourcode_type": "N",
												"tourcode_text": "PROMO"
											}
										}
									}
								}
							},
							"schema": {
								"type": "object",
								"required": [
									"date_time",
									"echo_token",
									"point_of_sale"
								],
								"oneOf": [
									{
										"required": [
											"journey_information"
										]
									},
									{
										"required": [
											"shopping_id"
										]
									}
								],
								"properties": {
									"point_of_sale": {
										"$ref": "#/components/schemas/point_of_sale"
									},
									"date_time": {
										"$ref": "#/components/schemas/date_time"
									},
									"echo_token": {
										"$ref": "#/components/schemas/echo_token"
									},
									"shopping_criteria": {
										"type": "object",
										"description": "Pricing and air preferences criteria to apply on quotes",
										"required": [
											"display_currency"
										],
										"properties": {
											"display_currency": {
												"type": "string",
												"description": "Currency code ISO 4216 to apply for quotes. Will be the display currency",
												"minLength": 3,
												"maxLength": 3,
												"pattern": "^[A-Z]*$"
											},
											"discounts": {
												"type": "object",
												"description": "This object contains the discounts options to apply on quotes.",
												"oneOf": [
													{
														"required": [
															"manual"
														]
													},
													{
														"required": [
															"elegibility"
														]
													},
													{
														"required": [
															"nego_fares"
														]
													}
												],
												"properties": {
													"manual": {
														"type": "object",
														"description": "Add manual discounts",
														"required": [
															"ticket_designator"
														],
														"oneOf": [
															{
																"required": [
																	"discount_percent"
																]
															}
														],
														"properties": {
															"ticket_designator": {
																"type": "string",
																"description": "Recorded identification of the discount. Will be added to the fare base after / on ticket coupon",
																"example": [
																	"AD90"
																]
															},
															"discount_percent": {
																"type": "number",
																"description": "Amount of percent to discount from the fare",
																"example": [
																	10
																]
															}
														}
													},
													"elegibility": {
														"type": "object",
														"description": "Apply discount by passenger elegibitlity code",
														"required": [
															"code"
														],
														"properties": {
															"code": {
																"type": "string",
																"description": "Code of elegibility to apply on quotation",
																"minLength": 2,
																"maxLength": 2,
																"example": [
																	"ST"
																]
															}
														}
													},
													"nego_fares": {
														"type": "boolean",
														"description": "Apply negotiated fares",
														"example": [
															true
														]
													}
												}
											},
											"tourcode_information": {
												"$ref": "#/components/schemas/tour_code_information"
											}
										}
									},
									"shopping_parameter": {
										"type": "object",
										"description": "This object applies parameters that affect results of flights content",
										"properties": {
											"air_preferences": {
												"type": "object",
												"description": "Contains additional properties for search by specific carrier (Travel Agencies)",
												"properties": {
													"carrier": {
														"type": "string",
														"description": "Filter used to obtain content of specific carrier",
														"example": [
															"XX"
														],
														"minLength": 2,
														"maxLength": 4,
														"pattern": "^[A-Z1-9]*$"
													},
													"cabin_preference": {
														"type": "array",
														"description": "Apply filter by cabin. It returns the content of the cabin declared.If not declare will return all the content found on all cabins.",
														"items": {
															"type": "string",
															"description": "User have to enter the values to get content like F;Fist, C:Business, Y:Economy",
															"enum": [
																"F",
																"C",
																"Y"
															]
														}
													},
													"maximum_connections": {
														"type": "number",
														"description": "User may specified the maximum number of connections to search flights",
														"example": [
															0
														],
														"enum": [
															0,
															1,
															2
														]
													}
												}
											}
										}
									},
									"journey_information": {
										"type": "object",
										"required": [
											"air_itinerary",
											"traveler_information"
										],
										"properties": {
											"air_itinerary": {
												"type": "object",
												"description": "Air itinerary to shop",
												"required": [
													"origin_destinations_list"
												],
												"properties": {
													"origin_destinations_list": {
														"type": "array",
														"description": "List of objects. Each must contain the origins and destinations to being shop.",
														"minItems": 1,
														"maxItems": 1,
														"items": {
															"type": "object",
															"required": [
																"departure_information",
																"arrival_information"
															],
															"properties": {
																"departure_information": {
																	"type": "object",
																	"description": "origin point of the component.",
																	"required": [
																		"location_code",
																		"date"
																	],
																	"properties": {
																		"location_code": {
																			"type": "string",
																			"description": "Code of the departure point of the origin-destination item",
																			"example": "MXP",
																			"minLength": 3,
																			"maxLength": 5
																		},
																		"date": {
																			"type": "string",
																			"description": "Date of departure for origin-destination item",
																			"example": "2019-06-30"
																		}
																	}
																},
																"arrival_information": {
																	"type": "object",
																	"description": "destination point of the item.",
																	"required": [
																		"location_code"
																	],
																	"properties": {
																		"location_code": {
																			"type": "string",
																			"description": "Code of the arrival point of the component",
																			"example": [
																				"TIA"
																			],
																			"minLength": 3,
																			"maxLength": 3
																		}
																	}
																},
																"return_date": {
																	"type": "string",
																	"description": "Return date of origin_destination_info to indicate round_trip itinerary.",
																	"example": [
																		"2020-03-10"
																	]
																}
															}
														}
													}
												}
											},
											"traveler_information": {
												"type": "object",
												"required": [
													"passenger_type_code_quantity"
												],
												"properties": {
													"passenger_type_code_quantity": {
														"type": "object",
														"minProperties": 1,
														"properties": {
															"^([A-Z]{3,3})$": {
																"type": "object",
																"description": "Dynamic object key name. It represent the PTC applied for quotation. (ex: MIL)",
																"required": [
																	"adult",
																	"child",
																	"infant"
																],
																"properties": {
																	"adult": {
																		"type": "number",
																		"description": "Quantity of adults for the PTC declared as Key",
																		"example": [
																			1
																		],
																		"default": 1,
																		"enum": [
																			"1",
																			"2",
																			"3",
																			"4",
																			"5",
																			"6",
																			"7",
																			"8",
																			"9"
																		]
																	},
																	"child": {
																		"type": "number",
																		"description": "Quantity of children passegners for the PTC declared.",
																		"default": "0",
																		"example": [
																			0
																		],
																		"pattern": "^([0-9])$"
																	},
																	"infant": {
																		"type": "number",
																		"description": "Quantity of infant passegner for the PTC declared.",
																		"example": [
																			0
																		],
																		"pattern": "^([0-9])$"
																	}
																}
															}
														}
													}
												}
											}
										}
									},
									"shopping_id": {
										"type": "string",
										"description": "This property allows user to get more content from a quotesing transaction previously executed",
										"example": [
											"7b8250d1-23ba-4b3a-8014-24b3ecd2c00b"
										]
									}
								}
							}
						}
					}
				},
				"responses": {
					"200": {
						"description": "Success",
						"content": {
							"application/json": {
								"example": {
									"air_shopping_response": {
										"description": "First request. This example was cutted for extension reasons. Only left one JR content as example of structure.",
										"value": {
											"carriers_returned_count": "8",
											"date_time": "2020-11-05T13:23:17",
											"echo_token": "TAXESBREAKDOWN_TEST",
											"point_of_sale": {
												"agent_id": "AEP00XXSM",
												"country": "AR",
												"kiu_device_id": "AEP00XX817",
												"preferred_display_currency": "ARS",
												"user": "XX"
											},
											"sequence_number": "1",
											"shopping_parameters": {
												"decimal_places": "2",
												"display_currency_reference_id": "ARS"
											},
											"shopping_response": {
												"carrier_offers_priced": {
													"family_fares_information": [
														"ECONOMY-BASIC_00XX_0",
														"ECONOMY-FLEX_00XX_0"
													],
													"flights_information": {
														"OD_AEPSLA_01_20201120": {
															"CPA_1": {
																"FL00XX54": {
																	"arrival_information": {
																		"airport_reference_id": "SLA_0",
																		"change_day_indicator": "0",
																		"date": "2020-11-20",
																		"date_of_week_name": "Friday",
																		"time": "10:40:00"
																	},
																	"carrier_reference_id": "00XX_0",
																	"departure_information": {
																		"airport_reference_id": "AEP_0",
																		"date": "2020-11-20",
																		"date_of_week_name": "Friday",
																		"remain_time_for_departure": "358:36:00",
																		"time": "09:00:00"
																	},
																	"flight_additional_information": {
																		"api_required": false,
																		"connecting_times_detail": {},
																		"dei8": "",
																		"enable_prs": false,
																		"equipment": {
																			"change_of_gauge": true,
																			"equipment_reference_id": "732_0"
																		},
																		"flight_remarks_list": [
																			"TEST"
																		],
																		"flight_stops_details": [],
																		"in_flight_services": "",
																		"meal_service": [
																			{
																				"meal_service_reference_id": "B"
																			},
																			{
																				"meal_service_reference_id": "C"
																			}
																		],
																		"special_service_availability_list": [
																			{
																				"code": "INFT",
																				"remain_space": 1
																			}
																		]
																	},
																	"flight_number": "54",
																	"flight_rbd": "Y9H9K9L9",
																	"flight_stops": "0",
																	"flight_time": "01:40:00",
																	"flight_type": "DOMESTIC",
																	"order": 1
																}
															},
															"CPA_2": {
																"FL00XX7874": {
																	"arrival_information": {
																		"airport_reference_id": "SLA_0",
																		"change_day_indicator": "0",
																		"date": "2020-11-20",
																		"date_of_week_name": "Friday",
																		"time": "13:00:00"
																	},
																	"carrier_reference_id": "00XX_0",
																	"departure_information": {
																		"airport_reference_id": "AEP_0",
																		"date": "2020-11-20",
																		"date_of_week_name": "Friday",
																		"remain_time_for_departure": "358:36:00",
																		"time": "09:00:00"
																	},
																	"flight_additional_information": {
																		"api_required": false,
																		"connecting_times_detail": {},
																		"dei8": "",
																		"enable_prs": false,
																		"equipment": {
																			"change_of_gauge": true,
																			"equipment_reference_id": "732_0"
																		},
																		"flight_remarks_list": [],
																		"flight_stops_details": [],
																		"in_flight_services": "",
																		"meal_service": [
																			{
																				"meal_service_reference_id": "B"
																			},
																			{
																				"meal_service_reference_id": "C"
																			}
																		],
																		"special_service_availability_list": [
																			{
																				"code": "INFT",
																				"remain_space": 1
																			}
																		]
																	},
																	"flight_number": "7874",
																	"flight_rbd": "Y9H9K9L9",
																	"flight_stops": "0",
																	"flight_time": "04:00:00",
																	"flight_type": "DOMESTIC",
																	"order": 1
																}
															},
															"CPA_3": {
																"FL00XX4176": {
																	"arrival_information": {
																		"airport_reference_id": "SLA_0",
																		"change_day_indicator": "0",
																		"date": "2020-11-20",
																		"date_of_week_name": "Friday",
																		"time": "19:50:00"
																	},
																	"carrier_reference_id": "00XX_0",
																	"departure_information": {
																		"airport_reference_id": "AEP_0",
																		"date": "2020-11-20",
																		"date_of_week_name": "Friday",
																		"remain_time_for_departure": "367:36:00",
																		"time": "18:00:00"
																	},
																	"flight_additional_information": {
																		"api_required": false,
																		"connecting_times_detail": {},
																		"dei8": "",
																		"enable_prs": false,
																		"equipment": {
																			"change_of_gauge": true,
																			"equipment_reference_id": "340_0"
																		},
																		"flight_remarks_list": [],
																		"flight_stops_details": [],
																		"in_flight_services": "",
																		"meal_service": [
																			{
																				"meal_service_reference_id": "S"
																			}
																		],
																		"special_service_availability_list": []
																	},
																	"flight_number": "4176",
																	"flight_rbd": "Y9H9K9L9",
																	"flight_stops": "0",
																	"flight_time": "01:50:00",
																	"flight_type": "DOMESTIC",
																	"order": 1
																}
															},
															"CPA_4": {
																"FL00XX555": {
																	"arrival_information": {
																		"airport_reference_id": "SLA_0",
																		"change_day_indicator": "0",
																		"date": "2020-11-20",
																		"date_of_week_name": "Friday",
																		"time": "21:25:00"
																	},
																	"carrier_reference_id": "00XX_0",
																	"departure_information": {
																		"airport_reference_id": "AEP_0",
																		"date": "2020-11-20",
																		"date_of_week_name": "Friday",
																		"remain_time_for_departure": "368:46:00",
																		"time": "19:10:00"
																	},
																	"flight_additional_information": {
																		"api_required": false,
																		"connecting_times_detail": {},
																		"dei8": "",
																		"enable_prs": false,
																		"equipment": {
																			"change_of_gauge": true,
																			"equipment_reference_id": "DC9_0"
																		},
																		"flight_remarks_list": [
																			"/VUELO DIRECTO A SALTA"
																		],
																		"flight_stops_details": [],
																		"in_flight_services": "",
																		"meal_service": [],
																		"special_service_availability_list": [
																			{
																				"code": "INFT",
																				"remain_space": 2
																			}
																		]
																	},
																	"flight_number": "555",
																	"flight_rbd": "Y9H9K9",
																	"flight_stops": "0",
																	"flight_time": "02:15:00",
																	"flight_type": "DOMESTIC",
																	"order": 1
																}
															}
														},
														"OD_SLAAEP_02_20201121": {
															"CPA_1": {
																"FL00XX4116": {
																	"arrival_information": {
																		"airport_reference_id": "AEP_0",
																		"change_day_indicator": "0",
																		"date": "2020-11-21",
																		"date_of_week_name": "Saturday",
																		"time": "19:00:00"
																	},
																	"carrier_reference_id": "00XX_0",
																	"departure_information": {
																		"airport_reference_id": "SLA_0",
																		"date": "2020-11-21",
																		"date_of_week_name": "Saturday",
																		"remain_time_for_departure": "388:36:00",
																		"time": "15:00:00"
																	},
																	"flight_additional_information": {
																		"api_required": false,
																		"connecting_times_detail": {},
																		"dei8": "",
																		"enable_prs": false,
																		"equipment": {
																			"change_of_gauge": true,
																			"equipment_reference_id": "EMB_0"
																		},
																		"flight_remarks_list": [],
																		"flight_stops_details": [
																			{
																				"arrival_information": {
																					"change_day_indicator": 0,
																					"date": "2020-11-21",
																					"date_of_week_name": "Saturday",
																					"location_reference_id": "COR_0",
																					"time": "17:00:00"
																				},
																				"departure_information": {
																					"date": "2020-11-21",
																					"date_of_week_name": "Saturday",
																					"location_reference_id": "SLA_0",
																					"time": "15:00:00"
																				},
																				"equipment_reference_id": "EMB_0",
																				"flight_elapsed_time": "02:00:00",
																				"flight_type": "DOMESTIC",
																				"ground_time": "1:00:00",
																				"order": "1"
																			},
																			{
																				"arrival_information": {
																					"change_day_indicator": 0,
																					"date": "2020-11-21",
																					"date_of_week_name": "Saturday",
																					"location_reference_id": "AEP_0",
																					"time": "19:00:00"
																				},
																				"departure_information": {
																					"date": "2020-11-21",
																					"date_of_week_name": "Saturday",
																					"location_reference_id": "COR_0",
																					"time": "18:00:00"
																				},
																				"equipment_reference_id": "EMB_0",
																				"flight_elapsed_time": "01:00:00",
																				"flight_type": "DOMESTIC",
																				"ground_time": "0:00:00",
																				"order": "2"
																			}
																		],
																		"in_flight_services": "",
																		"meal_service": [
																			{
																				"meal_service_reference_id": "S"
																			}
																		],
																		"special_service_availability_list": [
																			{
																				"code": "INFT",
																				"remain_space": 4
																			},
																			{
																				"code": "PETC",
																				"remain_space": 80
																			},
																			{
																				"code": "WCOB",
																				"remain_space": 2
																			}
																		]
																	},
																	"flight_number": "4116",
																	"flight_rbd": "Y9H9",
																	"flight_stops": "1",
																	"flight_time": "04:00:00",
																	"flight_type": "DOMESTIC",
																	"order": 1
																}
															}
														}
													},
													"journey_price_information": {
														"JR_1": {
															"itinerary_option_information": {
																"OD_AEPSLA_01_20201120": {
																	"CPA_1": {
																		"FL00XX54": {
																			"reservation_booking_designator_information": {
																				"K": {
																					"closed": "",
																					"posting": "9",
																					"reservation_booking_designator": "K",
																					"to_required": "",
																					"waitlist_enable": ""
																				}
																			}
																		}
																	}
																},
																"OD_SLAAEP_02_20201121": {
																	"CPA_1": {
																		"FL00XX4116": {
																			"reservation_booking_designator_information": {
																				"Y": {
																					"closed": "",
																					"posting": "9",
																					"reservation_booking_designator": "Y",
																					"to_required": "",
																					"waitlist_enable": ""
																				}
																			}
																		}
																	}
																}
															},
															"pricing_information": {
																"air_itinerary_quotations": [
																	[
																		{
																			"currency_conversion": [
																				{
																					"code": "BSR",
																					"rate": 1
																				}
																			],
																			"fare_calculation_mode_indicator": "0",
																			"fare_calculation_pricing_indicator": "0",
																			"mode": "AUTOMATIC",
																			"pricing_information": [
																				"AIRLINE FEES INCLUDED",
																				"AIRLINE FORM OF PAYMENT FEES MAY APPLY",
																				"PRICED WITH VALIDATING CARRIER  XX   "
																			],
																			"ptc_breakdown_information": {
																				"ADT_00XX_0": {
																					"ADULT": {
																						"coupons_list": [
																							{
																								"cabin_designator_reference_id": "Y_00XX_0",
																								"coupon_number": "1",
																								"family_fare_reference_id": "ECONOMY-BASIC_00XX_0",
																								"fare_basis": "KOWO",
																								"fare_id": 214876,
																								"flight_segment_reference_associated": "FL00XX54",
																								"ticket_bagagge_allowance": "PC1"
																							},
																							{
																								"cabin_designator_reference_id": "Y_00XX_0",
																								"coupon_number": "2",
																								"family_fare_reference_id": "ECONOMY-FLEX_00XX_0",
																								"fare_basis": "YOW",
																								"fare_id": 545287,
																								"flight_segment_reference_associated": "FL00XX4116",
																								"ticket_bagagge_allowance": "PC1"
																							}
																						],
																						"fare_construction": "BUE XX SLA100.00 XX BUE80.00ARS180.00END",
																						"fare_construction_detail": [
																							{
																								"component_amount": "100.00",
																								"component_currency_id": "ARS_0",
																								"component_points_reference_id": "BUE_0-SLA_0",
																								"fare_component_id": 1,
																								"is_previous_surface": false,
																								"origin_destination_reference_key": "OD_AEPSLA",
																								"stop_over": "",
																								"surcharge": ""
																							},
																							{
																								"component_amount": "80.00",
																								"component_currency_id": "ARS_0",
																								"component_points_reference_id": "SLA_0-BUE_0",
																								"fare_component_id": 2,
																								"is_previous_surface": true,
																								"origin_destination_reference_key": "OD_SLAAEP",
																								"stop_over": "",
																								"surcharge": ""
																							}
																						],
																						"fare_type": "PUBLIC",
																						"fees_excepted": false,
																						"passenger_quantity": 1,
																						"passenger_type": "ADULT",
																						"passenger_type_code_reference_id": "ADT_00XX_0",
																						"ptc_breakdown": {
																							"base_fare": {
																								"amount": 180,
																								"currency_reference_id": "ARS_0"
																							},
																							"display_by_component": {
																								"OD_AEPSLA": {
																									"equivalent_paid": {
																										"amount": 100,
																										"currency_reference_id": "ARS_0"
																									},
																									"fees_breakdown": [],
																									"taxes_breakdown": [
																										{
																											"amount": 1000,
																											"carrier_owner": true,
																											"currency_reference_id": "ARS_0",
																											"tax_code": "6A",
																											"tax_code_name": "AIRLINE FEE"
																										},
																										{
																											"amount": 800,
																											"carrier_owner": true,
																											"currency_reference_id": "ARS_0",
																											"tax_code": "6C",
																											"tax_code_name": "AIRLINE FEE"
																										},
																										{
																											"amount": 20,
																											"carrier_owner": false,
																											"country": "AR",
																											"currency_reference_id": "ARS_0",
																											"tax_code": "TQ",
																											"tax_code_name": "AIRLINE FEE"
																										},
																										{
																											"amount": 35.97,
																											"carrier_owner": false,
																											"country": "AR",
																											"currency_reference_id": "ARS_0",
																											"tax_code": "XR",
																											"tax_code_name": "AIRLINE FEE"
																										}
																									]
																								},
																								"OD_SLAAEP": {
																									"equivalent_paid": {
																										"amount": 80,
																										"currency_reference_id": "ARS_0"
																									},
																									"fees_breakdown": [],
																									"taxes_breakdown": [
																										{
																											"amount": 1000,
																											"carrier_owner": true,
																											"currency_reference_id": "ARS_0",
																											"tax_code": "6A",
																											"tax_code_name": "AIRLINE FEE"
																										},
																										{
																											"amount": 800,
																											"carrier_owner": true,
																											"currency_reference_id": "ARS_0",
																											"tax_code": "6C",
																											"tax_code_name": "AIRLINE FEE"
																										},
																										{
																											"amount": 20,
																											"carrier_owner": false,
																											"country": "AR",
																											"currency_reference_id": "ARS_0",
																											"tax_code": "TQ",
																											"tax_code_name": "AIRLINE FEE"
																										},
																										{
																											"amount": 89.94,
																											"carrier_owner": false,
																											"country": "AR",
																											"currency_reference_id": "ARS_0",
																											"tax_code": "XR",
																											"tax_code_name": "AIRLINE FEE"
																										}
																									]
																								},
																								"all_itinerary_items": {
																									"fees_breakdown": [
																										{
																											"amount": 80,
																											"carrier_owner": true,
																											"currency_reference_id": "ARS_0",
																											"fee_code": "OB",
																											"fee_code_name": "TESTING FEE",
																											"fee_subcode": "T05"
																										}
																									],
																									"taxes_breakdown": [
																										{
																											"amount": 0.9,
																											"carrier_owner": true,
																											"currency_reference_id": "ARS_0",
																											"tax_code": "6R",
																											"tax_code_name": "AIRLINE FEE"
																										},
																										{
																											"amount": 9.88,
																											"carrier_owner": false,
																											"country": "AR",
																											"currency_reference_id": "ARS_0",
																											"tax_code": "DL",
																											"tax_code_name": "VALUE ADDED TAX"
																										},
																										{
																											"amount": 4.05,
																											"carrier_owner": false,
																											"country": "AR",
																											"currency_reference_id": "ARS_0",
																											"tax_code": "QN",
																											"tax_code_name": "GROSS RECEIPTS TAX"
																										},
																										{
																											"amount": 13.5,
																											"carrier_owner": true,
																											"currency_reference_id": "ARS_0",
																											"tax_code": "YQ",
																											"tax_code_name": "AIRLINE FEE"
																										}
																									]
																								}
																							},
																							"equivalent_paid": {
																								"amount": 180,
																								"currency_reference_id": "ARS_0"
																							},
																							"fees_information": {
																								"amount": 160,
																								"currency_reference_id": "ARS_0",
																								"fees_list": [
																									{
																										"amount": 160,
																										"collectable": true,
																										"currency_reference_id": "ARS_0",
																										"excepted": false,
																										"exchange_allowed": false,
																										"fee_code": "OB",
																										"fee_code_name": "TESTING FEE",
																										"fee_subcode": "T05",
																										"paid": false,
																										"quotation_mode": "AUTOMATIC",
																										"refund_allowed": false
																									}
																								]
																							},
																							"taxes_information": {
																								"amount": 3822.56,
																								"currency_reference_id": "ARS_0",
																								"taxes_list": [
																									{
																										"amount": 2000,
																										"collectable": true,
																										"currency_reference_id": "ARS_0",
																										"excepted": false,
																										"exchange_allowed": true,
																										"paid": false,
																										"quotation_mode": "AUTOMATIC",
																										"refund_allowed": true,
																										"tax_code": "6A",
																										"tax_code_name": "AIRLINE FEE"
																									},
																									{
																										"amount": 1600,
																										"collectable": true,
																										"currency_reference_id": "ARS_0",
																										"excepted": false,
																										"exchange_allowed": true,
																										"paid": false,
																										"quotation_mode": "AUTOMATIC",
																										"refund_allowed": true,
																										"tax_code": "6C",
																										"tax_code_name": "AIRLINE FEE"
																									},
																									{
																										"amount": 1.8,
																										"collectable": true,
																										"currency_reference_id": "ARS_0",
																										"excepted": false,
																										"exchange_allowed": true,
																										"paid": false,
																										"quotation_mode": "AUTOMATIC",
																										"refund_allowed": true,
																										"tax_code": "6R",
																										"tax_code_name": "AIRLINE FEE"
																									},
																									{
																										"amount": 19.75,
																										"collectable": true,
																										"currency_reference_id": "ARS_0",
																										"excepted": false,
																										"exchange_allowed": true,
																										"paid": false,
																										"quotation_mode": "AUTOMATIC",
																										"refund_allowed": true,
																										"tax_code": "DL",
																										"tax_code_name": "VALUE ADDED TAX"
																									},
																									{
																										"amount": 8.1,
																										"collectable": true,
																										"currency_reference_id": "ARS_0",
																										"excepted": false,
																										"exchange_allowed": true,
																										"paid": false,
																										"quotation_mode": "AUTOMATIC",
																										"refund_allowed": true,
																										"tax_code": "QN",
																										"tax_code_name": "GROSS RECEIPTS TAX"
																									},
																									{
																										"amount": 40,
																										"collectable": true,
																										"currency_reference_id": "ARS_0",
																										"excepted": false,
																										"exchange_allowed": true,
																										"paid": false,
																										"quotation_mode": "AUTOMATIC",
																										"refund_allowed": true,
																										"tax_code": "TQ",
																										"tax_code_name": "AIRLINE FEE"
																									},
																									{
																										"amount": 125.91,
																										"collectable": true,
																										"currency_reference_id": "ARS_0",
																										"excepted": false,
																										"exchange_allowed": true,
																										"paid": false,
																										"quotation_mode": "AUTOMATIC",
																										"refund_allowed": false,
																										"tax_code": "XR",
																										"tax_code_name": "AIRLINE FEE"
																									},
																									{
																										"amount": 27,
																										"collectable": true,
																										"currency_reference_id": "ARS_0",
																										"excepted": false,
																										"exchange_allowed": true,
																										"paid": false,
																										"quotation_mode": "AUTOMATIC",
																										"refund_allowed": true,
																										"tax_code": "YQ",
																										"tax_code_name": "AIRLINE FEE"
																									}
																								]
																							},
																							"total": {
																								"amount": 4162.56,
																								"currency_reference_id": "ARS_0"
																							}
																						},
																						"ptc_breakdown_total": {
																							"display_by_component": {
																								"OD_AEPSLA": {
																									"equivalent_paid": {
																										"amount": 100,
																										"currency_reference_id": "ARS_0"
																									},
																									"fees_breakdown": [],
																									"taxes_breakdown": [
																										{
																											"amount": 1000,
																											"carrier_owner": true,
																											"currency_reference_id": "ARS_0",
																											"tax_code": "6A",
																											"tax_code_name": "AIRLINE FEE"
																										},
																										{
																											"amount": 800,
																											"carrier_owner": true,
																											"currency_reference_id": "ARS_0",
																											"tax_code": "6C",
																											"tax_code_name": "AIRLINE FEE"
																										},
																										{
																											"amount": 20,
																											"carrier_owner": false,
																											"country": "AR",
																											"currency_reference_id": "ARS_0",
																											"tax_code": "TQ",
																											"tax_code_name": "AIRLINE FEE"
																										},
																										{
																											"amount": 35.97,
																											"carrier_owner": false,
																											"country": "AR",
																											"currency_reference_id": "ARS_0",
																											"tax_code": "XR",
																											"tax_code_name": "AIRLINE FEE"
																										}
																									]
																								},
																								"OD_SLAAEP": {
																									"equivalent_paid": {
																										"amount": 80,
																										"currency_reference_id": "ARS_0"
																									},
																									"fees_breakdown": [],
																									"taxes_breakdown": [
																										{
																											"amount": 1000,
																											"carrier_owner": true,
																											"currency_reference_id": "ARS_0",
																											"tax_code": "6A",
																											"tax_code_name": "AIRLINE FEE"
																										},
																										{
																											"amount": 800,
																											"carrier_owner": true,
																											"currency_reference_id": "ARS_0",
																											"tax_code": "6C",
																											"tax_code_name": "AIRLINE FEE"
																										},
																										{
																											"amount": 20,
																											"carrier_owner": false,
																											"country": "AR",
																											"currency_reference_id": "ARS_0",
																											"tax_code": "TQ",
																											"tax_code_name": "AIRLINE FEE"
																										},
																										{
																											"amount": 89.94,
																											"carrier_owner": false,
																											"country": "AR",
																											"currency_reference_id": "ARS_0",
																											"tax_code": "XR",
																											"tax_code_name": "AIRLINE FEE"
																										}
																									]
																								},
																								"all_itinerary_items": {
																									"fees_breakdown": [
																										{
																											"amount": 80,
																											"carrier_owner": true,
																											"currency_reference_id": "ARS_0",
																											"fee_code": "OB",
																											"fee_code_name": "TESTING FEE",
																											"fee_subcode": "T05"
																										}
																									],
																									"taxes_breakdown": [
																										{
																											"amount": 0.9,
																											"carrier_owner": true,
																											"currency_reference_id": "ARS_0",
																											"tax_code": "6R",
																											"tax_code_name": "AIRLINE FEE"
																										},
																										{
																											"amount": 9.88,
																											"carrier_owner": false,
																											"country": "AR",
																											"currency_reference_id": "ARS_0",
																											"tax_code": "DL",
																											"tax_code_name": "VALUE ADDED TAX"
																										},
																										{
																											"amount": 4.05,
																											"carrier_owner": false,
																											"country": "AR",
																											"currency_reference_id": "ARS_0",
																											"tax_code": "QN",
																											"tax_code_name": "GROSS RECEIPTS TAX"
																										},
																										{
																											"amount": 13.5,
																											"carrier_owner": true,
																											"currency_reference_id": "ARS_0",
																											"tax_code": "YQ",
																											"tax_code_name": "AIRLINE FEE"
																										}
																									]
																								}
																							},
																							"passenger_quantity": 1,
																							"total": {
																								"amount": 4162.56,
																								"currency_reference_id": "ARS_0"
																							},
																							"total_base_fare": {
																								"amount": 180,
																								"currency_reference_id": "ARS_0"
																							},
																							"total_equivalent_paid": {
																								"amount": 180,
																								"currency_reference_id": "ARS_0"
																							},
																							"total_fees": {
																								"amount": 160,
																								"currency_reference_id": "ARS_0"
																							},
																							"total_taxes": {
																								"amount": 3822.56,
																								"currency_reference_id": "ARS_0"
																							}
																						},
																						"taxes_excepted": false
																					},
																					"passenger_type_code_reference_id": "ADT_00XX_0",
																					"pq_number": "10"
																				}
																			},
																			"quotation_grand_total": {
																				"total": {
																					"amount": 4162.56,
																					"currency_reference_id": "ARS_0"
																				},
																				"total_base_fare": {
																					"amount": 180,
																					"currency_reference_id": "ARS_0"
																				},
																				"total_display_by_component": {
																					"OD_AEPSLA": {
																						"equivalent_paid": {
																							"amount": 100,
																							"currency_reference_id": "ARS_0"
																						},
																						"fees_breakdown": [],
																						"taxes_breakdown": [
																							{
																								"amount": 1000,
																								"carrier_owner": true,
																								"currency_reference_id": "ARS_0",
																								"tax_code": "6A",
																								"tax_code_name": "AIRLINE FEE"
																							},
																							{
																								"amount": 800,
																								"carrier_owner": true,
																								"currency_reference_id": "ARS_0",
																								"tax_code": "6C",
																								"tax_code_name": "AIRLINE FEE"
																							},
																							{
																								"amount": 20,
																								"carrier_owner": false,
																								"country": "AR",
																								"currency_reference_id": "ARS_0",
																								"tax_code": "TQ",
																								"tax_code_name": "AIRLINE FEE"
																							},
																							{
																								"amount": 35.97,
																								"carrier_owner": false,
																								"country": "AR",
																								"currency_reference_id": "ARS_0",
																								"tax_code": "XR",
																								"tax_code_name": "AIRLINE FEE"
																							}
																						]
																					},
																					"OD_SLAAEP": {
																						"equivalent_paid": {
																							"amount": 80,
																							"currency_reference_id": "ARS_0"
																						},
																						"fees_breakdown": [],
																						"taxes_breakdown": [
																							{
																								"amount": 1000,
																								"carrier_owner": true,
																								"currency_reference_id": "ARS_0",
																								"tax_code": "6A",
																								"tax_code_name": "AIRLINE FEE"
																							},
																							{
																								"amount": 800,
																								"carrier_owner": true,
																								"currency_reference_id": "ARS_0",
																								"tax_code": "6C",
																								"tax_code_name": "AIRLINE FEE"
																							},
																							{
																								"amount": 20,
																								"carrier_owner": false,
																								"country": "AR",
																								"currency_reference_id": "ARS_0",
																								"tax_code": "TQ",
																								"tax_code_name": "AIRLINE FEE"
																							},
																							{
																								"amount": 89.94,
																								"carrier_owner": false,
																								"country": "AR",
																								"currency_reference_id": "ARS_0",
																								"tax_code": "XR",
																								"tax_code_name": "AIRLINE FEE"
																							}
																						]
																					},
																					"all_itinerary_items": {
																						"fees_breakdown": [
																							{
																								"amount": 80,
																								"carrier_owner": true,
																								"currency_reference_id": "ARS_0",
																								"fee_code": "OB",
																								"fee_code_name": "TESTING FEE",
																								"fee_subcode": "T05"
																							}
																						],
																						"taxes_breakdown": [
																							{
																								"amount": 0.9,
																								"carrier_owner": true,
																								"currency_reference_id": "ARS_0",
																								"tax_code": "6R",
																								"tax_code_name": "AIRLINE FEE"
																							},
																							{
																								"amount": 9.88,
																								"carrier_owner": false,
																								"country": "AR",
																								"currency_reference_id": "ARS_0",
																								"tax_code": "DL",
																								"tax_code_name": "VALUE ADDED TAX"
																							},
																							{
																								"amount": 4.05,
																								"carrier_owner": false,
																								"country": "AR",
																								"currency_reference_id": "ARS_0",
																								"tax_code": "QN",
																								"tax_code_name": "GROSS RECEIPTS TAX"
																							},
																							{
																								"amount": 13.5,
																								"carrier_owner": true,
																								"currency_reference_id": "ARS_0",
																								"tax_code": "YQ",
																								"tax_code_name": "AIRLINE FEE"
																							}
																						]
																					}
																				},
																				"total_equivalent_paid": {
																					"amount": 180,
																					"currency_reference_id": "ARS_0"
																				},
																				"total_fees": {
																					"amount": 160,
																					"currency_reference_id": "ARS_0"
																				},
																				"total_taxes": {
																					"amount": 3822.56,
																					"currency_reference_id": "ARS_0"
																				}
																			},
																			"transaction_detail": {
																				"creation_date": "2020-11-05T13:23:16.943",
																				"point_of_sale": {
																					"agent_id": "AEP00XXSM",
																					"country": "AR",
																					"kiu_device_id": "AEP00XX817",
																					"preferred_display_currency": "ARS",
																					"user": "XX"
																				},
																				"source": "AGENT"
																			}
																		}
																	]
																]
															}
														},
														"JR_2": {},
														"JR_3": {},
														"JR_4": {},
														"JR_5": {},
														"JR_6": {},
														"JR_7": {},
														"JR_8": {}
													}
												},
												"origin_destination_information": {
													"OD_AEPSLA_01_20201120": {
														"arrival_information": {
															"location_reference_id": "SLA_0"
														},
														"departure_information": {
															"date": "2020-11-20",
															"location_reference_id": "AEP_0"
														}
													},
													"OD_SLAAEP_02_20201121": {
														"arrival_information": {
															"location_reference_id": "AEP_0"
														},
														"departure_information": {
															"date": "2020-11-21",
															"location_reference_id": "SLA_0"
														}
													}
												},
												"shopping_id": "a6c1124e-ba48-4165-ae0d-4d68c0bba148"
											},
											"transaction_status_code": "Start"
										}
									}
								},
								"schema": {
									"type": "object",
									"description": "The schema that support the price_calendar_response",
									"properties": {
										"point_of_sale": {
											"$ref": "#/components/schemas/point_of_sale"
										},
										"date_time": {
											"$ref": "#/components/schemas/date_time",
											"description": "Date-time of response body on UTC time zone"
										},
										"echo_token": {
											"$ref": "#/components/schemas/echo_token"
										},
										"carrier_returned_count": {
											"type": "string",
											"description": "Quantity options priced returned on this instance.",
											"example": [
												"4"
											]
										},
										"sequence_number": {
											"type": "string",
											"description": "Instance of shopping process returned.",
											"example": [
												"1"
											]
										},
										"shopping_parameters": {
											"type": "object",
											"description": "Parameters applied and return on shopping.",
											"properties": {
												"decimal_places": {
													"type": "string",
													"description": "Quantity of decimals applied on amounts.",
													"example": [
														"2"
													]
												},
												"display_currency_reference_id": {
													"$ref": "#/components/schemas/currency_reference_id"
												}
											}
										},
										"transaction_status_code": {
											"type": "string",
											"description": "Instance of shopping process.",
											"example": [
												"start"
											]
										},
										"shopping_response": {
											"type": "object",
											"description": "This object hold the details of the shopping offer by carrier.",
											"properties": {
												"carrier_offers_priced": {
													"type": "object",
													"description": "This object contain the detail of each offer priced by carrier.",
													"properties": {
														"family_fares_information": {
															"type": "array",
															"description": "List of family_fares_reference_ids priced.",
															"items": {
																"type": "string",
																"description": "Each item represent a family_fare_reference_id, to be decoded with get_family_fares_information.",
																"example": [
																	"BUSINESS_00XX_0",
																	"ECONOMY-BASIC_00XX_0",
																	"ECONOMY-CLASSIC_00XX_0",
																	"ECONOMY-FLEX_00XX_0"
																]
															}
														},
														"flights_information": {
															"type": "object",
															"description": "This object detail each flight by component involved on priced itineraries + departure date.",
															"properties": {
																"^([OD_]{3}[A-Z]{3}[A-Z_]{4}[0-9_]{3}[0-9999]{8})+$": {
																	"type": "object",
																	"description": "Dynamic key name reference to origin_destination_reference_key of the object origin_destination_information.",
																	"properties": {
																		"^([CPA_]{4}[1-99])$": {
																			"type": "object",
																			"description": "Dynamic key name. Represent an reference id for the flights involved in the segment for the O&D.",
																			"properties": {
																				"^([FL]{2}[00]{2}[A-Z1-9]{2}[0-9999]{1,4})$": {
																					"type": "object",
																					"description": "Dynamic key name. Unique identifier key for flight.(ex: FL00XX163).",
																					"properties": {
																						"arrival_information": {
																							"$ref": "#/components/schemas/arrival_information"
																						},
																						"carrier_reference_id": {
																							"$ref": "#/components/schemas/carrier_reference_id"
																						},
																						"departure_information": {
																							"$ref": "#/components/schemas/departure_information"
																						},
																						"flight_additional_information": {
																							"type": "object",
																							"description": "Additional information of flight.",
																							"properties": {
																								"api_required": {
																									"type": "boolean",
																									"description": "This toggle indicates if this segment requires advance passenger information.",
																									"example": [
																										false
																									]
																								},
																								"connecting_times_details": {
																									"type": "object",
																									"description": "**TO BE IMPLEMENTED IN FUTURE**"
																								},
																								"dei8": {
																									"type": "string",
																									"description": "Associated to traffic restriction code.Refer to IATA DEI8 code specification.",
																									"example": [
																										"A"
																									]
																								},
																								"enable_prs": {
																									"type": "boolean",
																									"description": "This toggle indicates if the segment support seatmap for pre-reserved.",
																									"example": true
																								},
																								"equipment": {
																									"type": "object",
																									"description": "This object hold the detail of equipment of the flight.",
																									"properties": {
																										"change_of_gauge": {
																											"type": "boolean",
																											"description": "This toggle indicates equipment change on flight.",
																											"example": false
																										},
																										"equipment_reference_id": {
																											"$ref": "#/components/schemas/equipment_reference_id"
																										}
																									}
																								},
																								"flight_remarks_list": {
																									"type": "array",
																									"description": "List of remarks associated to flights from schedule.",
																									"items": {
																										"type": "string",
																										"example": [
																											"FLIGHT REMARK TEST"
																										]
																									}
																								},
																								"flight_stops_details": {
																									"type": "array",
																									"description": "List of objects that describe each stop point.",
																									"items": {
																										"type": "object",
																										"properties": {
																											"arrival_information": {
																												"$ref": "#/components/schemas/arrival_information"
																											},
																											"departure_information": {
																												"$ref": "#/components/schemas/departure_information"
																											},
																											"equipment_reference_id": {
																												"$ref": "#/components/schemas/equipment_reference_id"
																											},
																											"flight_elapsed_time": {
																												"type": "string",
																												"description": "Estimated time fo flight.",
																												"example": "04:55"
																											},
																											"flight_type": {
																												"type": "string",
																												"description": "Description of flight type based on origin-destination.",
																												"example": "DOMESTIC"
																											},
																											"ground_time": {
																												"type": "string",
																												"description": "Time of plane on ground on the stop point.",
																												"example": "02:00"
																											},
																											"order": {
																												"type": "number",
																												"description": "Order of stop",
																												"example": [
																													1
																												]
																											}
																										}
																									}
																								},
																								"in_flight_services": {
																									"type": "string",
																									"description": "**NOT IMPLEMENTED YET**"
																								},
																								"meal_services": {
																									"type": "array",
																									"description": "List of meals offers on flight.",
																									"items": {
																										"type": "string",
																										"description": "meal_service_reference_id. To decode with get_catering_information",
																										"example": [
																											"S_00XX_0"
																										]
																									}
																								},
																								"special_service_availability_list": {
																									"type": "array",
																									"description": "List of objects. Return the special service offered and remain availability.",
																									"items": {
																										"type": "object",
																										"properties": {
																											"code": {
																												"type": "string",
																												"description": "Code of special service.",
																												"example": [
																													"AVIH"
																												]
																											},
																											"remain_space": {
																												"type": "number",
																												"description": "Quantity of remain special service available.",
																												"example": [
																													0
																												]
																											}
																										}
																									}
																								}
																							}
																						},
																						"flight_number": {
																							"type": "string",
																							"description": "Flight identification number.",
																							"example": "162"
																						},
																						"flight_rbd": {
																							"type": "string",
																							"description": "List of rbds associated to family_fares and posting on flight.",
																							"example": [
																								"C9B9Y9H9J9M9L9"
																							]
																						},
																						"flight_stops": {
																							"type": "number",
																							"description": "Quantity of stops during the segment.",
																							"example": "0"
																						},
																						"flight_type": {
																							"type": "string",
																							"description": "Description of flight type based on origin-destination.",
																							"example": "INTERNATIONAL"
																						},
																						"order": {
																							"type": "number",
																							"description": "Order segment into the air itinerary.",
																							"example": [
																								1
																							]
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														},
														"journey_price_information": {
															"type": "object",
															"description": "This object holds the itineraries options priced.",
															"properties": {
																"^[(JR_)]{3}[(0-9){4}]$": {
																	"type": "object",
																	"description": "Dynamic Object key name starting with JR_ (ex: JR_1). This object hold the information of a Journey_record.",
																	"oneOf": [
																		{
																			"required": [
																				"itinerary_option_information"
																			]
																		},
																		{
																			"required": [
																				"additional_information"
																			]
																		}
																	],
																	"properties": {
																		"itinerary_option_information": {
																			"type": "object",
																			"description": "Detail of priced itinerary offer.",
																			"properties": {
																				"^([OD_]{3}[A-Z]{3}[A-Z_]{4}[0-9_]{3}[0-9999]{8})+$": {
																					"type": "object",
																					"description": "Dynamic key reference to a origin_destination_reference_key with departure date.",
																					"oneOf": [
																						{
																							"required": [
																								"additional_information"
																							]
																						},
																						{
																							"required": [
																								""
																							]
																						}
																					],
																					"properties": {
																						"^([CPA_]{4}[1-99])$": {
																							"type": "object",
																							"description": "Dynamic key name. Represent an reference key for the flights_information instance into the O&D",
																							"properties": {
																								"^([FL]{2}[00]{2}[A-Z1-9]{2}[0-9999]{1,4})$": {
																									"type": "object",
																									"description": "Dynamic key name. Unique identifier key for flight.(ex: FL00XX163).",
																									"properties": {
																										"reservation_booking_designator_information": {
																											"type": "object",
																											"description": "This object holds the information of booking class for the priced option.",
																											"properties": {
																												"^([A-Z]{1})$": {
																													"type": "object",
																													"description": "Key name is refer to a booking class reference key.",
																													"properties": {
																														"closed": {
																															"type": "string",
																															"description": "This property indicates closed class.",
																															"example": [
																																"Y"
																															]
																														},
																														"posting": {
																															"type": "string",
																															"description": "This property indicate the remain space available on class.",
																															"example": [
																																"9"
																															]
																														},
																														"reservation_booking_designator": {
																															"type": "string",
																															"description": "Booking class.",
																															"example": [
																																"L"
																															]
																														},
																														"to_required": {
																															"type": "string",
																															"description": "In case class allows to required when posting is 0.",
																															"example": [
																																""
																															]
																														},
																														"waitlist_enable": {
																															"type": "string",
																															"description": "Indicates if waitlist is enable for booking class.",
																															"example": [
																																""
																															]
																														}
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		},
																		"pricing_information": {
																			"$ref": "#/components/schemas/pricing_information"
																		},
																		"additional_information": {
																			"type": "string",
																			"description": "Information regarding non content found.",
																			"example": [
																				"No flights found.",
																				"dateTimeOut"
																			]
																		}
																	}
																}
															}
														}
													}
												},
												"origin_destination_information": {
													"$ref": "#/components/schemas/flights_origin_destination_information"
												},
												"shopping_id": {
													"type": "string",
													"description": "Unique shopping request identier for refer in case to claim more content."
												}
											}
										}
									}
								}
							}
						}
					},
					"400": {
						"description": "Error received by KIU-API",
						"content": {
							"application/json": {
								"example": {
									"Request_date-time_error": {
										"value": {
											"exception": "DateTimeException",
											"extended": {
												"error_message": "Invalid date time (GTM)",
												"error_number": "1111"
											},
											"layer": "Calendar",
											"message": "Invalid date time (GTM)"
										}
									},
									"No_more_content": {
										"description": "When users invoke shopping_id and no more content to display for the original shopping request.",
										"value": {
											"exception": "ShoppingException",
											"extended": {
												"error_message": "No more content to display for this Shopping ID.",
												"error_number": "1102"
											},
											"layer": "Shopping",
											"message": "No more content to display for this Shopping ID."
										}
									}
								},
								"schema": {
									"type": "object",
									"properties": {
										"exception": {
											"type": "string",
											"description": "Exception name that origin the error",
											"example": "InvalidAccessException"
										},
										"extended": {
											"type": "object",
											"properties": {
												"error_additional_information": {
													"type": "string",
													"description": "Message associated to error on preference user language",
													"example": "INVALID ACCESS"
												},
												"error_number": {
													"type": "string",
													"description": "Unique id number that identifies the error",
													"example": "9999"
												},
												"error_extra_information": {
													"type": "array",
													"description": "Add more detail to error or example.",
													"items": {
														"type": "string",
														"example": [
															{
																"passenger_list": [
																	{
																		"passenger_surname": "MUNDO/DTP",
																		"flight_reference": "XX4116/30MAR COR",
																		"record_locator": "PIOVJJ"
																	}
																]
															}
														]
													}
												}
											}
										},
										"message": {
											"type": "string",
											"description": "Message associated error.",
											"example": "RE-ENTER COMMAND TO OFF LOAD PSGR"
										},
										"layer": {
											"type": "number",
											"description": "Level that generate the error. This is recommended to inform in case to consult support",
											"example": [
												2
											]
										}
									}
								}
							}
						}
					}
				},
				"deprecated": false
			}
		},
		"/services/booking/create_booking": {
			"post": {
				"tags": [
					"booking"
				],
				"summary": "Create a reservation.",
				"parameters": [
					{
						"$ref": "#/components/parameters/KIU-API-Token"
					},
					{
						"$ref": "#/components/parameters/Content-Type"
					}
				],
				"requestBody": {
					"content": {
						"application/json": {
							"example": {
								"create_booking_full": {
									"description": "Example of full booking creation.",
									"value": {
										"date_time": "2020-03-31T12:10:00Z",
										"echo_token": "XX_TESTBKGCREATE_01",
										"point_of_sale": {
											"user": "XX",
											"kiu_device_id": "AEP00XX817",
											"agent_id": "AEP00XXSM",
											"preferred_display_currency": "ARS",
											"country": "AR",
											"agent_preferred_language": "es-AR"
										},
										"air_price": true,
										"ancillaries_price": true,
										"passenger_information": [
											{
												"passenger_reference_order": 1,
												"surname": "NIZETICH",
												"name": "GERARDO",
												"name_prefix": "MR",
												"foid_type": "NI",
												"foid_id": "8687687687",
												"date_of_birth": "30OCT73",
												"passenger_type_code": "ADT",
												"associate_infant": {
													"surname": "NIZETICH",
													"name": "JULIETA PIPPA",
													"foid_type": "PP",
													"foid_id": "23516458765"
												}
											},
											{
												"passenger_reference_order": 2,
												"surname": "NIZETICH",
												"name": "JUAN PABLO",
												"name_prefix": "MR",
												"foid_type": "NI",
												"foid_id": "8687687687",
												"date_of_birth": "30OCT80",
												"child_indicator": true
											}
										],
										"air_itinerary_information": [
											{
												"order": 1,
												"departure_information": {
													"location_code": "EZE",
													"date": "2020-04-21",
													"time": "1100"
												},
												"arrival_information": {
													"location_code": "MIA"
												},
												"flight_number": 5050,
												"reservation_booking_designator_code": "Y",
												"number_in_party": 2,
												"carrier": "XX"
											}
										],
										"contact_information": {
											"phone_list": [
												{
													"city_location_code": " AEP",
													"phone_detail": "5411 5622342342333",
													"contact_type": "BUSINESS"
												}
											],
											"email_list": [
												{
													"email_address": "GNIZETICH@KIUSYS.COM"
												}
											],
											"mobile_list": [
												{
													"international_code": "54",
													"area_code": "911",
													"mobile_number": 54862508,
													"language_code": "ES"
												}
											]
										},
										"services_list": [
											{
												"order": 1,
												"passenger_reference_order_association": 1,
												"flight_itinerary_order_association": 1,
												"booking_instructions": {
													"type": "SSR",
													"code": "INFT"
												},
												"service_free_text": "NIZETICH/JULIETA PIPPA 12JAN19"
											},
											{
												"order": 1,
												"passenger_reference_order_association": 1,
												"flight_itinerary_order_association": 1,
												"booking_instructions": {
													"type": "SSR",
													"code": "XBAG"
												}
											}
										],
										"time_limits_criteria": {
											"booking_ticket_time_limit": {
												"auto_cancel": true,
												"manual": {
													"date": "2020-04-20",
													"time": "1800",
													"city": "SEZ"
												}
											}
										}
									}
								}
							},
							"schema": {
								"type": "object",
								"required": [
									"echo_token",
									"date_time",
									"point_of_sale",
									"passenger_information",
									"air_itinerary_information",
									"contact_information",
									"time_limits_criteria"
								],
								"properties": {
									"echo_token": {
										"$ref": "#/components/schemas/echo_token",
										"description": "Unique message identifier key entered by user"
									},
									"date_time": {
										"$ref": "#/components/schemas/date_time",
										"description": "Date of request generation from system requester on GMT."
									},
									"point_of_sale": {
										"$ref": "#/components/schemas/point_of_sale",
										"description": "Point of sale that origin the request."
									},
									"air_price": {
										"type": "boolean",
										"description": "Enable to air itinerary price.",
										"default": false,
										"example": [
											false
										]
									},
									"air_price_options": {
										"type": "object",
										"description": "Air Pricing optional qualifiers to apply in quotation.",
										"properties": {
											"discounts": {
												"type": "object",
												"description": "It allows users to select among different types of discounts",
												"oneOf": [
													{
														"required": [
															"manual_discount"
														]
													},
													{
														"required": [
															"eligibility"
														]
													},
													{
														"required": [
															"nego_fares"
														]
													},
													{
														"required": [
															"tour_code_information"
														]
													}
												],
												"properties": {
													"manual_discount": {
														"$ref": "#/components/schemas/manual_discount",
														"description": "It allows user to apply manual discounts in quotation."
													},
													"elegibility_code": {
														"$ref": "#/components/schemas/eligibility",
														"description": "Code of elegibility passenger to apply a specific discount."
													},
													"nego_fares": {
														"type": "boolean",
														"description": "Enable application of nego fares",
														"default": false
													},
													"tour_code_information": {
														"$ref": "#/components/schemas/tour_code_information",
														"description": "Enable to add a tour_code to apply special discounts condition in quotation."
													}
												}
											},
											"fare_forced": {
												"$ref": "#/components/schemas/fare_forced",
												"description": "It allows users to apply 1 fare basis per all air_segments to force de quotation"
											},
											"priced_manual_currency": {
												"$ref": "#/components/schemas/priced_manual_currency",
												"description": "It allows users to display quotation on a specific currency to displays."
											}
										}
									},
									"ancillaries_price": {
										"type": "boolean",
										"description": "Enable to ancillaries price.",
										"default": false,
										"example": [
											true
										]
									},
									"ancillaries_price_options": {
										"type": "object",
										"description": "Group ancillaries pricing optional qualifiers to applies on quotations",
										"properties": {
											"discounts": {
												"type": "object",
												"description": "It allows users to select among different types of discounts",
												"oneOf": [
													{
														"required": [
															"manual_discount"
														]
													},
													{
														"required": [
															"eligibility"
														]
													},
													{
														"required": [
															"nego_fares"
														]
													},
													{
														"required": [
															"tour_code_information"
														]
													}
												],
												"properties": {
													"manual_discount": {
														"$ref": "#/components/schemas/manual_discount",
														"description": "It allows users to apply manual discounts to quotation process"
													},
													"elegibility_code": {
														"$ref": "#/components/schemas/eligibility",
														"description": "Code of elegibility passenger to apply a specific discount"
													},
													"nego_fares": {
														"type": "boolean",
														"description": "Enable application of nego fares",
														"default": false
													},
													"tour_code_information": {
														"$ref": "#/components/schemas/tour_code_information",
														"description": "Enable to add a tour_code to apply special discounts condition to quotation."
													}
												}
											},
											"fare_forced": {
												"$ref": "#/components/schemas/fare_forced",
												"description": "It allows users to apply 1 fare basis per all air_segments to force de quotation"
											},
											"priced_manual_currency": {
												"$ref": "#/components/schemas/priced_manual_currency",
												"description": "It allows users to display quotation on a specific currency to displays."
											}
										}
									},
									"passenger_information": {
										"type": "array",
										"description": "This object contains the date of passengers to add divided group by Passenger_type_code",
										"minItems": 1,
										"items": {
											"type": "object",
											"oneOf": [
												{
													"required": [
														"child_indicator"
													]
												},
												{
													"required": [
														"passenger_type_code"
													]
												}
											],
											"properties": {
												"passenger_reference_order": {
													"type": "number",
													"description": "Order of passenger to associate further components",
													"example": [
														1
													]
												},
												"surname": {
													"type": "string",
													"description": "Passegner´s last name",
													"example": [
														"PEREZ"
													],
													"pattern": "(^[A-Z ]*$)"
												},
												"name": {
													"type": "string",
													"description": "Passenger´s names",
													"example": [
														"JUAN JOSE"
													],
													"pattern": "(^[A-Z ]*$)"
												},
												"name_suffix": {
													"type": "string",
													"description": "Passegner´s honored suffix.",
													"example": [
														"MR",
														"MSS",
														"MRS"
													],
													"pattern": "(^[A-Z]*$)",
													"minLength": 2,
													"maxLength": 3
												},
												"foid_type": {
													"type": "string",
													"description": "KIU Systems supported type of FOID",
													"example": [
														"NI",
														"PP",
														"ID"
													],
													"enum": [
														"NI",
														"ID",
														"PP",
														"CC",
														"DL",
														"TN",
														"CN"
													]
												},
												"foid_id": {
													"type": "string",
													"description": "ID or number of foid",
													"example": [
														"259879897"
													]
												},
												"date_of_birth": {
													"type": "string",
													"description": "Birth date of passenger, express on air industry format DDMMMYY",
													"example": [
														"29JUN80"
													]
												},
												"passenger_type_code": {
													"type": "string",
													"description": "Passenger type code",
													"default": "ADT",
													"pattern": "(^[A-Z]*$)",
													"minLength": 3,
													"maxLength": 3
												},
												"child_indicator": {
													"type": "boolean",
													"description": "Indicate if passenger is a child",
													"default": false,
													"example": [
														true
													]
												},
												"associate_infant": {
													"type": "object",
													"description": "Associated object to add an infant. Only one infant per adult is allowed.",
													"required": [
														"surname",
														"name"
													],
													"properties": {
														"surname": {
															"type": "string",
															"description": "Passegner last name",
															"example": [
																"PEREZ"
															],
															"pattern": "(^[A-Z ]*$)"
														},
														"name": {
															"type": "string",
															"description": "Passenger names",
															"example": [
																"JUAN JOSE"
															],
															"pattern": "(^[A-Z ]*$)"
														},
														"foid_type": {
															"type": "string",
															"description": "KIU Systems supported type of FOID",
															"example": [
																"NI"
															],
															"enum": [
																"NI",
																"ID",
																"PP",
																"CC",
																"DL",
																"TN",
																"CN"
															]
														},
														"foid_id": {
															"type": "string",
															"description": "ID or number of foid",
															"example": [
																"259879897"
															],
															"pattern": "(^[A-Z0-9 -/]*$)"
														},
														"date_of_birth": {
															"type": "string",
															"description": "Birth date of passenger, express on air industry format DDMMMYY",
															"example": [
																"29JUN80"
															]
														},
														"passenger_type_code": {
															"type": "string",
															"description": "Passenger type code",
															"default": "ADT",
															"pattern": "(^[A-Z]*$)",
															"minLength": 3,
															"maxLength": 3
														},
														"passenger_adult_associated_reference": {
															"type": "number",
															"description": "Associate refrence adult passenger order",
															"example": [
																1
															]
														}
													},
													"additionalProperties": false
												}
											},
											"required": [
												"passenger_adult_associated_reference",
												"surname",
												"name"
											]
										}
									},
									"air_itinerary_information": {
										"type": "array",
										"description": "Contains the air segments to include into the air itinerary",
										"minItems": 1,
										"items": {
											"type": "object",
											"properties": {
												"order": {
													"type": "number",
													"description": "Order segment into the air itinerary",
													"example": [
														1
													]
												},
												"departure_information": {
													"type": "object",
													"description": "Description of departure´s segment",
													"required": [
														"location_code",
														"date"
													],
													"properties": {
														"location_code": {
															"type": "string",
															"description": "Airport location code for segment´s departure",
															"pattern": "([^A-Z]*)$",
															"minLength": 3,
															"maxLength": 3
														},
														"date": {
															"type": "string",
															"format": "date",
															"description": "Date of segment´s departure (YYYY-MM-DD)",
															"example": [
																"2019-11-30"
															]
														},
														"time": {
															"type": "string",
															"description": "Departure time of segment express on integear",
															"example": [
																"1800"
															],
															"minLength": 4,
															"maxLength": 4,
															"pattern": "(^[0-9]*)$"
														}
													}
												},
												"arrival_information": {
													"type": "object",
													"description": "Hold the data of arrival segment point",
													"required": [
														"location_code"
													],
													"properties": {
														"location_code": {
															"type": "string",
															"description": "Airport location code for segment´s departure",
															"pattern": "([^A-Z]*)$",
															"minLength": 3,
															"maxLength": 4
														}
													}
												},
												"flight_number": {
													"type": "number",
													"description": "Flight identification's number",
													"minLength": 1,
													"maxLength": 4,
													"pattern": "^([1-9999])$"
												},
												"reservation_booking_designator_code": {
													"type": "string",
													"description": "Identifier code of class for segment",
													"pattern": "^([A-Z])$",
													"minLength": 1,
													"maxLength": 1
												},
												"number_in_party": {
													"type": "number",
													"description": "Quantity of space to book",
													"pattern": "^([1-99])$"
												},
												"carrier": {
													"type": "string",
													"description": "Marketing carrier code that offer the service for segment",
													"example": [
														"XX"
													],
													"minLength": 2,
													"maxLength": 2,
													"pattern": "([^A-Z0-9])*$"
												},
												"special_status": {
													"type": "string",
													"description": "Status of segment to request different than NN",
													"enum": [
														"LL",
														"MMM"
													],
													"default": "NN"
												}
											},
											"required": [
												"order",
												"departure_information",
												"arrival_information",
												"flight_number",
												"reservation_booking_designator_code",
												"number_in_party",
												"carrier"
											]
										}
									},
									"contact_information": {
										"type": "object",
										"description": "Contacts information of at least one passenger on the booking request",
										"anyOf": [
											{
												"required": [
													"phone_list"
												]
											},
											{
												"required": [
													"contact_phone_list"
												]
											},
											{
												"required": [
													"emergency_contact_list"
												]
											},
											{
												"required": [
													"email_list"
												]
											},
											{
												"required": [
													"mobile_list"
												]
											}
										],
										"properties": {
											"phone_list": {
												"type": "array",
												"description": "List of diccionaries that hold the information of phone contact for passengers",
												"minItems": 1,
												"items": {
													"type": "object",
													"required": [
														"phone_detail"
													],
													"properties": {
														"city_location_code": {
															"type": "string",
															"description": "Airport location code for segment´s departure",
															"pattern": "([^A-Z]*)$",
															"minLength": 3,
															"maxLength": 4
														},
														"phone_detail": {
															"type": "string",
															"description": "Details of phone contact",
															"example": [
																"5411678656576"
															]
														},
														"contact_type": {
															"type": "string",
															"description": "Free description pet type of contact for passenger.",
															"pattern": "([^A-Z]*)$",
															"example": [
																"BUSINESS",
																"HOME",
																"DESTINATION",
																"EMERGENCY"
															]
														},
														"passenger_reference_order_association": {
															"type": "number",
															"description": "Association to order of passenger into the passenger_information",
															"example": [
																1
															]
														}
													}
												}
											},
											"contact_phone_list": {
												"type": "array",
												"description": "Contact phone detail for a passenger",
												"minItems": 1,
												"items": {
													"type": "object",
													"description": "Each dictionary insert a contact phone that could be associated to a passenger by order number.",
													"required": [
														"phone_country",
														"phone_detail"
													],
													"properties": {
														"phone_country": {
															"type": "string",
															"description": "ISO country code",
															"example": [
																"US",
																"USA"
															],
															"minLength": 2,
															"maxLength": 3
														},
														"phone_detail": {
															"type": "string",
															"description": "Detail of contact phone include country-code, area numer and phone number",
															"example": [
																"00155523459999"
															],
															"minLength": 1,
															"maxLength": 25
														},
														"additional_information": {
															"type": "string",
															"description": "Additional information to associated to the contact phone",
															"example": [
																"FROM 9AM to 17PM"
															]
														},
														"category": {
															"type": "string",
															"description": "Indicate the category type of the contact_phone like (business, home, mobil, etc)",
															"example": [
																"B",
																"H",
																"M"
															]
														},
														"passenger_association_order": {
															"type": "string",
															"description": "passenger order number who doc applies",
															"example": [
																"1"
															]
														}
													}
												}
											},
											"emergency_contact_list": {
												"type": "array",
												"description": "Emergency contact phone detail for a passenger",
												"minItems": 1,
												"items": {
													"type": "object",
													"description": "Each dictionary insert an emergency contact phone that could be associated to a passenger by order number.",
													"required": [
														"phone_country",
														"phone_detail",
														"contact_person"
													],
													"properties": {
														"phone_country": {
															"type": "string",
															"description": "ISO country code",
															"example": [
																"US",
																"USA"
															],
															"minLength": 2,
															"maxLength": 3
														},
														"phone_detail": {
															"type": "string",
															"description": "Detail of contact phone include country-code, area numer and phone number",
															"example": [
																"00155523459999"
															],
															"minLength": 1,
															"maxLength": 25
														},
														"contact_person": {
															"type": "string",
															"description": "Name of the contact person",
															"example": [
																"JOHN DOE"
															]
														},
														"person_affiliation": {
															"type": "string",
															"description": "Affiliation of the person to contact.",
															"example": [
																"MOTHER"
															]
														},
														"category": {
															"type": "string",
															"description": "Indicate the category type of the contact_phone like (business, home, mobil, etc)",
															"example": [
																"B",
																"H"
															]
														},
														"passenger_association_order": {
															"type": "string",
															"description": "passenger order number who doc applies",
															"example": [
																"1"
															]
														}
													}
												}
											},
											"email_list": {
												"type": "array",
												"description": "List of diccionaries that hold the information of email contact for passengers",
												"minItems": 1,
												"items": {
													"type": "object",
													"required": [
														"email_address"
													],
													"properties": {
														"email_address": {
															"type": "string",
															"format": "email",
															"description": "E-mail contact. Could be associated to specific passenger",
															"example": [
																"WEBSERVICES@KIUSYS.COM"
															]
														},
														"passenger_reference_order_association": {
															"type": "number",
															"description": "Association to order of passenger into the passenger_information",
															"example": [
																1
															]
														}
													}
												}
											},
											"mobile_list": {
												"type": "array",
												"description": "List of diccionaries that hold the information of mobile contact for passengers",
												"minItems": 1,
												"items": {
													"type": "object",
													"required": [
														"mobile_number",
														"language_code"
													],
													"properties": {
														"international_code": {
															"type": "string",
															"description": "Mobile internation code to access",
															"example": [
																"54",
																"534",
																"001"
															]
														},
														"area_code": {
															"type": "string",
															"description": "Country area code of mobile",
															"example": [
																"911"
															]
														},
														"mobile_number": {
															"type": "number",
															"description": "Number of mobile",
															"example": [
																"9876998769879"
															]
														},
														"language_code": {
															"type": "string",
															"description": "The language code that indicates the language in case of messages text",
															"example": [
																"EN",
																"ES"
															],
															"minLength": 2,
															"maxLength": 2,
															"pattern": "([^A-Z])*$"
														},
														"passenger_reference_order_association": {
															"type": "number",
															"description": "Association to order of passenger into the passenger_information",
															"example": [
																1
															]
														}
													}
												}
											},
											"address_information": {
												"type": "object",
												"description": "Contain the details of address and type of address to describe",
												"anyOf": [
													{
														"required": [
															"residence"
														]
													},
													{
														"required": [
															"destination"
														]
													}
												],
												"properties": {
													"residence": {
														"type": "object",
														"description": "Type of address residence",
														"required": [
															"street_address",
															"city",
															"state_province",
															"country",
															"postal_code"
														],
														"properties": {
															"street_address": {
																"type": "string",
																"description": "Detail of phisical address of passenger",
																"example": [
																	"144 COLLINS AV. FLOOR 2 B"
																]
															},
															"city": {
																"type": "string",
																"description": "City location of address",
																"example": [
																	"MIA",
																	"BUENOS AIRES"
																]
															},
															"state_province": {
																"type": "string",
																"description": "Description of the state or province of address",
																"example": [
																	"FL",
																	"FLORIDA"
																]
															},
															"country": {
																"type": "string",
																"description": "Country of residence",
																"example": [
																	"US",
																	"UNITED STATES"
																]
															},
															"postal_code": {
																"type": "string",
																"description": "ZIP or postal code of address",
																"example": [
																	"FL676876"
																]
															},
															"passenger_reference_order_association": {
																"type": "number",
																"description": "Association to order of passenger into the passenger_information",
																"example": [
																	1
																]
															}
														}
													},
													"destination": {
														"type": "object",
														"description": "Type of address residence",
														"required": [
															"street_address",
															"city",
															"state_province",
															"country",
															"postal_code"
														],
														"properties": {
															"street_address": {
																"type": "string",
																"description": "Detail of phisical address of passenger",
																"example": [
																	"144 COLLINS AV. FLOOR 2 B"
																]
															},
															"city": {
																"type": "string",
																"description": "City location of address",
																"example": [
																	"BUE",
																	"BUENOS AIRES"
																]
															},
															"state_province": {
																"type": "string",
																"description": "Description of the state or province of address",
																"example": [
																	"FL",
																	"FLORIDA"
																]
															},
															"country": {
																"type": "string",
																"description": "Country of residence",
																"example": [
																	"US",
																	"UNITED STATES"
																]
															},
															"postal_code": {
																"type": "string",
																"description": "ZIP or postal code of address",
																"example": [
																	"FL676876"
																]
															},
															"passenger_reference_order_association": {
																"type": "number",
																"description": "Association to order of passenger into the passenger_information",
																"example": [
																	1
																]
															}
														}
													}
												}
											}
										}
									},
									"time_limits_criteria": {
										"type": "object",
										"description": "Description of time limits criteria",
										"anyOf": [
											{
												"required": [
													"booking_ticket_time_limit"
												]
											}
										],
										"properties": {
											"booking_ticket_time_limit": {
												"type": "object",
												"description": "Reservation time limit",
												"oneOf": [
													{
														"required": [
															"instant_purchase"
														]
													},
													{
														"required": [
															"uncheck_timelimits_rules"
														]
													},
													{
														"required": [
															"ticket_ok"
														]
													},
													{
														"required": [
															"auto_cancel"
														]
													}
												],
												"properties": {
													"instant_purchase": {
														"type": "boolean",
														"description": "Enable only 10 minutes of booking live to process only ticketing",
														"default": false
													},
													"uncheck_timelimits_rules": {
														"type": "boolean",
														"description": "Allow user to enter reservation time limit without checking the rules",
														"default": false
													},
													"ticket_ok": {
														"type": "boolean",
														"description": "It allows user to enter manual ticket instead time limit",
														"default": false
													},
													"auto_cancel": {
														"type": "boolean",
														"description": "Allow user to enter reservation time limit and cancel reservation automatically at time of expiration set",
														"default": false
													},
													"manual": {
														"type": "object",
														"description": "It allows user to enter the time limit manually",
														"required": [
															"date",
															"time"
														],
														"properties": {
															"date": {
																"type": "string",
																"format": "date",
																"description": "Date of expiration (YYYY-MM-DD)",
																"example": [
																	"2019-11-30"
																]
															},
															"time": {
																"type": "string",
																"description": "Departure time of segment express on integear",
																"example": [
																	"1800"
																],
																"minLength": 4,
																"maxLength": 4,
																"pattern": "(^[0-9]*)$"
															},
															"city": {
																"type": "string",
																"description": "City location for LocalTime",
																"example": [
																	"BUE"
																],
																"minLength": 3,
																"maxLength": 3,
																"pattern": "(^[A-Z]*)$"
															}
														}
													},
													"creation_date": {
														"type": "object",
														"required": [
															"time_quantity"
														],
														"properties": {
															"days": {
																"type": "boolean",
																"description": "Enable to express time in days in change of the default hours",
																"default": "false"
															},
															"time_quantity": {
																"type": "number",
																"description": "Quantity of time to add from creation date",
																"example": [
																	2
																]
															}
														}
													}
												}
											}
										}
									},
									"services_list": {
										"type": "array",
										"description": "It allows user to request special service information to process on reservation",
										"minItems": 1,
										"items": {
											"type": "object",
											"minItems": 1,
											"properties": {
												"order": {
													"type": "number",
													"description": "Order of process",
													"example": [
														1
													]
												},
												"passenger_reference_order_association": {
													"type": "number",
													"description": "Association of passenger of passenger_information.",
													"example": [
														1
													]
												},
												"flight_itinerary_order_association": {
													"type": "array",
													"description": "Association to segments of air_itinerary_information",
													"items": {
														"type": "string"
													},
													"example": [
														1
													]
												},
												"booking_instructions": {
													"type": "object",
													"required": [
														"type",
														"code"
													],
													"properties": {
														"ancillary_service_reference_key": {
															"type": "string",
															"description": "Code of service to book",
															"example": [
																"C0CC"
															],
															"minLength": 4
														},
														"type": {
															"type": "string",
															"description": "Type of service to book. SSR/SEAT",
															"example": [
																"SSR"
															],
															"default": "SSR"
														},
														"code": {
															"type": "string",
															"description": "Service code of 4 alphabetic chars that designate the service",
															"example": [
																"PBGF"
															],
															"pattern": "(^[A-Za-z.-]*)$",
															"minLength": 4,
															"maxLength": 4
														},
														"service_carrier_owner": {
															"type": "string",
															"default": "",
															"example": [
																"XX"
															]
														},
														"service_name": {
															"type": "string",
															"description": "Marketing name of service.",
															"example": [
																"PREPAID 1ST ADDITIONAL BAGGAGE"
															]
														}
													}
												},
												"service_quantity": {
													"type": "integer",
													"description": "Quantity of service to request.",
													"example": [
														1
													]
												},
												"service_free_text": {
													"type": "string",
													"description": "Additional information of service or this is used for Special services with proform of data. (Ex: INFT)",
													"example": [
														"NIZETICH/JULIETA PIPPA 12JAN19"
													]
												}
											},
											"required": [
												"order",
												"passenger_reference_order_association",
												"booking_instructions"
											]
										}
									},
									"security_information_list": {
										"type": "object",
										"description": "This object allows user to enter security information of passengers",
										"minProperties": 1,
										"properties": {
											"travel_document": {
												"type": "array",
												"description": "It allows user to add travel DOCS for a passenger and segment",
												"items": {
													"type": "object",
													"properties": {
														"carrier": {
															"type": "string",
															"description": "Carrier code that will received the ssr information",
															"example": [
																"XX"
															],
															"minLength": 2,
															"maxLength": 2,
															"pattern": "([^A-Z0-9]*)$"
														},
														"document_type": {
															"type": "string",
															"description": "Document type code for travel docs",
															"enum": [
																"F",
																"A",
																"C",
																"I",
																"IP",
																"P"
															],
															"example": [
																"P"
															]
														},
														"document_id": {
															"type": "string",
															"description": "ID of document.",
															"example": [
																"234232334US"
															]
														},
														"issue_country": {
															"type": "string",
															"description": "Country code of document´s issued",
															"example": [
																"US"
															],
															"pattern": "([^A-Z])*$",
															"minLength": 2,
															"maxLength": 2
														},
														"nationality": {
															"type": "string",
															"description": "Country code of passenger´s place of birth",
															"example": [
																"US"
															],
															"pattern": "(^[A-Z]*)$",
															"minLength": 2,
															"maxLength": 2
														},
														"date_of_birth": {
															"type": "string",
															"description": "Passenger´s date of birth on DDMMMYY format",
															"example": [
																"30OCT80"
															]
														},
														"gender": {
															"type": "string",
															"description": "Gender of passenger from a list of value.",
															"enum": [
																"F",
																"M",
																"FI",
																"MI",
																"U"
															],
															"example": [
																"M"
															]
														},
														"expiration_date": {
															"type": "string",
															"description": "Document´s date of expiration on DDMMMYY format",
															"example": [
																"30OCT21"
															]
														},
														"surname": {
															"type": "string",
															"description": "Passegner last name",
															"example": [
																"PEREZ"
															],
															"pattern": "([^A-Z]*)$"
														},
														"name": {
															"type": "string",
															"description": "Passenger names",
															"example": [
																"JUAN JOSE"
															],
															"pattern": "([^A-Z]*)$"
														},
														"middle_name": {
															"type": "string",
															"description": "Passenger middle name",
															"example": [
																"JUAN JOSE"
															],
															"pattern": "([^A-Z]*)$"
														},
														"passenger_association_order": {
															"type": "string",
															"description": "passenger order number who doc applies",
															"example": [
																"1"
															]
														}
													}
												},
												"required": [
													"carrier",
													"document_type",
													"document_id",
													"issue_country",
													"nationality",
													"date_of_birth",
													"gender",
													"expiration_date",
													"surname",
													"name"
												],
												"additionalProperties": false
											},
											"date_of_birth": {
												"type": "array",
												"description": "Add travel DOCS DOB for passenger",
												"items": {
													"type": "object",
													"required": [
														"carrier",
														"quantity",
														"date_of_birth",
														"gender",
														"surname",
														"names"
													],
													"properties": {
														"carrier": {
															"type": "string",
															"description": "Carrier code that will received the ssr information",
															"example": [
																"XX"
															],
															"minLength": 2,
															"maxLength": 2,
															"pattern": "([^A-Z0-9]*)$"
														},
														"quantity": {
															"type": "number",
															"description": "It allows to enter only one dob per passenger",
															"default": 1,
															"enum": [
																1
															]
														},
														"date_of_birth": {
															"type": "string",
															"description": "Passenger´s date of birth on DDMMMYY format",
															"example": [
																"30OCT80"
															]
														},
														"gender": {
															"type": "string",
															"description": "Gender of passenger from a list of value.",
															"enum": [
																"F",
																"M",
																"FI",
																"MI",
																"U"
															]
														},
														"surname": {
															"type": "string",
															"description": "Passegner last name",
															"example": [
																"PEREZ"
															],
															"pattern": "([^A-Z]*)$"
														},
														"names": {
															"type": "string",
															"description": "Passenger names",
															"example": [
																"JUAN JOSE"
															],
															"pattern": "([^A-Z]*)$"
														}
													},
													"additionalProperties": false
												}
											},
											"residence_information": {
												"type": "array",
												"description": "Allow user to declare de DOCA",
												"items": {
													"type": "object",
													"properties": {
														"carrier": {
															"type": "string",
															"description": "Carrier code that will received the ssr information",
															"example": [
																"XX"
															],
															"minLength": 2,
															"maxLength": 2,
															"pattern": "([^A-Z0-9]*)$"
														},
														"address_type": {
															"type": "string",
															"description": "Type of address",
															"enum": [
																"R",
																"D"
															],
															"default": true
														},
														"country": {
															"type": "string",
															"description": "Country code of document´s issue",
															"example": [
																"US"
															],
															"pattern": "(^[A-Z]*)$",
															"minLength": 2,
															"maxLength": 2
														},
														"address_detail": {
															"type": "string",
															"description": "Detail of the address of passenger",
															"example": [
																"1445 COLLINS AV"
															]
														},
														"city": {
															"type": "string",
															"description": "City location of address",
															"example": [
																"BUE",
																"BUENOS AIRES"
															]
														},
														"state_province_country": {
															"type": "string",
															"description": "Enter the state or province or country",
															"example": [
																"MIAMI",
																"FL",
																"US",
																"FLORIDA",
																"UNITED STATES"
															]
														},
														"postal_code": {
															"type": "string",
															"description": "ZIP or postal code of address",
															"example": [
																"FL676876"
															]
														},
														"infant_indicator": {
															"type": "boolean",
															"description": "Enable the infant passenger indicator",
															"default": false,
															"example": [
																false
															]
														},
														"segment_association_list": {
															"type": "array",
															"description": "segments where the docs will apply",
															"minItems": 1,
															"items": {
																"type": "number",
																"example": [
																	1
																]
															}
														},
														"passenger_association_order": {
															"type": "string",
															"description": "passenger order number who doc applies",
															"minItems": 1,
															"items": {
																"type": "number",
																"example": [
																	1
																]
															}
														}
													},
													"required": [
														"carrier",
														"address_type",
														"country",
														"address_detail",
														"city",
														"state_province_country",
														"postal_code"
													],
													"additionalProperties": false
												}
											},
											"visa_information": {
												"type": "array",
												"description": "Enter SSR DOCO for VISA purposes",
												"items": {
													"type": "object",
													"properties": {
														"carrier": {
															"type": "string",
															"description": "Carrier code that will received the ssr information",
															"example": [
																"XX"
															],
															"minLength": 2,
															"maxLength": 2,
															"pattern": "(^[A-Z0-9]*)$"
														},
														"document_type": {
															"type": "string",
															"description": "VISA DOCUMENT TYPE",
															"default": "V"
														},
														"place_of_birth": {
															"type": "string",
															"description": "Country code of place of birth",
															"example": [
																"US"
															],
															"pattern": "(^[A-Z]*)$",
															"minLength": 2,
															"maxLength": 2
														},
														"visa_number": {
															"type": "string",
															"description": "ID of visa.",
															"example": [
																"234232334US"
															]
														},
														"place_of_issue": {
															"type": "string",
															"description": "Country code of issue visa",
															"example": [
																"US"
															],
															"pattern": "(^[A-Z]*)$",
															"minLength": 2,
															"maxLength": 2
														},
														"date_of_issue": {
															"type": "string",
															"description": "issue date of the visa on DDMMMYY format",
															"example": [
																"30OCT80"
															]
														},
														"applicable_country": {
															"type": "string",
															"description": "Country code of applicable VISA",
															"example": [
																"US"
															],
															"pattern": "(^[A-Z]*)$",
															"minLength": 2,
															"maxLength": 2
														},
														"infant_indicator": {
															"type": "boolean",
															"description": "Enable the infant passenger indicator",
															"default": false,
															"example": [
																false
															]
														},
														"passenger_association_order": {
															"type": "string",
															"description": "Association to order of passenger into the passenger_information",
															"example": [
																"1"
															]
														}
													}
												},
												"required": [
													"carrier",
													"place_of_birth",
													"visa_number",
													"place_of_issue",
													"date_of_issue",
													"applicable_country"
												]
											},
											"redress_information": {
												"type": "array",
												"description": "Enter DOCO with redress information",
												"items": {
													"type": "object",
													"properties": {
														"carrier": {
															"type": "string",
															"description": "Carrier code that will received the ssr information",
															"example": [
																"XX"
															],
															"minLength": 2,
															"maxLength": 2,
															"pattern": "(^[A-Z0-9]*)$"
														},
														"document_type": {
															"type": "string",
															"description": "Redress number indicator",
															"default": "R",
															"enum": [
																"R"
															]
														},
														"redress_number": {
															"type": "string",
															"description": "ID of redress.",
															"example": [
																"28799999877"
															]
														},
														"segment_association_list": {
															"type": "array",
															"description": "segments where the docs will apply",
															"minItems": 1,
															"items": {
																"type": "number",
																"example": [
																	1
																]
															}
														},
														"passenger_association_order": {
															"type": "string",
															"description": "Association to order of passenger into the passenger_information",
															"minItems": 1,
															"items": {
																"type": "number",
																"example": [
																	"1"
																]
															}
														}
													},
													"required": [
														"carrier",
														"redress_number"
													],
													"additionalProperties": false
												}
											}
										}
									},
									"add_seats_list": {
										"type": "array",
										"items": {
											"type": "object",
											"description": "Each object refert to a seat for a passenger in a segment.",
											"required": [
												"passenger_order_number",
												"segment_order_number",
												"seat_location"
											],
											"properties": {
												"passenger_order_number": {
													"type": "number",
													"description": "passenger_order given on passenger_informtion object",
													"example": [
														1
													],
													"pattern": "^(.*)$"
												},
												"segment_order_number": {
													"type": "number",
													"description": "segment_order given on air_itinerary_information",
													"example": [
														1
													],
													"pattern": "^(.*)$"
												},
												"seat_location": {
													"type": "string",
													"description": "Seat location to request",
													"example": [
														"2A"
													],
													"pattern": "^(.*)$"
												}
											}
										}
									},
									"remarks_list": {
										"type": "array",
										"description": "List of remarks to enter into reservation",
										"items": {
											"type": "object",
											"properties": {
												"order": {
													"type": "number",
													"description": "order to process the remark",
													"minLength": 1,
													"maxLength": 3,
													"example": [
														1
													]
												},
												"remark_type": {
													"type": "string",
													"description": "Type of remark, it is used to display or process special remarks",
													"enum": [
														"I."
													]
												},
												"text": {
													"type": "string",
													"description": "Text of remark to process",
													"minLength": 1,
													"maxLength": 100,
													"example": [
														"REMARK TEST"
													]
												}
											},
											"required": [
												"text"
											]
										}
									},
									"add_external_record_locator": {
										"type": "object",
										"description": "This object allows user to enter only 1 external record-locator to associate to the reservation.",
										"required": [
											"touroperator_code",
											"external_record_locator"
										],
										"properties": {
											"touroperator_code": {
												"type": "string",
												"description": "The tour operator code assigned by kiu system",
												"example": [
													"A008"
												]
											},
											"external_record_locator": {
												"type": "string",
												"description": "Tour operator system record locator",
												"minLength": 5,
												"example": [
													"ABC123"
												]
											}
										}
									}
								}
							}
						}
					}
				},
				"responses": {
					"200": {
						"description": "The success case return the basice get_booking_information structure",
						"content": {
							"application/json": {
								"example": {
									"reservation_created": {
										"description": "Reservation created displays response with all the details.",
										"value": {
											"contacts_list": [
												{
													"contact_reference_key": "CT00XX202003807286728388000003",
													"description": " AEP5411 5622342342333-BUSINESS",
													"location_reference_id": "BUE_0",
													"order": 1,
													"type": "CONTACT"
												},
												{
													"contact_reference_key": "CT00XX202003807286728388000001",
													"description": "GNIZETICH@KIUSYS.COM",
													"order": 2,
													"type": "EMAIL"
												},
												{
													"contact_reference_key": "CT00XX202003807286728388000002",
													"description": "5491154862508/ES",
													"order": 3,
													"type": "MOBILE"
												}
											],
											"flights_origin_destination_information": {
												"OD00XX202003807286728388001001": {
													"arrival_information": {
														"change_day_indicator": 1,
														"date": "2020-04-22",
														"location_reference_id": "MIA_0",
														"time": "07:30"
													},
													"departure_information": {
														"date": "2020-04-21",
														"location_reference_id": "BUE_0",
														"time": "23:30"
													},
													"flight_segments_quantity": 1,
													"flight_segments_reference_keys": [
														"IT00XX202003807286728388000001"
													],
													"flights_origin_destination_reference_key": "OD00XX202003807286728388001001"
												}
											},
											"flights_segment_information": {
												"IT00XX202003807286728388000001": {
													"api_required": false,
													"arnk_indicator": false,
													"arrival_information": {
														"change_day_indicator": 1,
														"date": "2020-04-22",
														"day_of_week_name": "WEDNESDAY",
														"location_reference_id": "MIA_0",
														"time": "07:30"
													},
													"carrier_reference_id": "00XX_0",
													"departure_information": {
														"date": "2020-04-21",
														"day_of_week_name": "TUESDAY",
														"location_reference_id": "EZE_0",
														"time": "23:30"
													},
													"enable_prs": true,
													"equipment_reference_id": "DC9_0",
													"family_fare_reference_id": "ECONOMY-FLEX_00XX_0",
													"flight_elapsed_time": "09:00",
													"flight_number": "5050",
													"flight_segment_reference_key": "IT00XX202003807286728388000001",
													"flight_stops": 0,
													"flight_type": "INTERNATIONAL",
													"number_in_party": 2,
													"order": 1,
													"reservation_booking_designator": "Y",
													"reservation_cabin_designator_reference_id": "Y_00XX_0",
													"reservation_status_reference_id": "HK_0",
													"transaction_details": {
														"creation_date": "2020-03-31T12:25:34.137",
														"source": "AGENT"
													}
												}
											},
											"passengers_information": {
												"NM00XX202003807286728388000001": {
													"date_of_birth": "1973-10-30",
													"foid_information": {
														"FDN00XX202003807286728388000001": {
															"carrier_reference_id": "00YY_0",
															"foid_id": "8687687687",
															"foid_reference_key": "FDN00XX202003807286728388000001",
															"foid_type_reference_id": "NI_00XX_0",
															"passenger_reference_associated": "NM00XX202003807286728388000001"
														}
													},
													"infant_associated_indicator": true,
													"name": "GERARDO",
													"order": 1,
													"passenger_reference_key": "NM00XX202003807286728388000001",
													"passenger_type": "ADULT",
													"passenger_type_code_reference_id": "ADT_00XX_0",
													"surname": "NIZETICH"
												},
												"NM00XX202003807286728388000002": {
													"foid_information": {
														"FDN00XX202003807286728388000002": {
															"carrier_reference_id": "00YY_0",
															"foid_id": "23516458765",
															"foid_reference_key": "FDN00XX202003807286728388000002",
															"foid_type_reference_id": "PP_00XX_0",
															"passenger_reference_associated": "NM00XX202003807286728388000002"
														}
													},
													"name": "JULIETA PIPPA",
													"order": 2,
													"passenger_reference_associated": "NM00XX202003807286728388000001",
													"passenger_reference_key": "NM00XX202003807286728388000002",
													"passenger_type": "INFANT",
													"passenger_type_code_reference_id": "ADT_00XX_0",
													"surname": "NIZETICH"
												},
												"NM00XX202003807286728388000003": {
													"date_of_birth": "1980-10-30",
													"foid_information": {
														"FDN00XX202003807286728388000003": {
															"carrier_reference_id": "00YY_0",
															"foid_id": "8687687687",
															"foid_reference_key": "FDN00XX202003807286728388000003",
															"foid_type_reference_id": "NI_00XX_0",
															"passenger_reference_associated": "NM00XX202003807286728388000003"
														}
													},
													"infant_associated_indicator": false,
													"name": "JUAN PABLO",
													"order": 3,
													"passenger_reference_key": "NM00XX202003807286728388000003",
													"passenger_type": "CHILD",
													"passenger_type_code_reference_id": "ADT_00XX_0",
													"surname": "NIZETICH"
												}
											},
											"pricing_information": {
												"air_itinerary_quotations": [
													{
														"currency_conversion": [
															{
																"code": "BSR",
																"rate": 65.75
															}
														],
														"fare_calculation_mode_indicator": "0",
														"fare_calculation_pricing_indicator": "0",
														"mode": "AUTOMATIC",
														"pq_number": "10",
														"pricing_information": [
															"AIRLINE FORM OF PAYMENT FEES MAY APPLY",
															"PRICED WITH VALIDATING CARRIER  XX   "
														],
														"ptc_breakdown_information": {
															"ADT_00XX_0": {
																"ADULT": {
																	"coupons_list": [
																		{
																			"cabin_designator_reference_id": "Y_00XX_0",
																			"coupon_number": "1",
																			"family_fare_reference_id": "ECONOMY-FLEX_00XX_0",
																			"fare_basis": "YOW",
																			"fare_id": 506109,
																			"flight_segment_reference_associated": "",
																			"ticket_bagagge_allowance": "K25"
																		}
																	],
																	"fare_construction": "BUE XX MIA600.00NUC600.00END ROE1.000000",
																	"fare_construction_detail": [
																		{
																			"component_amount": "600.00",
																			"component_currency_id": "NUC_0",
																			"component_points_reference_id": "BUE_0-MIA_0",
																			"fare_component_id": 1,
																			"is_previous_surface": false,
																			"stop_over": "",
																			"surcharge": ""
																		}
																	],
																	"fare_type": "PUBLIC",
																	"fees_excepted": false,
																	"passenger_quantity": 1,
																	"passenger_type": "ADULT",
																	"passenger_type_code_reference_id": "ADT_00XX_0",
																	"ptc_breakdown": {
																		"base_fare": {
																			"amount": 600,
																			"currency_reference_id": "USD_0"
																		},
																		"equivalent_paid": {
																			"amount": 39450,
																			"currency_reference_id": "ARS_0"
																		},
																		"taxes_information": {
																			"amount": 21270.13,
																			"currency_reference_id": "ARS_0",
																			"taxes_list": [
																				{
																					"amount": 2761.5,
																					"collectable": true,
																					"currency_reference_id": "ARS_0",
																					"excepted": false,
																					"exchange_allowed": true,
																					"paid": false,
																					"quotation_mode": "AUTOMATIC",
																					"refund_allowed": true,
																					"tax_code": "AR",
																					"tax_code_name": "TICKET TAX"
																				},
																				{
																					"amount": 11835,
																					"collectable": true,
																					"currency_reference_id": "ARS_0",
																					"excepted": false,
																					"exchange_allowed": true,
																					"paid": false,
																					"quotation_mode": "AUTOMATIC",
																					"refund_allowed": true,
																					"tax_code": "O5",
																					"tax_code_name": "INCLUSIVE AND SOLIDARITY (PAIS) TAX"
																				},
																				{
																					"amount": 657.5,
																					"collectable": true,
																					"currency_reference_id": "ARS_0",
																					"excepted": false,
																					"exchange_allowed": true,
																					"paid": false,
																					"quotation_mode": "AUTOMATIC",
																					"refund_allowed": true,
																					"tax_code": "QO",
																					"tax_code_name": "AIRLINE FEE"
																				},
																				{
																					"amount": 657.5,
																					"collectable": true,
																					"currency_reference_id": "ARS_0",
																					"excepted": false,
																					"exchange_allowed": true,
																					"paid": false,
																					"quotation_mode": "AUTOMATIC",
																					"refund_allowed": true,
																					"tax_code": "TQ",
																					"tax_code_name": "AIRLINE FEE"
																				},
																				{
																					"amount": 986.25,
																					"collectable": true,
																					"currency_reference_id": "ARS_0",
																					"excepted": false,
																					"exchange_allowed": true,
																					"paid": false,
																					"quotation_mode": "AUTOMATIC",
																					"refund_allowed": true,
																					"tax_code": "US",
																					"tax_code_name": "AIRLINE FEE"
																				},
																				{
																					"amount": 328.75,
																					"collectable": true,
																					"currency_reference_id": "ARS_0",
																					"excepted": false,
																					"exchange_allowed": true,
																					"paid": false,
																					"quotation_mode": "AUTOMATIC",
																					"refund_allowed": true,
																					"tax_code": "XA",
																					"tax_code_name": "AIRLINE FEE"
																				},
																				{
																					"amount": 3221.75,
																					"collectable": true,
																					"currency_reference_id": "ARS_0",
																					"excepted": false,
																					"exchange_allowed": true,
																					"paid": false,
																					"quotation_mode": "AUTOMATIC",
																					"refund_allowed": true,
																					"tax_code": "XR",
																					"tax_code_name": "AIRLINE FEE"
																				},
																				{
																					"amount": 460.25,
																					"collectable": true,
																					"currency_reference_id": "ARS_0",
																					"excepted": false,
																					"exchange_allowed": true,
																					"paid": false,
																					"quotation_mode": "AUTOMATIC",
																					"refund_allowed": true,
																					"tax_code": "XY",
																					"tax_code_name": "AIRLINE FEE"
																				},
																				{
																					"amount": 361.63,
																					"collectable": true,
																					"currency_reference_id": "ARS_0",
																					"excepted": false,
																					"exchange_allowed": true,
																					"paid": false,
																					"quotation_mode": "AUTOMATIC",
																					"refund_allowed": true,
																					"tax_code": "YC",
																					"tax_code_name": "AIRLINE FEE"
																				}
																			]
																		},
																		"total": {
																			"amount": 60720.13,
																			"currency_reference_id": "ARS_0"
																		}
																	},
																	"ptc_breakdown_total": {
																		"passenger_quantity": 1,
																		"total": {
																			"amount": 60720.13,
																			"currency_reference_id": "ARS_0"
																		},
																		"total_base_fare": {
																			"amount": 600,
																			"currency_reference_id": "USD_0"
																		},
																		"total_equivalent_paid": {
																			"amount": 39450,
																			"currency_reference_id": "ARS_0"
																		},
																		"total_taxes": {
																			"amount": 21270.13,
																			"currency_reference_id": "ARS_0"
																		}
																	},
																	"taxes_excepted": false
																},
																"CHILD": {
																	"coupons_list": [
																		{
																			"cabin_designator_reference_id": "Y_00XX_0",
																			"coupon_number": "1",
																			"family_fare_reference_id": "ECONOMY-FLEX_00XX_0",
																			"fare_basis": "YOW/CH",
																			"fare_id": 506109,
																			"flight_segment_reference_associated": "",
																			"ticket_bagagge_allowance": "K25"
																		}
																	],
																	"fare_construction": "BUE XX MIA600.00NUC600.00END ROE1.000000",
																	"fare_construction_detail": [
																		{
																			"component_amount": "600.00",
																			"component_currency_id": "NUC_0",
																			"component_points_reference_id": "BUE_0-MIA_0",
																			"fare_component_id": 1,
																			"is_previous_surface": false,
																			"stop_over": "",
																			"surcharge": ""
																		}
																	],
																	"fare_type": "PUBLIC",
																	"fees_excepted": false,
																	"passenger_quantity": 1,
																	"passenger_type": "CHILD",
																	"passenger_type_code_reference_id": "ADT_00XX_0",
																	"ptc_breakdown": {
																		"base_fare": {
																			"amount": 600,
																			"currency_reference_id": "USD_0"
																		},
																		"equivalent_paid": {
																			"amount": 39450,
																			"currency_reference_id": "ARS_0"
																		},
																		"taxes_information": {
																			"amount": 21270.13,
																			"currency_reference_id": "ARS_0",
																			"taxes_list": [
																				{
																					"amount": 2761.5,
																					"collectable": true,
																					"currency_reference_id": "ARS_0",
																					"excepted": false,
																					"exchange_allowed": true,
																					"paid": false,
																					"quotation_mode": "AUTOMATIC",
																					"refund_allowed": true,
																					"tax_code": "AR",
																					"tax_code_name": "TICKET TAX"
																				},
																				{
																					"amount": 11835,
																					"collectable": true,
																					"currency_reference_id": "ARS_0",
																					"excepted": false,
																					"exchange_allowed": true,
																					"paid": false,
																					"quotation_mode": "AUTOMATIC",
																					"refund_allowed": true,
																					"tax_code": "O5",
																					"tax_code_name": "INCLUSIVE AND SOLIDARITY (PAIS) TAX"
																				},
																				{
																					"amount": 657.5,
																					"collectable": true,
																					"currency_reference_id": "ARS_0",
																					"excepted": false,
																					"exchange_allowed": true,
																					"paid": false,
																					"quotation_mode": "AUTOMATIC",
																					"refund_allowed": true,
																					"tax_code": "QO",
																					"tax_code_name": "AIRLINE FEE"
																				},
																				{
																					"amount": 657.5,
																					"collectable": true,
																					"currency_reference_id": "ARS_0",
																					"excepted": false,
																					"exchange_allowed": true,
																					"paid": false,
																					"quotation_mode": "AUTOMATIC",
																					"refund_allowed": true,
																					"tax_code": "TQ",
																					"tax_code_name": "AIRLINE FEE"
																				},
																				{
																					"amount": 986.25,
																					"collectable": true,
																					"currency_reference_id": "ARS_0",
																					"excepted": false,
																					"exchange_allowed": true,
																					"paid": false,
																					"quotation_mode": "AUTOMATIC",
																					"refund_allowed": true,
																					"tax_code": "US",
																					"tax_code_name": "AIRLINE FEE"
																				},
																				{
																					"amount": 328.75,
																					"collectable": true,
																					"currency_reference_id": "ARS_0",
																					"excepted": false,
																					"exchange_allowed": true,
																					"paid": false,
																					"quotation_mode": "AUTOMATIC",
																					"refund_allowed": true,
																					"tax_code": "XA",
																					"tax_code_name": "AIRLINE FEE"
																				},
																				{
																					"amount": 3221.75,
																					"collectable": true,
																					"currency_reference_id": "ARS_0",
																					"excepted": false,
																					"exchange_allowed": true,
																					"paid": false,
																					"quotation_mode": "AUTOMATIC",
																					"refund_allowed": true,
																					"tax_code": "XR",
																					"tax_code_name": "AIRLINE FEE"
																				},
																				{
																					"amount": 460.25,
																					"collectable": true,
																					"currency_reference_id": "ARS_0",
																					"excepted": false,
																					"exchange_allowed": true,
																					"paid": false,
																					"quotation_mode": "AUTOMATIC",
																					"refund_allowed": true,
																					"tax_code": "XY",
																					"tax_code_name": "AIRLINE FEE"
																				},
																				{
																					"amount": 361.63,
																					"collectable": true,
																					"currency_reference_id": "ARS_0",
																					"excepted": false,
																					"exchange_allowed": true,
																					"paid": false,
																					"quotation_mode": "AUTOMATIC",
																					"refund_allowed": true,
																					"tax_code": "YC",
																					"tax_code_name": "AIRLINE FEE"
																				}
																			]
																		},
																		"total": {
																			"amount": 60720.13,
																			"currency_reference_id": "ARS_0"
																		}
																	},
																	"ptc_breakdown_total": {
																		"passenger_quantity": 1,
																		"total": {
																			"amount": 60720.13,
																			"currency_reference_id": "ARS_0"
																		},
																		"total_base_fare": {
																			"amount": 600,
																			"currency_reference_id": "USD_0"
																		},
																		"total_equivalent_paid": {
																			"amount": 39450,
																			"currency_reference_id": "ARS_0"
																		},
																		"total_taxes": {
																			"amount": 21270.13,
																			"currency_reference_id": "ARS_0"
																		}
																	},
																	"taxes_excepted": false
																},
																"INFANT": {
																	"coupons_list": [
																		{
																			"cabin_designator_reference_id": "Y_00XX_0",
																			"coupon_number": "1",
																			"family_fare_reference_id": "ECONOMY-FLEX_00XX_0",
																			"fare_basis": "YOW/IN",
																			"fare_id": 506109,
																			"flight_segment_reference_associated": "",
																			"ticket_bagagge_allowance": "X0"
																		}
																	],
																	"fare_construction": "BUE XX MIA600.00NUC600.00END ROE1.000000",
																	"fare_construction_detail": [
																		{
																			"component_amount": "600.00",
																			"component_currency_id": "NUC_0",
																			"component_points_reference_id": "BUE_0-MIA_0",
																			"fare_component_id": 1,
																			"is_previous_surface": false,
																			"stop_over": "",
																			"surcharge": ""
																		}
																	],
																	"fare_type": "PUBLIC",
																	"fees_excepted": false,
																	"passenger_quantity": 1,
																	"passenger_type": "INFANT",
																	"passenger_type_code_reference_id": "ADT_00XX_0",
																	"ptc_breakdown": {
																		"base_fare": {
																			"amount": 600,
																			"currency_reference_id": "USD_0"
																		},
																		"equivalent_paid": {
																			"amount": 39450,
																			"currency_reference_id": "ARS_0"
																		},
																		"taxes_information": {
																			"amount": 16733.38,
																			"currency_reference_id": "ARS_0",
																			"taxes_list": [
																				{
																					"amount": 2761.5,
																					"collectable": true,
																					"currency_reference_id": "ARS_0",
																					"excepted": false,
																					"exchange_allowed": true,
																					"paid": false,
																					"quotation_mode": "AUTOMATIC",
																					"refund_allowed": true,
																					"tax_code": "AR",
																					"tax_code_name": "TICKET TAX"
																				},
																				{
																					"amount": 11835,
																					"collectable": true,
																					"currency_reference_id": "ARS_0",
																					"excepted": false,
																					"exchange_allowed": true,
																					"paid": false,
																					"quotation_mode": "AUTOMATIC",
																					"refund_allowed": true,
																					"tax_code": "O5",
																					"tax_code_name": "INCLUSIVE AND SOLIDARITY (PAIS) TAX"
																				},
																				{
																					"amount": 986.25,
																					"collectable": true,
																					"currency_reference_id": "ARS_0",
																					"excepted": false,
																					"exchange_allowed": true,
																					"paid": false,
																					"quotation_mode": "AUTOMATIC",
																					"refund_allowed": true,
																					"tax_code": "US",
																					"tax_code_name": "AIRLINE FEE"
																				},
																				{
																					"amount": 328.75,
																					"collectable": true,
																					"currency_reference_id": "ARS_0",
																					"excepted": false,
																					"exchange_allowed": true,
																					"paid": false,
																					"quotation_mode": "AUTOMATIC",
																					"refund_allowed": true,
																					"tax_code": "XA",
																					"tax_code_name": "AIRLINE FEE"
																				},
																				{
																					"amount": 460.25,
																					"collectable": true,
																					"currency_reference_id": "ARS_0",
																					"excepted": false,
																					"exchange_allowed": true,
																					"paid": false,
																					"quotation_mode": "AUTOMATIC",
																					"refund_allowed": true,
																					"tax_code": "XY",
																					"tax_code_name": "AIRLINE FEE"
																				},
																				{
																					"amount": 361.63,
																					"collectable": true,
																					"currency_reference_id": "ARS_0",
																					"excepted": false,
																					"exchange_allowed": true,
																					"paid": false,
																					"quotation_mode": "AUTOMATIC",
																					"refund_allowed": true,
																					"tax_code": "YC",
																					"tax_code_name": "AIRLINE FEE"
																				}
																			]
																		},
																		"total": {
																			"amount": 56183.38,
																			"currency_reference_id": "ARS_0"
																		}
																	},
																	"ptc_breakdown_total": {
																		"passenger_quantity": 1,
																		"total": {
																			"amount": 56183.38,
																			"currency_reference_id": "ARS_0"
																		},
																		"total_base_fare": {
																			"amount": 600,
																			"currency_reference_id": "USD_0"
																		},
																		"total_equivalent_paid": {
																			"amount": 39450,
																			"currency_reference_id": "ARS_0"
																		},
																		"total_taxes": {
																			"amount": 16733.38,
																			"currency_reference_id": "ARS_0"
																		}
																	},
																	"taxes_excepted": false
																},
																"passenger_type_code_reference_id": "ADT_00XX_0",
																"pq_number": "10"
															}
														},
														"quotation_grand_total": {
															"total": {
																"amount": 177623.64,
																"currency_reference_id": "ARS_0"
															},
															"total_base_fare": {
																"amount": 1800,
																"currency_reference_id": "USD_0"
															},
															"total_equivalent_paid": {
																"amount": 118350,
																"currency_reference_id": "ARS_0"
															},
															"total_taxes": {
																"amount": 59273.64,
																"currency_reference_id": "ARS_0"
															}
														},
														"transaction_detail": {
															"creation_date": "2020-03-31T12:25:35.280",
															"point_of_sale": {
																"agent_id": "AEP00XXSM",
																"country": "AR",
																"kiu_device_id": "AEP00XX817",
																"office_issue_code": "AR-08411-0",
																"sale_channel": "AIR",
																"user": "00XX"
															},
															"source": "AGENT"
														}
													}
												]
											},
											"record_locator_information": {
												"RP": {
													"description": "LINEAS AEREAS XX",
													"office_id": "AEP00XX8"
												},
												"ancillary_quotation_automatic_stored": false,
												"ancillary_quotation_manual_stored": false,
												"itinerary_quotation_automatic_stored": true,
												"itinerary_quotation_manual_stored": false,
												"pnr_group": false,
												"pnr_has_passenger_advice_code": false,
												"record_locator": "PHVHSX",
												"record_locator_key": "RP00XX202003807286728388000000",
												"record_locator_version": "2020-03-31T12:25:35.870",
												"transaction_detail": {
													"creation_date": "2020-03-31T12:26:00",
													"creation_local_datetime": "2020-03-31T09:26:00",
													"creation_location_reference_id": "AEP_0",
													"last_modification_date": "2020-03-31T12:25:35.870",
													"point_of_sale": {
														"agent_id": "AEP00XXSM",
														"country": "AR",
														"kiu_device_id": "AEP00XX817",
														"office_issue_code": "AR-08411-0",
														"sale_channel": "AIR",
														"user": "00XX"
													},
													"source": "AGENT"
												}
											},
											"record_locator_version_information": {
												"record_locator": "PHVHSX",
												"record_locator_version": "2020-03-31T12:25:35.870Z"
											},
											"special_services_list": [
												{
													"apply_all_passengers": false,
													"carrier_reference_id": "00XX_0",
													"chargeable": false,
													"flight_segment_reference_key": "IT00XX202003807286728388000001",
													"order": 1,
													"passenger_reference_keys": [
														"NM00XX202003807286728388000001"
													],
													"processed": true,
													"quantity": 1,
													"reservation_status_reference_id": "HK_0",
													"service_group_reference_id": "ZZ_00XX_0",
													"service_reference_id": "INFT_0",
													"service_text": "NIZETICH/JULIETA PIPPA 12JAN19",
													"special_service_reference_key": "SR00XX202003807286728388000001",
													"transaction_details": {
														"creation_date": "2020-03-31T12:25:35.540",
														"source": "AGENT"
													}
												},
												{
													"apply_all_passengers": false,
													"carrier_reference_id": "00XX_0",
													"chargeable": true,
													"flight_segment_reference_key": "IT00XX202003807286728388000001",
													"order": 1,
													"passenger_reference_keys": [
														"NM00XX202003807286728388000001"
													],
													"processed": true,
													"quantity": 1,
													"reservation_status_reference_id": "HK_0",
													"service_group_reference_id": "ZZ_00XX_0",
													"service_reference_id": "XBAG_0",
													"special_service_reference_key": "SR00XX202003807286728388000002",
													"time_limit": {
														"auto_cancel": true,
														"local_datetime": "2020-04-03T09:25:00",
														"location_reference_id": "AEP_0"
													},
													"transaction_details": {
														"creation_date": "2020-03-31T12:25:35.647",
														"source": "AGENT"
													}
												}
											],
											"success": true,
											"ticket_times_limit": [
												{
													"auto_cancel": true,
													"local_datetime": "2020-04-20T18:00:00",
													"location_reference_id": "SEZ_0",
													"robot_limit_except": false,
													"transaction_details": {
														"creation_date": "2020-03-31T12:25:36.100",
														"source": "AGENT"
													}
												}
											]
										}
									}
								},
								"schema": {
									"type": "object",
									"properties": {
										"contacts_list": {
											"type": "array",
											"description": "List of object that holds the details of each contact on PNR.",
											"items": {
												"type": "object",
												"properties": {
													"contact_reference_key": {
														"$ref": "#/components/schemas/contact_reference_key"
													},
													"description": {
														"type": "string",
														"description": "Detail of contact.",
														"example": "54114998888-ETC"
													},
													"location_reference_id": {
														"$ref": "#/components/schemas/location_reference_id"
													},
													"order": {
														"type": "number",
														"description": "Order of the contact into the list of contact in PNR.",
														"example": [
															1
														]
													},
													"type": {
														"type": "string",
														"description": "Type of contact",
														"example": "CONTACT"
													}
												}
											}
										},
										"flight_origin_destination_information": {
											"$ref": "#/components/schemas/flights_origin_destination_information"
										},
										"flights_segment_information": {
											"$ref": "#/components/schemas/flights_segment_information"
										},
										"passenger_information": {
											"$ref": "#/components/schemas/passenger_information"
										},
										"pricing_information": {
											"$ref": "#/components/schemas/pricing_information",
											"description": "Reservation´s priced retain."
										},
										"record_locator_information": {
											"$ref": "#/components/schemas/record_locator_information"
										},
										"record_locator_version_information": {
											"$ref": "#/components/schemas/record_locator_version_information"
										},
										"seats_list": {
											"$ref": "#/components/schemas/seats_list"
										},
										"special_services_list": {
											"$ref": "#/components/schemas/special_services_list"
										},
										"ticket_times_limit": {
											"$ref": "#/components/schemas/ticket_times_limit"
										}
									}
								}
							}
						}
					},
					"400": {
						"description": "Error received by KIU-API",
						"content": {
							"application/json": {
								"example": {
									"invalid_access": {
										"description": "User is pointing with invalid point_of_sale.",
										"value": {
											"exception": "InvalidAccessException",
											"extended": {
												"error_additional_information": "INVALID ACCESS",
												"error_number": "999999"
											},
											"layer": "6",
											"message": "INVALID ACCESS"
										}
									}
								},
								"schema": {
									"type": "object",
									"properties": {
										"exception": {
											"type": "string",
											"description": "Exception name that origin the error",
											"example": "InvalidAccessException"
										},
										"extended": {
											"type": "object",
											"properties": {
												"error_additional_information": {
													"type": "string",
													"description": "Message associated to error on preference user language",
													"example": "INVALID ACCESS"
												},
												"error_number": {
													"type": "string",
													"description": "Unique id number that identifies the error",
													"example": "9999"
												}
											},
											"description": "extend information related error"
										},
										"layer": {
											"type": "number",
											"description": "Level that generate the error. This is recommended to inform in case to consult support",
											"example": [
												2
											]
										},
										"message": {
											"type": "string",
											"description": "Exception associated text",
											"example": "Service unavailable."
										}
									}
								}
							}
						}
					}
				},
				"deprecated": false
			}
		},
		"/air/ancillaries/offer_list": {
			"post": {
				"tags": [
					"v1.0.0"
				],
				"summary": "offer_list",
				"description": "This method allows user to get the list of extra services offer based on origin-destination and date without reservation.",
				"parameters": [
					{
						"$ref": "#/components/parameters/Content-Type"
					},
					{
						"$ref": "#/components/parameters/KIU-API-Token"
					}
				],
				"requestBody": {
					"content": {
						"application/json": {
							"example": {
								"full_content_request": {
									"description": "Full content from itinerary request.",
									"value": [
										{
											"point_of_sale": {
												"user": "XX",
												"kiu_device_id": "AEP00XX817",
												"agent_id": "AEP00XXSM",
												"country": "AR"
											},
											"departure_location_1": "EZE",
											"arrival_location_1": "MIA",
											"departure_date_1": "20DEC",
											"departure_location_2": "MIA",
											"arrival_location_2": "EZE",
											"departure_date_2": "22DEC"
										}
									]
								}
							},
							"schema": {
								"type": "object",
								"title": "offer_list_request",
								"required": [
									"point_of_sale",
									"departure_location_1",
									"arrival_location_1",
									"departure_date_1"
								],
								"properties": {
									"point_of_sale": {
										"$ref": "#/components/schemas/point_of_sale"
									},
									"departure_location_1": {
										"type": "string",
										"description": "Departure location code.",
										"minLength": 3,
										"maxLength": 3,
										"pattern": "([^A-Z]*)",
										"example": [
											"EZE"
										]
									},
									"arrival_location_1": {
										"type": "string",
										"description": "Departure location code.",
										"minLength": 3,
										"maxLength": 3,
										"pattern": "([^A-Z]*)",
										"example": [
											"MIA"
										]
									},
									"departure_date_1": {
										"type": "string",
										"description": "Date of departure from point of origin. It must be on industry format DDMMM",
										"example": [
											"18DEC"
										]
									},
									"departure_location_2": {
										"type": "string",
										"description": "Departure location code.",
										"minLength": 3,
										"maxLength": 3,
										"pattern": "([^A-Z]*)",
										"example": [
											"EZE"
										]
									},
									"arrival_location_2": {
										"type": "string",
										"description": "Departure location code.",
										"minLength": 3,
										"maxLength": 3,
										"pattern": "([^A-Z]*)",
										"example": [
											"MIA"
										]
									},
									"departure_date_2": {
										"type": "string",
										"description": "Date of departure from point of origin. It must be on industry format DDMMM",
										"example": [
											"18DEC"
										]
									},
									"departure_location_3": {
										"type": "string",
										"description": "Departure location code.",
										"minLength": 3,
										"maxLength": 3,
										"pattern": "([^A-Z]*)",
										"example": [
											"EZE"
										]
									},
									"arrival_location_3": {
										"type": "string",
										"description": "Departure location code.",
										"minLength": 3,
										"maxLength": 3,
										"pattern": "([^A-Z]*)",
										"example": [
											"MIA"
										]
									},
									"departure_date_3": {
										"type": "string",
										"description": "Date of departure from point of origin. It must be on industry format DDMMM",
										"example": [
											"18DEC"
										]
									},
									"departure_location_4": {
										"type": "string",
										"description": "Departure location code.",
										"minLength": 3,
										"maxLength": 3,
										"pattern": "([^A-Z]*)",
										"example": [
											"EZE"
										]
									},
									"arrival_location_4": {
										"type": "string",
										"description": "Departure location code.",
										"minLength": 3,
										"maxLength": 3,
										"pattern": "([^A-Z]*)",
										"example": [
											"MIA"
										]
									},
									"departure_date_4": {
										"type": "string",
										"description": "Date of departure from point of origin. It must be on industry format DDMMM",
										"example": [
											"18DEC"
										]
									},
									"passenger_type_code": {
										"type": "string",
										"description": "The code of the passenger type.",
										"minLength": 3,
										"maxLength": 3,
										"pattern": "([^A-Z]{3}*)",
										"example": [
											"ADT"
										]
									},
									"carrier": {
										"type": "string",
										"description": "Carrier owner.",
										"minLength": 2,
										"maxLength": 2,
										"pattern": "([^A-Z1-9]*)",
										"example": [
											"XX"
										]
									},
									"group_code": {
										"type": "array",
										"description": "List of group_codes to filter and obtain only the servicis applied for each group requestd.",
										"example": [
											"BG"
										]
									}
								}
							}
						}
					}
				},
				"responses": {
					"200": {
						"description": "Success",
						"content": {
							"application/json": {
								"example": {
									"full_content": {
										"description": "The full content of extra services prices for an itinerary.",
										"value": {
											"segments": [
												{
													"arrival_airport": "TIA",
													"departure_airport": "MXP",
													"departure_date": "2020-12-20",
													"marketing_carrier": "BV",
													"price_parameters": {
														"decimal_places": "2",
														"display_currency_code": "EUR",
														"price_currency_code": "EUR",
														"price_quote_date": "2020-11-04",
														"ticketing_country_code": "IT"
													},
													"segment_number": "1",
													"service_families": [
														{
															"family_code": "AS",
															"family_name": "AIRPORT SERVICES",
															"family_order": "1",
															"item_offers": [
																{
																	"ancillary_name": "UNACCOMPANIED MINOR",
																	"ancillary_rbd_association_list": [
																		"B",
																		"H",
																		"K",
																		"L",
																		"M",
																		"N",
																		"O",
																		"P",
																		"Q",
																		"R",
																		"S",
																		"T",
																		"U",
																		"V",
																		"W",
																		"X",
																		"Y"
																	],
																	"code": "UMNR",
																	"fees_list": [],
																	"item_number": "1",
																	"passenger_type_code": "ADT",
																	"priced_currency_code": "EUR",
																	"priced_currency_name": "",
																	"service_amount": "50.00",
																	"taxes_list": [],
																	"type": "SSR"
																}
															]
														},
														{
															"family_code": "BG",
															"family_name": "BAGGAGE",
															"family_order": "2",
															"item_offers": [
																{
																	"ancillary_name": "LARGE SPORTS EQUIPMENT",
																	"ancillary_rbd_association_list": [
																		"A",
																		"B",
																		"C",
																		"D",
																		"E",
																		"F",
																		"G",
																		"H",
																		"I",
																		"J",
																		"K",
																		"L",
																		"M",
																		"N",
																		"O",
																		"P",
																		"Q",
																		"R",
																		"S",
																		"T",
																		"U",
																		"V",
																		"W",
																		"X",
																		"Y",
																		"Z"
																	],
																	"code": "ARPT",
																	"fees_list": [],
																	"item_number": "2",
																	"passenger_type_code": "ADT",
																	"priced_currency_code": "EUR",
																	"priced_currency_name": "",
																	"service_amount": "10.00",
																	"taxes_list": [],
																	"type": "SSR"
																},
																{
																	"ancillary_name": "BAGGAGE EXCESS",
																	"ancillary_rbd_association_list": [
																		"B",
																		"H",
																		"K",
																		"L",
																		"M",
																		"N",
																		"O",
																		"P",
																		"Q",
																		"R",
																		"S",
																		"T",
																		"U",
																		"V",
																		"W",
																		"X",
																		"Y"
																	],
																	"code": "XBAG",
																	"fees_list": [],
																	"item_number": "3",
																	"passenger_type_code": "ADT",
																	"priced_currency_code": "EUR",
																	"priced_currency_name": "",
																	"service_amount": "10.00",
																	"taxes_list": [],
																	"type": "SSR"
																},
																{
																	"ancillary_name": "GOLF EQUIPMENT",
																	"ancillary_rbd_association_list": [
																		"A",
																		"B",
																		"C",
																		"D",
																		"E",
																		"F",
																		"G",
																		"H",
																		"I",
																		"J",
																		"K",
																		"L",
																		"M",
																		"N",
																		"O",
																		"P",
																		"Q",
																		"R",
																		"S",
																		"T",
																		"U",
																		"V",
																		"W",
																		"X",
																		"Y",
																		"Z"
																	],
																	"code": "SMGO",
																	"fees_list": [],
																	"item_number": "4",
																	"passenger_type_code": "ADT",
																	"priced_currency_code": "EUR",
																	"priced_currency_name": "",
																	"service_amount": "10.00",
																	"taxes_list": [],
																	"type": "SSR"
																},
																{
																	"ancillary_name": "SKI EQUIPMENT",
																	"ancillary_rbd_association_list": [
																		"A",
																		"B",
																		"C",
																		"D",
																		"E",
																		"F",
																		"G",
																		"H",
																		"I",
																		"J",
																		"K",
																		"L",
																		"M",
																		"N",
																		"O",
																		"P",
																		"Q",
																		"R",
																		"S",
																		"T",
																		"U",
																		"V",
																		"W",
																		"X",
																		"Y",
																		"Z"
																	],
																	"code": "SMSR",
																	"fees_list": [],
																	"item_number": "5",
																	"passenger_type_code": "ADT",
																	"priced_currency_code": "EUR",
																	"priced_currency_name": "",
																	"service_amount": "10.00",
																	"taxes_list": [],
																	"type": "SSR"
																},
																{
																	"ancillary_name": "BICYCLE",
																	"ancillary_rbd_association_list": [
																		"B",
																		"H",
																		"K",
																		"L",
																		"M",
																		"N",
																		"O",
																		"P",
																		"Q",
																		"R",
																		"S",
																		"T",
																		"U",
																		"V",
																		"W",
																		"X",
																		"Y"
																	],
																	"code": "BIKE",
																	"fees_list": [],
																	"item_number": "6",
																	"passenger_type_code": "ADT",
																	"priced_currency_code": "EUR",
																	"priced_currency_name": "",
																	"service_amount": "10.00",
																	"taxes_list": [],
																	"type": "SSR"
																},
																{
																	"ancillary_name": "SCUBA EQUIPMENT",
																	"ancillary_rbd_association_list": [
																		"A",
																		"B",
																		"C",
																		"D",
																		"E",
																		"F",
																		"G",
																		"H",
																		"I",
																		"J",
																		"K",
																		"L",
																		"M",
																		"N",
																		"O",
																		"P",
																		"Q",
																		"R",
																		"S",
																		"T",
																		"U",
																		"V",
																		"W",
																		"X",
																		"Y",
																		"Z"
																	],
																	"code": "SMST",
																	"fees_list": [],
																	"item_number": "7",
																	"passenger_type_code": "ADT",
																	"priced_currency_code": "EUR",
																	"priced_currency_name": "",
																	"service_amount": "10.00",
																	"taxes_list": [],
																	"type": "SSR"
																},
																{
																	"ancillary_name": "MUSIC INSTRUMENT",
																	"ancillary_rbd_association_list": [
																		"B",
																		"H",
																		"K",
																		"L",
																		"M",
																		"N",
																		"O",
																		"P",
																		"Q",
																		"R",
																		"S",
																		"T",
																		"U",
																		"V",
																		"W",
																		"X",
																		"Y"
																	],
																	"code": "BGMI",
																	"fees_list": [],
																	"item_number": "8",
																	"passenger_type_code": "ADT",
																	"priced_currency_code": "EUR",
																	"priced_currency_name": "",
																	"service_amount": "30.00",
																	"taxes_list": [],
																	"type": "SSR"
																},
																{
																	"ancillary_name": "KITE SURFBOARD",
																	"ancillary_rbd_association_list": [
																		"A",
																		"B",
																		"C",
																		"D",
																		"E",
																		"F",
																		"G",
																		"H",
																		"I",
																		"J",
																		"K",
																		"L",
																		"M",
																		"N",
																		"O",
																		"P",
																		"Q",
																		"R",
																		"S",
																		"T",
																		"U",
																		"V",
																		"W",
																		"X",
																		"Y",
																		"Z"
																	],
																	"code": "SMSA",
																	"fees_list": [],
																	"item_number": "9",
																	"passenger_type_code": "ADT",
																	"priced_currency_code": "EUR",
																	"priced_currency_name": "",
																	"service_amount": "10.00",
																	"taxes_list": [],
																	"type": "SSR"
																},
																{
																	"ancillary_name": "SURFBOARD",
																	"ancillary_rbd_association_list": [
																		"A",
																		"B",
																		"C",
																		"D",
																		"E",
																		"F",
																		"G",
																		"H",
																		"I",
																		"J",
																		"K",
																		"L",
																		"M",
																		"N",
																		"O",
																		"P",
																		"Q",
																		"R",
																		"S",
																		"T",
																		"U",
																		"V",
																		"W",
																		"X",
																		"Y",
																		"Z"
																	],
																	"code": "SMSB",
																	"fees_list": [],
																	"item_number": "10",
																	"passenger_type_code": "ADT",
																	"priced_currency_code": "EUR",
																	"priced_currency_name": "",
																	"service_amount": "10.00",
																	"taxes_list": [],
																	"type": "SSR"
																},
																{
																	"ancillary_name": "WINDSURF EQUIPMENT",
																	"ancillary_rbd_association_list": [
																		"A",
																		"B",
																		"C",
																		"D",
																		"E",
																		"F",
																		"G",
																		"H",
																		"I",
																		"J",
																		"K",
																		"L",
																		"M",
																		"N",
																		"O",
																		"P",
																		"Q",
																		"R",
																		"S",
																		"T",
																		"U",
																		"V",
																		"W",
																		"X",
																		"Y",
																		"Z"
																	],
																	"code": "SMSW",
																	"fees_list": [],
																	"item_number": "11",
																	"passenger_type_code": "ADT",
																	"priced_currency_code": "EUR",
																	"priced_currency_name": "",
																	"service_amount": "10.00",
																	"taxes_list": [],
																	"type": "SSR"
																},
																{
																	"ancillary_name": "PET IN CABIN",
																	"ancillary_rbd_association_list": [
																		"B",
																		"H",
																		"K",
																		"L",
																		"M",
																		"N",
																		"O",
																		"P",
																		"Q",
																		"R",
																		"S",
																		"T",
																		"U",
																		"V",
																		"W",
																		"X",
																		"Y"
																	],
																	"code": "PETC",
																	"fees_list": [],
																	"item_number": "12",
																	"passenger_type_code": "ADT",
																	"priced_currency_code": "EUR",
																	"priced_currency_name": "",
																	"service_amount": "10.00",
																	"taxes_list": [],
																	"type": "SSR"
																}
															]
														}
													]
												},
												{
													"arrival_airport": "MXP",
													"departure_airport": "TIA",
													"departure_date": "2020-12-22",
													"marketing_carrier": "BV",
													"price_parameters": {
														"decimal_places": "2",
														"display_currency_code": "EUR",
														"price_currency_code": "EUR",
														"price_quote_date": "2020-11-04",
														"ticketing_country_code": "IT"
													},
													"segment_number": "2",
													"service_families": [
														{
															"family_code": "AS",
															"family_name": "AIRPORT SERVICES",
															"family_order": "1",
															"item_offers": [
																{
																	"ancillary_name": "UNACCOMPANIED MINOR",
																	"ancillary_rbd_association_list": [
																		"B",
																		"H",
																		"K",
																		"L",
																		"M",
																		"N",
																		"O",
																		"P",
																		"Q",
																		"R",
																		"S",
																		"T",
																		"U",
																		"V",
																		"W",
																		"X",
																		"Y"
																	],
																	"code": "UMNR",
																	"fees_list": [],
																	"item_number": "1",
																	"passenger_type_code": "ADT",
																	"priced_currency_code": "EUR",
																	"priced_currency_name": "",
																	"service_amount": "50.00",
																	"taxes_list": [],
																	"type": "SSR"
																}
															]
														},
														{
															"family_code": "BG",
															"family_name": "BAGGAGE",
															"family_order": "2",
															"item_offers": [
																{
																	"ancillary_name": "LARGE SPORTS EQUIPMENT",
																	"ancillary_rbd_association_list": [
																		"A",
																		"B",
																		"C",
																		"D",
																		"E",
																		"F",
																		"G",
																		"H",
																		"I",
																		"J",
																		"K",
																		"L",
																		"M",
																		"N",
																		"O",
																		"P",
																		"Q",
																		"R",
																		"S",
																		"T",
																		"U",
																		"V",
																		"W",
																		"X",
																		"Y",
																		"Z"
																	],
																	"code": "ARPT",
																	"fees_list": [],
																	"item_number": "2",
																	"passenger_type_code": "ADT",
																	"priced_currency_code": "EUR",
																	"priced_currency_name": "",
																	"service_amount": "10.00",
																	"taxes_list": [],
																	"type": "SSR"
																},
																{
																	"ancillary_name": "BAGGAGE EXCESS",
																	"ancillary_rbd_association_list": [
																		"B",
																		"H",
																		"K",
																		"L",
																		"M",
																		"N",
																		"O",
																		"P",
																		"Q",
																		"R",
																		"S",
																		"T",
																		"U",
																		"V",
																		"W",
																		"X",
																		"Y"
																	],
																	"code": "XBAG",
																	"fees_list": [],
																	"item_number": "3",
																	"passenger_type_code": "ADT",
																	"priced_currency_code": "EUR",
																	"priced_currency_name": "",
																	"service_amount": "10.00",
																	"taxes_list": [],
																	"type": "SSR"
																},
																{
																	"ancillary_name": "GOLF EQUIPMENT",
																	"ancillary_rbd_association_list": [
																		"A",
																		"B",
																		"C",
																		"D",
																		"E",
																		"F",
																		"G",
																		"H",
																		"I",
																		"J",
																		"K",
																		"L",
																		"M",
																		"N",
																		"O",
																		"P",
																		"Q",
																		"R",
																		"S",
																		"T",
																		"U",
																		"V",
																		"W",
																		"X",
																		"Y",
																		"Z"
																	],
																	"code": "SMGO",
																	"fees_list": [],
																	"item_number": "4",
																	"passenger_type_code": "ADT",
																	"priced_currency_code": "EUR",
																	"priced_currency_name": "",
																	"service_amount": "10.00",
																	"taxes_list": [],
																	"type": "SSR"
																},
																{
																	"ancillary_name": "SKI EQUIPMENT",
																	"ancillary_rbd_association_list": [
																		"A",
																		"B",
																		"C",
																		"D",
																		"E",
																		"F",
																		"G",
																		"H",
																		"I",
																		"J",
																		"K",
																		"L",
																		"M",
																		"N",
																		"O",
																		"P",
																		"Q",
																		"R",
																		"S",
																		"T",
																		"U",
																		"V",
																		"W",
																		"X",
																		"Y",
																		"Z"
																	],
																	"code": "SMSR",
																	"fees_list": [],
																	"item_number": "5",
																	"passenger_type_code": "ADT",
																	"priced_currency_code": "EUR",
																	"priced_currency_name": "",
																	"service_amount": "10.00",
																	"taxes_list": [],
																	"type": "SSR"
																},
																{
																	"ancillary_name": "BICYCLE",
																	"ancillary_rbd_association_list": [
																		"B",
																		"H",
																		"K",
																		"L",
																		"M",
																		"N",
																		"O",
																		"P",
																		"Q",
																		"R",
																		"S",
																		"T",
																		"U",
																		"V",
																		"W",
																		"X",
																		"Y"
																	],
																	"code": "BIKE",
																	"fees_list": [],
																	"item_number": "6",
																	"passenger_type_code": "ADT",
																	"priced_currency_code": "EUR",
																	"priced_currency_name": "",
																	"service_amount": "10.00",
																	"taxes_list": [],
																	"type": "SSR"
																},
																{
																	"ancillary_name": "SCUBA EQUIPMENT",
																	"ancillary_rbd_association_list": [
																		"A",
																		"B",
																		"C",
																		"D",
																		"E",
																		"F",
																		"G",
																		"H",
																		"I",
																		"J",
																		"K",
																		"L",
																		"M",
																		"N",
																		"O",
																		"P",
																		"Q",
																		"R",
																		"S",
																		"T",
																		"U",
																		"V",
																		"W",
																		"X",
																		"Y",
																		"Z"
																	],
																	"code": "SMST",
																	"fees_list": [],
																	"item_number": "7",
																	"passenger_type_code": "ADT",
																	"priced_currency_code": "EUR",
																	"priced_currency_name": "",
																	"service_amount": "10.00",
																	"taxes_list": [],
																	"type": "SSR"
																},
																{
																	"ancillary_name": "MUSIC INSTRUMENT",
																	"ancillary_rbd_association_list": [
																		"B",
																		"H",
																		"K",
																		"L",
																		"M",
																		"N",
																		"O",
																		"P",
																		"Q",
																		"R",
																		"S",
																		"T",
																		"U",
																		"V",
																		"W",
																		"X",
																		"Y"
																	],
																	"code": "BGMI",
																	"fees_list": [],
																	"item_number": "8",
																	"passenger_type_code": "ADT",
																	"priced_currency_code": "EUR",
																	"priced_currency_name": "",
																	"service_amount": "30.00",
																	"taxes_list": [],
																	"type": "SSR"
																},
																{
																	"ancillary_name": "KITE SURFBOARD",
																	"ancillary_rbd_association_list": [
																		"A",
																		"B",
																		"C",
																		"D",
																		"E",
																		"F",
																		"G",
																		"H",
																		"I",
																		"J",
																		"K",
																		"L",
																		"M",
																		"N",
																		"O",
																		"P",
																		"Q",
																		"R",
																		"S",
																		"T",
																		"U",
																		"V",
																		"W",
																		"X",
																		"Y",
																		"Z"
																	],
																	"code": "SMSA",
																	"fees_list": [],
																	"item_number": "9",
																	"passenger_type_code": "ADT",
																	"priced_currency_code": "EUR",
																	"priced_currency_name": "",
																	"service_amount": "10.00",
																	"taxes_list": [],
																	"type": "SSR"
																},
																{
																	"ancillary_name": "SURFBOARD",
																	"ancillary_rbd_association_list": [
																		"A",
																		"B",
																		"C",
																		"D",
																		"E",
																		"F",
																		"G",
																		"H",
																		"I",
																		"J",
																		"K",
																		"L",
																		"M",
																		"N",
																		"O",
																		"P",
																		"Q",
																		"R",
																		"S",
																		"T",
																		"U",
																		"V",
																		"W",
																		"X",
																		"Y",
																		"Z"
																	],
																	"code": "SMSB",
																	"fees_list": [],
																	"item_number": "10",
																	"passenger_type_code": "ADT",
																	"priced_currency_code": "EUR",
																	"priced_currency_name": "",
																	"service_amount": "10.00",
																	"taxes_list": [],
																	"type": "SSR"
																},
																{
																	"ancillary_name": "WINDSURF EQUIPMENT",
																	"ancillary_rbd_association_list": [
																		"A",
																		"B",
																		"C",
																		"D",
																		"E",
																		"F",
																		"G",
																		"H",
																		"I",
																		"J",
																		"K",
																		"L",
																		"M",
																		"N",
																		"O",
																		"P",
																		"Q",
																		"R",
																		"S",
																		"T",
																		"U",
																		"V",
																		"W",
																		"X",
																		"Y",
																		"Z"
																	],
																	"code": "SMSW",
																	"fees_list": [],
																	"item_number": "11",
																	"passenger_type_code": "ADT",
																	"priced_currency_code": "EUR",
																	"priced_currency_name": "",
																	"service_amount": "10.00",
																	"taxes_list": [],
																	"type": "SSR"
																},
																{
																	"ancillary_name": "PET IN CABIN",
																	"ancillary_rbd_association_list": [
																		"B",
																		"H",
																		"K",
																		"L",
																		"M",
																		"N",
																		"O",
																		"P",
																		"Q",
																		"R",
																		"S",
																		"T",
																		"U",
																		"V",
																		"W",
																		"X",
																		"Y"
																	],
																	"code": "PETC",
																	"fees_list": [],
																	"item_number": "12",
																	"passenger_type_code": "ADT",
																	"priced_currency_code": "EUR",
																	"priced_currency_name": "",
																	"service_amount": "10.00",
																	"taxes_list": [],
																	"type": "SSR"
																}
															]
														}
													]
												}
											]
										}
									}
								},
								"schema": {
									"type": "object",
									"title": "offer_list_response",
									"properties": {
										"segments": {
											"type": "array",
											"description": "List of segments and offers associated to each component.",
											"items": {
												"type": "object",
												"properties": {
													"arrival_airport": {
														"type": "string",
														"description": "Location airport code.",
														"minLength": 3,
														"maxLength": 3,
														"pattern": "([^A-Z]*)",
														"example": [
															"MIA"
														]
													},
													"departure_airport": {
														"type": "string",
														"description": "Location airport code.",
														"minLength": 3,
														"maxLength": 3,
														"pattern": "([^A-Z]*)",
														"example": [
															"EZE"
														]
													},
													"marketing_carrier": {
														"type": "string",
														"description": "Marketing carrier owner.",
														"minLength": 2,
														"maxLength": 2,
														"pattern": "([^A-Z1-9]*)",
														"example": [
															"XX"
														]
													},
													"price_parameters": {
														"type": "object",
														"description": "This object indicated the paramters applied on prices to display.",
														"properties": {
															"decimal_places": {
																"type": "string",
																"description": "Quantity of decimal supported on amounts.",
																"example": [
																	"2"
																]
															},
															"display_currency_code": {
																"type": "string",
																"description": "Display ISO Currency code 4217.",
																"example": [
																	"USD"
																]
															},
															"price_currency_code": {
																"type": "string",
																"description": "Priced ISO Currency code 4217.",
																"example": [
																	"USD"
																]
															},
															"price_quote_date": {
																"type": "string",
																"description": "Date of quote for pricing system.",
																"example": [
																	"2020-11-04"
																]
															},
															"ticketing_country_code": {
																"type": "string",
																"description": "Country code of sale/quotation.",
																"example": [
																	"US"
																]
															}
														}
													},
													"segment_number": {
														"type": "string",
														"description": "Number order of segment into the itinerary requested.",
														"example": [
															"1"
														]
													},
													"services_families": {
														"type": "array",
														"description": "List of families offered in segment.",
														"items": {
															"type": "object",
															"properties": {
																"family_code": {
																	"type": "string",
																	"description": "RFIC. Family service identification code.",
																	"example": [
																		"AS"
																	]
																},
																"family_name": {
																	"type": "string",
																	"description": "Marketing name of family of services.",
																	"example": [
																		"AIRPORT SERVICES"
																	]
																},
																"family_order": {
																	"type": "string",
																	"description": "Family service order into the list.",
																	"example": [
																		"1"
																	]
																},
																"item_offers": {
																	"type": "array",
																	"description": "List of services offers in the family_service.",
																	"items": {
																		"type": "object",
																		"properties": {
																			"ancillary_name": {
																				"type": "string",
																				"description": "Marketing name of service.",
																				"example": [
																					"BAGGAGE EXCESS"
																				]
																			},
																			"ancillary_rbd_association_list": {
																				"type": "array",
																				"description": "List of classes allows to book the service.",
																				"items": {
																					"type": "string",
																					"example": [
																						"B",
																						"H",
																						"Y",
																						"V"
																					]
																				}
																			},
																			"code": {
																				"type": "string",
																				"description": "Code of service.",
																				"example": [
																					"XBAG"
																				]
																			},
																			"fees_list": {
																				"type": "array",
																				"description": "List of objects that describe each fees applied on extra service.",
																				"items": {
																					"type": "object"
																				}
																			},
																			"item_number": {
																				"type": "string",
																				"description": "Item order in list of the family.",
																				"example": [
																					"3"
																				]
																			},
																			"passenger_type_code": {
																				"type": "string",
																				"description": "Code of passenger type.",
																				"example": [
																					"ADT"
																				]
																			},
																			"priced_currency_code": {
																				"type": "string",
																				"description": "ISO 4217 currency code used for price.",
																				"example": [
																					"USD"
																				]
																			},
																			"priced_currency_name": {
																				"type": "string",
																				"description": "Optional. Name of currency code."
																			},
																			"service_amount": {
																				"type": "string",
																				"description": "Amount of service price.",
																				"example": [
																					"10.00"
																				]
																			},
																			"taxes_list": {
																				"type": "array",
																				"description": "List of taxes applied on service quotation.",
																				"items": {
																					"type": "object"
																				}
																			},
																			"type": {
																				"type": "string",
																				"description": "Type of service to request.",
																				"example": [
																					"SSR"
																				]
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					},
					"400": {
						"description": ""
					}
				}
			}
		},
		"/air/booking/get_seatmap_information": {
			"post": {
				"tags": [
					"booking"
				],
				"summary": "Get flight segment seatmap for pre-reserverd seat purposes",
				"parameters": [
					{
						"$ref": "#/components/parameters/KIU-API-Token"
					},
					{
						"$ref": "#/components/parameters/Content-Type"
					}
				],
				"requestBody": {
					"description": "Request have to send at least the minimum required data to obtaing the passenger data.",
					"content": {
						"application/json": {
							"schema": {
								"required": [
									"point_of_sale",
									"record_locator",
									"record_locator_version",
									"flight_segment_reference_key"
								],
								"type": "object",
								"properties": {
									"point_of_sale": {
										"$ref": "#/components/schemas/point_of_sale"
									},
									"record_locator": {
										"$ref": "#/components/schemas/record_locator"
									},
									"segment_reference_key": {
										"$ref": "#/components/schemas/flight_segment_reference_key"
									},
									"record_locator_version": {
										"description": "DateTime on UTC, lastest version of the reservation. This is get from get_booking_information response.",
										"type": "string",
										"example": "2019-04-22T12:02:47.900Z"
									}
								}
							}
						}
					}
				},
				"responses": {
					"200": {
						"description": "Success",
						"content": {
							"application/json": {
								"schema": {
									"type": "object",
									"description": "seatmap response from reservation system.",
									"properties": {
										"seatmap_detail": {
											"type": "object",
											"properties": {
												"apply_extra_space_in_rows": {
													"type": "boolean",
													"description": "Indicate if flight applies extra space between rows.",
													"example": true
												},
												"cabins": {
													"type": "array",
													"description": "List of objects that describes the layout of each cabin on flight.",
													"items": {
														"type": "object",
														"properties": {
															"cabin_layout": {
																"type": "object",
																"properties": {
																	"cabin_reference_id": {
																		"$ref": "#/components/schemas/reservation_cabin_designator_reference_id"
																	},
																	"cabin_rows": {
																		"type": "object",
																		"description": "Indicate the range of rows into the cabin.",
																		"properties": {
																			"first_row": {
																				"type": "string",
																				"description": "First row in cabin.",
																				"example": "1"
																			},
																			"last_row": {
																				"type": "string",
																				"description": "End row of cabin.",
																				"example": "11"
																			}
																		}
																	},
																	"columns": {
																		"type": "array",
																		"description": "List of object that describes each column in cabin.",
																		"items": {
																			"type": "object",
																			"properties": {
																				"column_characteristic_list": {
																					"type": "array",
																					"description": "Hold a list of IATA code Subset AAH for colum characteristic.",
																					"items": {
																						"type": "string"
																					},
																					"example": "9"
																				},
																				"column_id": {
																					"type": "string",
																					"description": "Identification of column on flight.",
																					"example": "A"
																				}
																			}
																		}
																	},
																	"deck_code": {
																		"type": "string",
																		"description": "Deck section in plane that holds the cabin.",
																		"example": "MAIN"
																	},
																	"seat_row_list": {
																		"type": "array",
																		"description": "List of object that returns the description of each row/s in cabin.",
																		"items": {
																			"type": "object",
																			"description": "Each object contain the detail per ROW",
																			"properties": {
																				"row_number": {
																					"type": "string",
																					"description": "Row identification",
																					"example": "1"
																				},
																				"seats": {
																					"type": "array",
																					"description": "List of object that details each seat on row.",
																					"items": {
																						"type": "object",
																						"properties": {
																							"message_list": {
																								"type": "object",
																								"description": "Contain messages associated to the described seat.",
																								"properties": {
																									"acceptance_messages": {
																										"type": "array",
																										"items": {
																											"type": "string"
																										}
																									}
																								}
																							},
																							"seat_characteristic_list": {
																								"type": "array",
																								"description": "Contain a list of IATA code Subset  AAH for seats_characteristics",
																								"items": {
																									"type": "string"
																								},
																								"example": "O - OCCUPPIED, \n B - BLOCKED, \nP - PRE-RESERVED SEAT,\nW - WINDOWS,\n A - AISLE,\\nE - EMERGENCY EXIT,\\n9 - CENTER SEAT"
																							},
																							"seat_id": {
																								"type": "string",
																								"description": "Unique seat identification, it is the vector of the row + column_id.",
																								"example": "1A"
																							},
																							"service_associated_key": {
																								"type": "string",
																								"description": "Internal method association reference to an offer service.",
																								"example": "SEAT"
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												},
												"carrier_reference_id": {
													"$ref": "#/components/schemas/carrier_reference_id"
												},
												"departure_information": {
													"$ref": "#/components/schemas/departure_information"
												},
												"flight_number": {
													"type": "string",
													"description": "Flight identification number",
													"example": "6400"
												},
												"seat_map_version": {
													"type": "string",
													"description": "Reference to the seatmap version of flight.",
													"example": ""
												},
												"seat_status_information": {
													"type": "object",
													"description": "This object contain the description of seats by status.",
													"properties": {
														"free_seats": {
															"type": "object",
															"description": "Details the seats by code.",
															"properties": {
																"F": {
																	"type": "array",
																	"description": "List of Free seats in flight.",
																	"items": {
																		"type": "string",
																		"example": "1C"
																	}
																}
															}
														}
													}
												},
												"seats_offer_list": {
													"type": "array",
													"description": "List of object that contain the description of codes and amount for searvices.",
													"items": {
														"type": "object",
														"properties": {
															"service_code": {
																"type": "string",
																"description": "Code of service for specific type of seat.",
																"example": "STEX"
															},
															"service_description": {
																"type": "string",
																"description": "Marketing description of the service code.",
																"example": [
																	"EXIT ROW"
																]
															},
															"service_reference_key": {
																"type": "string",
																"description": "Unique identification key for internal referernce of service.",
																"example": "00XXSEZJNBSTEX"
															},
															"total": {
																"type": "object",
																"description": "Total amount of service.",
																"properties": {
																	"amount": {
																		"type": "string",
																		"description": "Amount to paid for service.",
																		"example": "10.00"
																	},
																	"currency_reference_id": {
																		"$ref": "#/components/schemas/currency_reference_id"
																	}
																}
															},
															"total_equivalent_paid": {
																"type": "object",
																"description": "Total amount of service on display currency.",
																"properties": {
																	"amount": {
																		"type": "string",
																		"description": "Amount to paid for service.",
																		"example": "10.00"
																	},
																	"currency_reference_id": {
																		"$ref": "#/components/schemas/currency_reference_id"
																	}
																}
															},
															"total_taxes": {
																"type": "object",
																"description": "Total amount of taxes to pay.",
																"properties": {
																	"amount": {
																		"type": "string",
																		"description": "Amount to paid for service.",
																		"example": "10.00"
																	},
																	"currency_reference_id": {
																		"$ref": "#/components/schemas/currency_reference_id"
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					},
					"400": {
						"description": "Error received by KIU-API",
						"content": {
							"application/json": {
								"schema": {
									"type": "object",
									"properties": {
										"exception": {
											"type": "string",
											"description": "Exception name that origin the error",
											"example": "InvalidAccessException"
										},
										"extended": {
											"type": "object",
											"properties": {
												"error_additional_information": {
													"type": "string",
													"description": "Message associated to error on preference user language",
													"example": "INVALID ACCESS"
												},
												"error_number": {
													"type": "string",
													"description": "Unique id number that identifies the error",
													"example": "9999"
												},
												"error_extra_information": {
													"type": "array",
													"description": "Add more detail to error or example.",
													"items": {
														"type": "object"
													},
													"example": [
														{
															"passenger_list": [
																{
																	"passenger_surname": "MUNDO/DTP",
																	"flight_reference": "XX4116/30MAR COR",
																	"record_locator": "PIOVJJ"
																}
															]
														}
													]
												}
											}
										},
										"message": {
											"type": "string",
											"description": "Message associated error.",
											"example": "RE-ENTER COMMAND TO OFF LOAD PSGR"
										},
										"layer": {
											"type": "number",
											"description": "Level that generate the error. This is recommended to inform in case to consult support",
											"example": [
												2
											]
										}
									}
								}
							}
						}
					}
				},
				"deprecated": false
			}
		},
		"/air/booking/modify_reservation_items": {
			"post": {
				"tags": [
					"booking"
				],
				"summary": "Modify items of a reservation. ADD/MODIFY and DELETE ITEMS.",
				"parameters": [
					{
						"$ref": "#/components/parameters/KIU-API-Token"
					},
					{
						"$ref": "#/components/parameters/Content-Type"
					}
				],
				"requestBody": {
					"content": {
						"application/json": {
							"example": {
								"add_ssrs_seats": {
									"description": "This example shows how to add Special Services and seats to a reservation.",
									"value": {
										"date_time": "2020-10-26T11:30:40.713Z",
										"echo_token": "EXAMPLE_MDFY_ADD_SSR_SEAT",
										"point_of_sale": {
											"user": "BV",
											"kiu_device_id": "MXP00BVW03",
											"agent_id": "MXP00BVKA",
											"country": "IT"
										},
										"record_locator_version_information": {
											"record_locator": "VFAOTW",
											"record_locator_version": "2020-10-26T10:54:59.207Z"
										},
										"ancillaries_price": true,
										"special_services_request": {
											"add_service_list": [
												{
													"order": 1,
													"passenger_reference_key": "NM00BV202010867065798487000001",
													"flight_segment_reference_key_list": [
														"IT00BV202010867065798487000001"
													],
													"booking_instructions": {
														"code": "XBAG"
													}
												}
											]
										},
										"seats_information": {
											"add_seats_list": [
												{
													"passenger_reference_key": "NM00BV202010867065798487000001",
													"segment_reference_key": "IT00BV202010867065798487000001",
													"seat_location": "19A"
												}
											]
										}
									}
								},
								"change_ticket_time_limit": {
									"description": "This example shows how to change the ticket time limit of a reservation. ",
									"value": {
										"echo_token": "EXAMPLE_TKTL_ITEM",
										"date_time": "2020-04-24T17:46:00Z",
										"point_of_sale": {
											"user": "XX",
											"kiu_device_id": "AEP00XX817",
											"agent_id": "AEP00XXSM",
											"preferred_display_currency": "ARS",
											"country": "AR",
											"agent_preferred_language": "es-AR"
										},
										"record_locator_version_information": {
											"record_locator": "MPUXCP",
											"record_locator_version": "2020-04-24T17:45:16.100Z"
										},
										"time_limits_criteria": {
											"booking_ticket_time_limit": {
												"auto_cancel": true,
												"manual": {
													"date": "2020-05-07",
													"time": "1900",
													"city": "AEP"
												}
											}
										}
									}
								},
								"add_delete_segments": {
									"description": "This example shows how to change air segments into a reservation.",
									"value": {
										"point_of_sale": {
											"user": "XX",
											"kiu_device_id": "AEP00XX817",
											"agent_id": "AEP00XXSM",
											"preferred_display_currency": "ARS",
											"country": "AR"
										},
										"date_time": "2020-04-29T16:29:40.713Z",
										"echo_token": "EXAMPLE_MDFY_CANCEL_ADD",
										"record_locator_version_information": {
											"record_locator": "FUAIEW",
											"record_locator_version": "2020-04-29T16:28:44.480Z"
										},
										"air_itinerary_information": {
											"cancel_segments": {
												"flight_segment_reference_key_list": [
													"IT00XX202004708565736987000001",
													"IT00XX202004708565736987000002",
													"IT00XX202004708565736987000003",
													"IT00XX202004708565736987000004",
													"IT00XX202004708565736987000005",
													"IT00XX202004708565736987000006",
													"IT00XX202004708565736987000007"
												]
											},
											"add_segments_list": [
												{
													"order": 1,
													"departure_information": {
														"location_code": "AEP",
														"date": "2020-05-05",
														"time": "0800"
													},
													"arrival_information": {
														"location_code": "MDQ"
													},
													"flight_number": 999,
													"reservation_booking_designator_code": "Y",
													"number_in_party": 1,
													"carrier": "XX"
												}
											]
										}
									}
								}
							},
							"schema": {
								"required": [
									"echo_token",
									"date_time",
									"record_locator_version_information"
								],
								"anyOf": [
									{
										"required": [
											"point_of_sale"
										]
									},
									{
										"required": [
											"session_id"
										]
									},
									{
										"required": [
											"air_itinerary_information"
										]
									},
									{
										"required": [
											"modify_passenger_information"
										]
									},
									{
										"required": [
											"modify_contact_information"
										]
									},
									{
										"required": [
											"modify_number_in_party"
										]
									},
									{
										"required": [
											"special_service_request"
										]
									},
									{
										"required": [
											"split_reservation"
										]
									},
									{
										"required": [
											"seats_information"
										]
									},
									{
										"required": [
											"time_limites_criteria"
										]
									},
									{
										"required": [
											"revalidate_tickets"
										]
									},
									{
										"required": [
											"remarks_information"
										]
									},
									{
										"required": [
											"add_external_recordlocator"
										]
									},
									{
										"required": [
											"change_reservation_responsability"
										]
									}
								],
								"properties": {
									"echo_token": {
										"$ref": "#/components/schemas/echo_token"
									},
									"date_time": {
										"$ref": "#/components/schemas/date_time"
									},
									"point_of_sale": {
										"$ref": "#/components/schemas/point_of_sale"
									},
									"record_locator_version_information": {
										"$ref": "#/components/schemas/record_locator_version_information"
									},
									"air_price": {
										"type": "boolean",
										"description": "Enable to air itinerary price.",
										"default": false,
										"example": [
											false
										]
									},
									"air_price_options": {
										"type": "object",
										"description": "Air Pricing optional qualifiers to apply in quotation.",
										"properties": {
											"discounts": {
												"type": "object",
												"description": "It allows users to select among different types of discounts",
												"oneOf": [
													{
														"required": [
															"manual_discount"
														]
													},
													{
														"required": [
															"eligibility"
														]
													},
													{
														"required": [
															"nego_fares"
														]
													},
													{
														"required": [
															"tour_code_information"
														]
													}
												],
												"properties": {
													"manual_discount": {
														"$ref": "#/components/schemas/manual_discount",
														"description": "It allows user to apply manual discounts in quotation."
													},
													"elegibility_code": {
														"$ref": "#/components/schemas/eligibility",
														"description": "Code of elegibility passenger to apply a specific discount."
													},
													"nego_fares": {
														"type": "boolean",
														"description": "Enable application of nego fares",
														"default": false
													},
													"tour_code_information": {
														"$ref": "#/components/schemas/tour_code_information",
														"description": "Enable to add a tour_code to apply special discounts condition in quotation."
													}
												}
											},
											"fare_forced": {
												"$ref": "#/components/schemas/fare_forced",
												"description": "It allows users to apply 1 fare basis per all air_segments to force de quotation"
											},
											"priced_manual_currency": {
												"$ref": "#/components/schemas/priced_manual_currency",
												"description": "It allows users to display quotation on a specific currency to displays."
											}
										}
									},
									"ancillaries_price": {
										"type": "boolean",
										"description": "Enable to ancillaries price.",
										"default": false,
										"example": [
											true
										]
									},
									"ancillaries_price_options": {
										"type": "object",
										"description": "Group ancillaries pricing optional qualifiers to applies on quotations",
										"properties": {
											"discounts": {
												"type": "object",
												"description": "It allows users to select among different types of discounts",
												"oneOf": [
													{
														"required": [
															"manual_discount"
														]
													},
													{
														"required": [
															"eligibility"
														]
													},
													{
														"required": [
															"nego_fares"
														]
													},
													{
														"required": [
															"tour_code_information"
														]
													}
												],
												"properties": {
													"manual_discount": {
														"$ref": "#/components/schemas/manual_discount",
														"description": "It allows users to apply manual discounts to quotation process"
													},
													"elegibility_code": {
														"$ref": "#/components/schemas/eligibility",
														"description": "Code of elegibility passenger to apply a specific discount"
													},
													"nego_fares": {
														"type": "boolean",
														"description": "Enable application of nego fares",
														"default": false
													},
													"tour_code_information": {
														"$ref": "#/components/schemas/tour_code_information",
														"description": "Enable to add a tour_code to apply special discounts condition to quotation."
													}
												}
											},
											"fare_forced": {
												"$ref": "#/components/schemas/fare_forced",
												"description": "It allows users to apply 1 fare basis per all air_segments to force de quotation"
											},
											"priced_manual_currency": {
												"$ref": "#/components/schemas/priced_manual_currency",
												"description": "It allows users to display quotation on a specific currency to displays."
											}
										}
									},
									"air_itinerary_information": {
										"type": "object",
										"description": "Contains the air itinerary criteria to process modifications",
										"minProperties": 1,
										"properties": {
											"cancel_segments": {
												"type": "object",
												"description": "User can select specific segment or list of segments to cancel.",
												"oneOf": [
													{
														"required": [
															"all_itinerary"
														]
													},
													{
														"required": [
															"flight_segment_reference_key_list"
														]
													}
												],
												"properties": {
													"all_itinerary": {
														"type": "boolean",
														"description": "Use to cancel full itinerary",
														"default": false
													},
													"flight_segment_reference_key_list": {
														"type": "array",
														"description": "List of flight_segment_reference_key to process cancellation",
														"minItems": 1,
														"items": {
															"type": "string",
															"example": [
																"IT00XX202010897272837290000001"
															]
														}
													}
												}
											},
											"add_segments_list": {
												"type": "array",
												"description": "It allows user to add segments to an existan reservation",
												"items": {
													"type": "object",
													"properties": {
														"order": {
															"type": "number",
															"description": "Order segment into the air itinerary",
															"example": [
																1
															]
														},
														"departure_information": {
															"type": "object",
															"description": "Description of departure´s segment",
															"required": [
																"location_code",
																"date"
															],
															"properties": {
																"location_code": {
																	"type": "string",
																	"description": "Airport location code for segment´s departure",
																	"pattern": "([^A-Z]*)$",
																	"minLength": 3,
																	"maxLength": 3
																},
																"date": {
																	"type": "string",
																	"format": "date",
																	"description": "Date of segment´s departure (YYYY-MM-DD)",
																	"example": [
																		"2019-11-30"
																	]
																},
																"time": {
																	"type": "string",
																	"description": "Departure time of segment express on integear",
																	"example": [
																		"1800"
																	],
																	"minLength": 4,
																	"maxLength": 4,
																	"pattern": "(^[0-9]*)$"
																}
															}
														},
														"arrival_information": {
															"type": "object",
															"description": "Hold the data of arrival segment point",
															"required": [
																"location_code"
															],
															"properties": {
																"location_code": {
																	"type": "string",
																	"description": "Airport location code for segment´s departure",
																	"pattern": "([^A-Z]*)$",
																	"minLength": 3,
																	"maxLength": 4
																}
															}
														},
														"flight_number": {
															"type": "number",
															"description": "Flight identification's number",
															"minLength": 1,
															"maxLength": 4,
															"pattern": "^([1-9999])$"
														},
														"reservation_booking_designator_code": {
															"type": "string",
															"description": "Identifier code of class for segment",
															"pattern": "^([A-Z])$",
															"minLength": 1,
															"maxLength": 1
														},
														"number_in_party": {
															"type": "number",
															"description": "Quantity of space to book",
															"pattern": "^([1-99])$"
														},
														"carrier": {
															"type": "string",
															"description": "Marketing carrier code that offer the service for segment",
															"example": [
																"XX"
															],
															"minLength": 2,
															"maxLength": 2,
															"pattern": "([^A-Z0-9])*$"
														},
														"special_status": {
															"type": "string",
															"description": "Status of segment to request different than NN",
															"enum": [
																"LL",
																"MMM"
															],
															"default": "NN"
														},
														"touroperator_code": {
															"type": "string",
															"description": "Tour operator code given by kiu system. Will discount from allotment inventory.",
															"example": [
																"A0008"
															]
														}
													},
													"required": [
														"order",
														"departure_information",
														"arrival_information",
														"flight_number",
														"reservation_booking_designator_code",
														"number_in_party",
														"carrier"
													]
												}
											},
											"change_segment_status": {
												"type": "object",
												"description": "It allows user to change the status of an existant segment or list of segments or the entire air_itinerary",
												"required": [
													"status_code"
												],
												"properties": {
													"all_itinerary": {
														"type": "boolean",
														"description": "It is used specifically to change the status of all air segments of the itinerary",
														"default": false
													},
													"flight_segment_reference_key_list": {
														"type": "array",
														"description": "List of flight_segment_reference_key to process cancellation",
														"minItems": 1,
														"items": {
															"type": "string",
															"example": [
																"IT00XX202010897272837290000001"
															]
														}
													},
													"status_code": {
														"type": "string",
														"description": "New status code to change the itinerary/segment/s required",
														"example": [
															"HK"
														],
														"minLength": 2,
														"maxLength": 2
													}
												}
											}
										}
									},
									"modify_passenger_information": {
										"type": "object",
										"description": "Modify passenger criteria of a reservation ",
										"oneOf": [
											{
												"required": [
													"change_passenger_information"
												]
											},
											{
												"required": [
													"associate_infant"
												]
											}
										],
										"properties": {
											"change_passenger_information": {
												"type": "array",
												"description": "Change passenger data of an adult or child passenger of reservation. Also allow user to add an infant associated to an adult",
												"minItems": 1,
												"items": {
													"type": "object",
													"oneOf": [
														{
															"required": [
																"child_indicator"
															]
														},
														{
															"required": [
																"passenger_type_code"
															]
														}
													],
													"properties": {
														"passenger_reference_key": {
															"type": "string",
															"description": "Passenger reference indicator. Contained on response of get_booking_information.",
															"example": [
																"1"
															]
														},
														"surname": {
															"type": "string",
															"description": "Passegner last name",
															"example": [
																"PEREZ"
															],
															"pattern": "(^[A-Z ]*$)"
														},
														"name": {
															"type": "string",
															"description": "Passenger names",
															"example": [
																"JUAN JOSE"
															],
															"pattern": "(^[A-Z ]*$)"
														},
														"name_suffix": {
															"type": "string",
															"description": "Passegner honored suffix.",
															"example": [
																"MR"
															],
															"pattern": "(^[A-Z]*$)",
															"minLength": 2,
															"maxLength": 3
														},
														"foid_type": {
															"type": "string",
															"description": "KIU Systems supported type of FOID",
															"example": [
																"NI"
															],
															"enum": [
																"NI",
																"ID",
																"PP",
																"CC",
																"DL",
																"TN",
																"CN"
															]
														},
														"foid_id": {
															"type": "string",
															"description": "ID or number of foid",
															"example": [
																"259879897"
															]
														},
														"date_of_birth": {
															"type": "string",
															"description": "Birth date of passenger, express on air industry format DDMMMYY",
															"example": [
																"29JUN80"
															]
														},
														"passenger_type_code": {
															"type": "string",
															"description": "Passenger type code",
															"default": "ADT",
															"pattern": "(^[A-Z]*$)",
															"minLength": 3,
															"maxLength": 3
														},
														"child_indicator": {
															"type": "boolean",
															"description": "Indicate if passenger is a child",
															"default": false
														},
														"associate_infant": {
															"type": "object",
															"required": [
																"surname",
																"name"
															],
															"properties": {
																"surname": {
																	"type": "string",
																	"description": "Passegner last name",
																	"example": [
																		"PEREZ"
																	],
																	"pattern": "(^[A-Z ]*$)"
																},
																"name": {
																	"type": "string",
																	"description": "Passenger names",
																	"example": [
																		"JUAN JOSE"
																	],
																	"pattern": "(^[A-Z ]*$)"
																},
																"foid_type": {
																	"type": "string",
																	"description": "KIU Systems supported type of FOID",
																	"example": [
																		"NI"
																	],
																	"enum": [
																		"NI",
																		"ID",
																		"PP",
																		"CC",
																		"DL",
																		"TN",
																		"CN"
																	]
																},
																"foid_id": {
																	"type": "string",
																	"description": "ID or number of foid",
																	"example": [
																		"259879897"
																	],
																	"pattern": "(^[A-Z0-9 -/]*$)"
																},
																"date_of_birth": {
																	"type": "string",
																	"description": "Birth date of passenger, express on air industry format DDMMMYY",
																	"example": [
																		"29JUN80"
																	]
																},
																"passenger_type_code": {
																	"type": "string",
																	"description": "Passenger type code",
																	"default": "ADT",
																	"pattern": "(^[A-Z]*$)",
																	"minLength": 3,
																	"maxLength": 3
																},
																"passenger_adult_associated_reference": {
																	"type": "number",
																	"description": "Associate reference adult passenger order",
																	"example": [
																		1
																	]
																}
															},
															"additionalProperties": false
														}
													},
													"required": [
														"passenger_reference_key",
														"surname",
														"name"
													]
												}
											},
											"associate_infant": {
												"type": "object",
												"required": [
													"surname",
													"name",
													"associated_passenger_reference_key"
												],
												"properties": {
													"surname": {
														"type": "string",
														"description": "Passegner last name",
														"example": [
															"PEREZ"
														],
														"pattern": "(^[A-Z ]*$)"
													},
													"name": {
														"type": "string",
														"description": "Passenger names",
														"example": [
															"JUAN JOSE"
														],
														"pattern": "(^[A-Z ]*$)"
													},
													"foid_type": {
														"type": "string",
														"description": "KIU Systems supported type of FOID",
														"example": [
															"NI"
														],
														"enum": [
															"NI",
															"ID",
															"PP"
														]
													},
													"foid_id": {
														"type": "string",
														"description": "ID or number of foid",
														"example": [
															"259879897"
														],
														"pattern": "(^[A-Z0-9 -/]*$)"
													},
													"date_of_birth": {
														"type": "string",
														"description": "Birth date of passenger, express on air industry format DDMMMYY",
														"example": [
															"29JUN80"
														]
													},
													"passenger_type_code": {
														"type": "string",
														"description": "Passenger type code",
														"default": "ADT",
														"pattern": "(^[A-Z]*$)",
														"minLength": 3,
														"maxLength": 3
													},
													"associated_passenger_reference_key": {
														"type": "number",
														"description": "Associate refrence adult passenger order",
														"example": [
															"NM00XX202010897272837290000001"
														]
													}
												},
												"additionalProperties": false
											}
										}
									},
									"modify_contact_information": {
										"type": "object",
										"description": "This object allows user to handle the contact infromation into the reservation",
										"anyOf": [
											{
												"required": [
													"add_contact_information"
												]
											},
											{
												"required": [
													"delete_contact"
												]
											}
										],
										"properties": {
											"add_contact_information": {
												"type": "object",
												"description": "This option allows user to add diferent type of contact over a created reservation",
												"properties": {
													"phone_list": {
														"type": "array",
														"description": "List of diccionaries that hold the information of phone contact for passengers",
														"minItems": 1,
														"items": {
															"type": "object",
															"required": [
																"phone_detail"
															],
															"properties": {
																"city_location_code": {
																	"type": "string",
																	"description": "Airport location code for segment´s departure",
																	"pattern": "([^A-Z]*)$",
																	"minLength": 3,
																	"maxLength": 4
																},
																"phone_detail": {
																	"type": "string",
																	"description": "Details of phone contact",
																	"example": [
																		"5411678656576"
																	]
																},
																"contact_type": {
																	"type": "string",
																	"description": "Free description pet type of contact for passenger.",
																	"pattern": "([^A-Z]*)$",
																	"example": [
																		"BUSINESS",
																		"HOME",
																		"DESTINATION",
																		"EMERGENCY"
																	]
																},
																"passenger_reference_order_association": {
																	"type": "number",
																	"description": "Association to order of passenger into the passenger_information",
																	"example": [
																		"1"
																	]
																}
															}
														}
													},
													"contact_phone_list": {
														"type": "array",
														"description": "Contact phone detail for a passenger",
														"minItems": 1,
														"items": {
															"type": "object",
															"description": "Each dictionary insert a contact phone that could be associated to a passenger by order number.",
															"required": [
																"phone_country",
																"phone_detail"
															],
															"properties": {
																"phone_country": {
																	"type": "string",
																	"description": "ISO country code",
																	"example": [
																		"US",
																		"USA"
																	],
																	"minLength": 2,
																	"maxLength": 3
																},
																"phone_detail": {
																	"type": "string",
																	"description": "Detail of contact phone include country-code, area numer and phone number",
																	"example": [
																		"00155523459999"
																	],
																	"minLength": 1,
																	"maxLength": 25
																},
																"additional_information": {
																	"type": "string",
																	"description": "Additional information to associated to the contact phone",
																	"example": [
																		"FROM 9AM to 17PM"
																	]
																},
																"category": {
																	"type": "string",
																	"description": "Indicate the category type of the contact_phone like (business, home, mobil, etc)",
																	"example": [
																		"B",
																		"H",
																		"M"
																	]
																},
																"passenger_association_order": {
																	"type": "string",
																	"description": "passenger order number who doc applies",
																	"example": [
																		"1"
																	]
																}
															}
														}
													},
													"emergency_contact_list": {
														"type": "array",
														"description": "Emergency contact phone detail for a passenger",
														"minItems": 1,
														"items": {
															"type": "object",
															"description": "Each dictionary insert an emergency contact phone that could be associated to a passenger by order number.",
															"required": [
																"phone_country",
																"phone_detail",
																"contact_person"
															],
															"properties": {
																"phone_country": {
																	"type": "string",
																	"description": "ISO country code",
																	"example": [
																		"US",
																		"USA"
																	],
																	"minLength": 2,
																	"maxLength": 3
																},
																"phone_detail": {
																	"type": "string",
																	"description": "Detail of contact phone include country-code, area numer and phone number",
																	"example": [
																		"00155523459999"
																	],
																	"minLength": 1,
																	"maxLength": 25
																},
																"contact_person": {
																	"type": "string",
																	"description": "Name of the contact person",
																	"example": [
																		"JOHN DOE"
																	]
																},
																"person_affiliation": {
																	"type": "string",
																	"description": "Affiliation of the person to contact.",
																	"example": [
																		"MOTHER"
																	]
																},
																"category": {
																	"type": "string",
																	"description": "Indicate the category type of the contact_phone like (business, home, mobil, etc)",
																	"example": [
																		"B",
																		"H"
																	]
																},
																"passenger_association_order": {
																	"type": "string",
																	"description": "passenger order number who doc applies",
																	"example": [
																		"1"
																	]
																}
															}
														}
													},
													"email_list": {
														"type": "array",
														"description": "List of diccionaries that hold the information of email contact for passengers",
														"minItems": 1,
														"items": {
															"type": "object",
															"required": [
																"email_address"
															],
															"properties": {
																"email_address": {
																	"type": "string",
																	"format": "email",
																	"description": "E-mail contact. Could be associated to specific passenger",
																	"example": [
																		"WEBSERVICES@KIUSYS.COM"
																	]
																},
																"passenger_reference_order_association": {
																	"type": "number",
																	"description": "Association to order of passenger into the passenger_information",
																	"example": [
																		"1"
																	]
																}
															}
														}
													},
													"mobile_list": {
														"type": "array",
														"description": "List of diccionaries that hold the information of mobile contact for passengers",
														"minItems": 1,
														"items": {
															"type": "object",
															"required": [
																"mobile_number",
																"language_code"
															],
															"properties": {
																"international_code": {
																	"type": "string",
																	"description": "Mobile internation code to access",
																	"example": [
																		"54",
																		"534",
																		"001"
																	]
																},
																"area_code": {
																	"type": "string",
																	"description": "Country area code of mobile",
																	"example": [
																		"911"
																	]
																},
																"mobile_number": {
																	"type": "number",
																	"description": "Number of mobile",
																	"example": [
																		"9876998769879"
																	]
																},
																"language_code": {
																	"type": "string",
																	"description": "language code that indicates the language in case of messages text",
																	"example": [
																		"EN",
																		"ES"
																	],
																	"minLength": 2,
																	"maxLength": 2,
																	"pattern": "([^A-Z])*$"
																},
																"passenger_reference_order_association": {
																	"type": "number",
																	"description": "Association to order of passenger into the passenger_information",
																	"example": [
																		"1"
																	]
																}
															}
														}
													},
													"address_information": {
														"type": "object",
														"description": "Contain the details of address and type of address to describe",
														"anyOf": [
															{
																"required": [
																	"residence"
																]
															},
															{
																"required": [
																	"destination"
																]
															}
														],
														"properties": {
															"residence": {
																"type": "object",
																"description": "Type of address residence",
																"required": [
																	"street_address",
																	"city",
																	"state_province",
																	"country",
																	"postal_code"
																],
																"properties": {
																	"street_address": {
																		"type": "string",
																		"description": "Detail of phisical address of passenger",
																		"example": [
																			"144 COLLINS AV. FLOOR 2 B"
																		]
																	},
																	"city": {
																		"type": "string",
																		"description": "City location of address",
																		"example": [
																			"BUE",
																			"BUENOS AIRES"
																		]
																	},
																	"state_province": {
																		"type": "string",
																		"description": "Description of the state or province of address",
																		"example": [
																			"FL",
																			"FLORIDA"
																		]
																	},
																	"country": {
																		"type": "string",
																		"description": "Country of residence",
																		"example": [
																			"US",
																			"UNITED STATES"
																		]
																	},
																	"postal_code": {
																		"type": "string",
																		"description": "ZIP or postal code of address",
																		"example": [
																			"FL676876"
																		]
																	},
																	"passenger_reference_order_association": {
																		"type": "number",
																		"description": "Association to order of passenger into the passenger_information",
																		"example": [
																			"1"
																		]
																	}
																}
															},
															"destination": {
																"type": "object",
																"description": "Type of address residence",
																"required": [
																	"street_address",
																	"city",
																	"state_province",
																	"country",
																	"postal_code"
																],
																"properties": {
																	"street_address": {
																		"type": "string",
																		"description": "Detail of phisical address of passenger",
																		"example": [
																			"144 COLLINS AV. FLOOR 2 B"
																		]
																	},
																	"city": {
																		"type": "string",
																		"description": "City location of address",
																		"example": [
																			"BUE",
																			"BUENOS AIRES"
																		]
																	},
																	"state_province": {
																		"type": "string",
																		"description": "Description of the state or province of address",
																		"example": [
																			"FL",
																			"FLORIDA"
																		]
																	},
																	"country": {
																		"type": "string",
																		"description": "Country of residence",
																		"example": [
																			"US",
																			"UNITED STATES"
																		]
																	},
																	"postal_code": {
																		"type": "string",
																		"description": "ZIP or postal code of address",
																		"example": [
																			"FL676876"
																		]
																	},
																	"passenger_reference_order_association": {
																		"type": "number",
																		"description": "Association to order of passenger into the passenger_information",
																		"example": [
																			"1"
																		]
																	}
																}
															}
														}
													}
												}
											},
											"delete_contact": {
												"type": "object",
												"required": [
													"contact_reference_key_list"
												],
												"properties": {
													"contact_reference_key_list": {
														"type": "array",
														"items": {
															"type": "string"
														},
														"example": [
															"CT00XX202102687071708478000001",
															"CT00XX202102687071708478000002"
														]
													}
												}
											}
										}
									},
									"modify_number_in_party": {
										"type": "object",
										"description": "This object allows user to increase or reduce quantity of passenger in the reservation",
										"oneOf": [
											{
												"required": [
													"increase_number_in_party"
												]
											},
											{
												"required": [
													"reduce_number_in_party"
												]
											}
										],
										"properties": {
											"increase_number_in_party": {
												"type": "array",
												"items": {
													"type": "object",
													"properties": {
														"new_number_in_party": {
															"type": "number",
															"description": "New number of party for the reservation.",
															"example": [
																1
															]
														},
														"passenger_information": {
															"type": "array",
															"items": {
																"type": "object",
																"oneOf": [
																	{
																		"required": [
																			"child_indicator"
																		]
																	},
																	{
																		"required": [
																			"passenger_type_code"
																		]
																	}
																],
																"properties": {
																	"passenger_reference_order": {
																		"type": "number",
																		"description": "Order of passenger to process",
																		"example": [
																			"1"
																		]
																	},
																	"surname": {
																		"type": "string",
																		"description": "Passegner last name",
																		"example": [
																			"PEREZ"
																		],
																		"pattern": "(^[A-Z ]*$)"
																	},
																	"name": {
																		"type": "string",
																		"description": "Passenger names",
																		"example": [
																			"JUAN JOSE"
																		],
																		"pattern": "(^[A-Z ]*$)"
																	},
																	"name_suffix": {
																		"type": "string",
																		"description": "Passegner honored suffix.",
																		"example": [
																			"MR"
																		],
																		"pattern": "(^[A-Z]*$)",
																		"minLength": 2,
																		"maxLength": 3
																	},
																	"foid_type": {
																		"type": "string",
																		"description": "KIU Systems supported type of FOID",
																		"example": [
																			"NI"
																		],
																		"enum": [
																			"NI",
																			"ID",
																			"PP",
																			"CC",
																			"DL",
																			"TN",
																			"CN"
																		]
																	},
																	"foid_id": {
																		"type": "string",
																		"description": "ID or number of foid",
																		"example": [
																			"259879897"
																		]
																	},
																	"date_of_birth": {
																		"type": "string",
																		"description": "Birth date of passenger, express on air industry format DDMMMYY",
																		"example": [
																			"29JUN80"
																		]
																	},
																	"passenger_type_code": {
																		"type": "string",
																		"description": "Passenger type code",
																		"default": "ADT",
																		"pattern": "(^[A-Z]*$)",
																		"minLength": 3,
																		"maxLength": 3
																	},
																	"child_indicator": {
																		"type": "boolean",
																		"description": "Indicate if passenger is a child",
																		"default": false
																	},
																	"associate_infant": {
																		"type": "object",
																		"required": [
																			"surname",
																			"name"
																		],
																		"properties": {
																			"surname": {
																				"type": "string",
																				"description": "Passegner last name",
																				"example": [
																					"PEREZ"
																				],
																				"pattern": "(^[A-Z ]*$)"
																			},
																			"name": {
																				"type": "string",
																				"description": "Passenger names",
																				"example": [
																					"JUAN JOSE"
																				],
																				"pattern": "(^[A-Z ]*$)"
																			},
																			"foid_type": {
																				"type": "string",
																				"description": "KIU Systems supported type of FOID",
																				"example": [
																					"NI"
																				],
																				"enum": [
																					"NI",
																					"ID",
																					"PP",
																					"CC",
																					"DL",
																					"TN",
																					"CN"
																				]
																			},
																			"foid_id": {
																				"type": "string",
																				"description": "ID or number of foid",
																				"example": [
																					"259879897"
																				],
																				"pattern": "(^[A-Z0-9 -/]*$)"
																			},
																			"date_of_birth": {
																				"type": "string",
																				"description": "Birth date of passenger, express on air industry format DDMMMYY",
																				"example": [
																					"29JUN80"
																				]
																			},
																			"passenger_type_code": {
																				"type": "string",
																				"description": "Passenger type code",
																				"default": "ADT",
																				"pattern": "(^[A-Z]*$)",
																				"minLength": 3,
																				"maxLength": 3
																			},
																			"passenger_adult_associated_reference": {
																				"type": "number",
																				"description": "Associate refrence adult passenger order"
																			}
																		},
																		"additionalProperties": false
																	}
																},
																"required": [
																	"surname",
																	"name"
																]
															}
														},
														"air_itinerary_information": {
															"type": "array",
															"description": "Reference to segments and class code to increase. Users must declare all the segments_reference_keys involved in itinerary",
															"items": {
																"type": "object",
																"properties": {
																	"flight_segment_reference_key": {
																		"type": "string",
																		"description": "A segment reference key into the air itinerary.",
																		"example": [
																			"IT00XX060LHRMAD20190519"
																		],
																		"pattern": "^(.*)$"
																	},
																	"reservation_booking_designator": {
																		"type": "string",
																		"description": "Booking class to increase",
																		"example": [
																			"T"
																		]
																	}
																}
															}
														}
													}
												}
											},
											"reduce_number_in_party": {
												"type": "array",
												"minItems": 1,
												"maxItems": 1,
												"items": {
													"type": "object",
													"required": [
														"delete_passegenger_list",
														"new_number_in_party"
													],
													"properties": {
														"new_number_in_party": {
															"type": "number",
															"description": "New number in party for the reservation. Only the seats to occupied",
															"example": [
																1
															]
														},
														"delete_passenger_list": {
															"type": "array",
															"minItems": 1,
															"items": {
																"type": "object",
																"required": [
																	"passenger_reference_key"
																],
																"properties": {
																	"passenger_reference_key": {
																		"type": "string",
																		"description": "Passenger reference indicator contained in response of get_booking_information.",
																		"example": [
																			"NM00XX2021020000001"
																		]
																	}
																}
															}
														}
													}
												}
											}
										}
									},
									"special_services_request": {
										"type": "object",
										"description": "Allow user to request and or delete special services into a reservation",
										"properties": {
											"add_service_list": {
												"type": "array",
												"items": {
													"type": "object",
													"required": [
														"passenger_reference_key",
														"booking_instructions",
														"flight_segment_reference_key_list"
													],
													"properties": {
														"passenger_reference_key": {
															"type": "string",
															"default": "",
															"example": [
																"NM00XX201904908987758583000000000001"
															],
															"pattern": "^(.*)$"
														},
														"flight_segment_reference_key_list": {
															"type": "array",
															"items": {
																"type": "string",
																"description": "The segment reference key get from reservation.",
																"example": [
																	"IT00XX060LHRMAD20190519"
																],
																"pattern": "^(.*)$"
															}
														},
														"booking_instructions": {
															"type": "object",
															"required": [
																"type",
																"code"
															],
															"properties": {
																"ancillary_service_reference_key": {
																	"type": "string",
																	"description": "Code of service to book",
																	"example": [
																		"C0CC"
																	],
																	"minLength": 4
																},
																"type": {
																	"type": "string",
																	"description": "Type of service to book. SSR/SEAT",
																	"example": [
																		"SSR"
																	],
																	"default": "SSR"
																},
																"code": {
																	"type": "string",
																	"description": "Service code of 4 alphabetic chars that designate the service",
																	"example": [
																		"PBGF"
																	],
																	"pattern": "(^[A-Za-z.-]*)$",
																	"minLength": 4,
																	"maxLength": 4
																},
																"service_carrier_owner": {
																	"type": "string",
																	"default": "",
																	"example": [
																		"XX"
																	]
																},
																"service_name": {
																	"type": "string",
																	"description": "Marketing name of service.",
																	"example": [
																		"PREPAID 1ST ADDITIONAL BAGGAGE"
																	]
																}
															}
														},
														"service_quantity": {
															"type": "integer",
															"description": "Quantity of service to request.",
															"example": [
																1
															]
														},
														"service_free_text": {
															"type": "string",
															"description": "Additional information of service or this is used for Special services with proform of data. (Ex: INFT)",
															"example": [
																"NIZETICH/JULIETA PIPPA 12JAN19"
															]
														}
													}
												}
											},
											"delete_service_list": {
												"type": "array",
												"description": "Delete service criteria.",
												"items": {
													"type": "object",
													"required": [
														"special_service_reference_key_list"
													],
													"properties": {
														"special_service_reference_key_list": {
															"type": "array",
															"items": {
																"type": "string",
																"description": "The reference key of each service booked return on the PNR retrieve response",
																"example": [
																	"SR00XX201904698381726673000000000001"
																],
																"pattern": "^(.*)$"
															}
														}
													}
												}
											},
											"security_information_list": {
												"type": "object",
												"description": "This object allows user to enter security information of passengers",
												"minProperties": 1,
												"properties": {
													"travel_document": {
														"type": "array",
														"description": "It allows user to add travel DOCS for a passenger and segment",
														"items": {
															"type": "object",
															"properties": {
																"carrier": {
																	"type": "string",
																	"description": "Carrier code that will received the ssr information",
																	"example": [
																		"XX"
																	],
																	"minLength": 2,
																	"maxLength": 2,
																	"pattern": "([^A-Z0-9]*)$"
																},
																"document_type": {
																	"type": "string",
																	"description": "Document type code for travel docs",
																	"enum": [
																		"F",
																		"A",
																		"C",
																		"I",
																		"IP",
																		"P"
																	],
																	"example": [
																		"P"
																	]
																},
																"document_id": {
																	"type": "string",
																	"description": "ID of document.",
																	"example": [
																		"234232334US"
																	]
																},
																"issue_country": {
																	"type": "string",
																	"description": "Country code of document´s issued",
																	"example": [
																		"US"
																	],
																	"pattern": "([^A-Z])*$",
																	"minLength": 2,
																	"maxLength": 2
																},
																"nationality": {
																	"type": "string",
																	"description": "Country code of passenger´s place of birth",
																	"example": [
																		"US"
																	],
																	"pattern": "(^[A-Z]*)$",
																	"minLength": 2,
																	"maxLength": 2
																},
																"date_of_birth": {
																	"type": "string",
																	"description": "Passenger´s date of birth on DDMMMYY format",
																	"example": [
																		"30OCT80"
																	]
																},
																"gender": {
																	"type": "string",
																	"description": "Gender of passenger from a list of value.",
																	"enum": [
																		"F",
																		"M",
																		"FI",
																		"MI",
																		"U"
																	],
																	"example": [
																		"M"
																	]
																},
																"expiration_date": {
																	"type": "string",
																	"description": "Document´s date of expiration on DDMMMYY format",
																	"example": [
																		"30OCT21"
																	]
																},
																"surname": {
																	"type": "string",
																	"description": "Passegner last name",
																	"example": [
																		"PEREZ"
																	],
																	"pattern": "([^A-Z]*)$"
																},
																"name": {
																	"type": "string",
																	"description": "Passenger names",
																	"example": [
																		"JUAN JOSE"
																	],
																	"pattern": "([^A-Z]*)$"
																},
																"middle_name": {
																	"type": "string",
																	"description": "Passenger middle name",
																	"example": [
																		"JUAN JOSE"
																	],
																	"pattern": "([^A-Z]*)$"
																},
																"passenger_association_order": {
																	"type": "string",
																	"description": "passenger order number who doc applies",
																	"example": [
																		"1"
																	]
																}
															}
														},
														"required": [
															"carrier",
															"document_type",
															"document_id",
															"issue_country",
															"nationality",
															"date_of_birth",
															"gender",
															"expiration_date",
															"surname",
															"name"
														],
														"additionalProperties": false
													},
													"date_of_birth": {
														"type": "array",
														"description": "Add travel DOCS DOB for passenger",
														"items": {
															"type": "object",
															"required": [
																"carrier",
																"quantity",
																"date_of_birth",
																"gender",
																"surname",
																"names"
															],
															"properties": {
																"carrier": {
																	"type": "string",
																	"description": "Carrier code that will received the ssr information",
																	"example": [
																		"XX"
																	],
																	"minLength": 2,
																	"maxLength": 2,
																	"pattern": "([^A-Z0-9]*)$"
																},
																"quantity": {
																	"type": "number",
																	"description": "It allows to enter only one dob per passenger",
																	"enum": [
																		1
																	]
																},
																"date_of_birth": {
																	"type": "string",
																	"description": "Passenger´s date of birth on DDMMMYY format",
																	"example": [
																		"30OCT80"
																	]
																},
																"gender": {
																	"type": "string",
																	"description": "Gender of passenger from a list of value.",
																	"enum": [
																		"F",
																		"M",
																		"FI",
																		"MI",
																		"U"
																	]
																},
																"surname": {
																	"type": "string",
																	"description": "Passegner last name",
																	"example": [
																		"PEREZ"
																	],
																	"pattern": "([^A-Z]*)$"
																},
																"names": {
																	"type": "string",
																	"description": "Passenger names",
																	"example": [
																		"JUAN JOSE"
																	],
																	"pattern": "([^A-Z]*)$"
																},
																"passenger_association_order": {
																	"type": "string",
																	"description": "passenger order number who doc applies",
																	"minItems": 1,
																	"items": {
																		"type": "number",
																		"example": [
																			1
																		]
																	}
																}
															},
															"additionalProperties": false
														}
													},
													"residence_information": {
														"type": "array",
														"description": "It allows user to declare de DOCA SSR for passenger reference.",
														"items": {
															"type": "object",
															"properties": {
																"carrier": {
																	"type": "string",
																	"description": "Carrier code that will received the ssr information",
																	"example": [
																		"XX"
																	],
																	"minLength": 2,
																	"maxLength": 2,
																	"pattern": "([^A-Z0-9]*)$"
																},
																"address_type": {
																	"type": "string",
																	"description": "Type of address",
																	"enum": [
																		"R",
																		"D"
																	],
																	"default": true
																},
																"country": {
																	"type": "string",
																	"description": "Country code of document´s issue",
																	"example": [
																		"US"
																	],
																	"pattern": "(^[A-Z]*)$",
																	"minLength": 2,
																	"maxLength": 2
																},
																"address_detail": {
																	"type": "string",
																	"description": "Detail of the address of passenger",
																	"example": [
																		"1445 COLLINS AV"
																	]
																},
																"city": {
																	"type": "string",
																	"description": "City location of address",
																	"example": [
																		"BUE",
																		"BUENOS AIRES"
																	]
																},
																"state_province_country": {
																	"type": "string",
																	"description": "Enter the state or province or country",
																	"example": [
																		"MIAMI",
																		"FL",
																		"US",
																		"FLORIDA",
																		"UNITED STATES"
																	]
																},
																"postal_code": {
																	"type": "string",
																	"description": "ZIP or postal code of address",
																	"example": [
																		"FL676876"
																	]
																},
																"infant_indicator": {
																	"type": "boolean",
																	"description": "Enable the infant passenger indicator",
																	"default": false,
																	"example": [
																		false
																	]
																},
																"segment_association_list": {
																	"type": "array",
																	"description": "segments where the docs will apply",
																	"minItems": 1,
																	"items": {
																		"type": "number",
																		"example": [
																			1
																		]
																	}
																},
																"passenger_association_order": {
																	"type": "string",
																	"description": "passenger order number who doc applies",
																	"example": [
																		1
																	]
																}
															},
															"required": [
																"carrier",
																"address_type",
																"country",
																"address_detail",
																"city",
																"state_province_country",
																"postal_code"
															],
															"additionalProperties": false
														}
													},
													"visa_information": {
														"type": "array",
														"description": "Enter SSR DOCO for VISA purposes",
														"items": {
															"type": "object",
															"properties": {
																"carrier": {
																	"type": "string",
																	"description": "Carrier code that will received the ssr information",
																	"example": [
																		"XX"
																	],
																	"minLength": 2,
																	"maxLength": 2,
																	"pattern": "(^[A-Z0-9]*)$"
																},
																"document_type": {
																	"type": "string",
																	"description": "VISA DOCUMENT TYPE",
																	"default": "V"
																},
																"place_of_birth": {
																	"type": "string",
																	"description": "Country code of place of birth",
																	"example": [
																		"US"
																	],
																	"pattern": "(^[A-Z]*)$",
																	"minLength": 2,
																	"maxLength": 2
																},
																"visa_number": {
																	"type": "string",
																	"description": "ID of visa.",
																	"example": [
																		"234232334US"
																	]
																},
																"place_of_issue": {
																	"type": "string",
																	"description": "Country code of issue visa",
																	"example": [
																		"US"
																	],
																	"pattern": "(^[A-Z]*)$",
																	"minLength": 2,
																	"maxLength": 2
																},
																"date_of_issue": {
																	"type": "string",
																	"description": "issue date of the visa on DDMMMYY format",
																	"example": [
																		"30OCT80"
																	]
																},
																"applicable_country": {
																	"type": "string",
																	"description": "Country code of applicable VISA",
																	"example": [
																		"US"
																	],
																	"pattern": "(^[A-Z]*)$",
																	"minLength": 2,
																	"maxLength": 2
																},
																"infant_indicator": {
																	"type": "boolean",
																	"description": "Enable the infant passenger indicator",
																	"default": false,
																	"example": [
																		false
																	]
																},
																"passenger_association_order": {
																	"type": "string",
																	"description": "Association to order of passenger into the passenger_information",
																	"example": [
																		"1"
																	]
																}
															}
														},
														"required": [
															"carrier",
															"place_of_birth",
															"visa_number",
															"place_of_issue",
															"date_of_issue",
															"applicable_country"
														]
													},
													"redress_information": {
														"type": "array",
														"description": "Enter DOCO with redress information",
														"items": {
															"type": "object",
															"properties": {
																"carrier": {
																	"type": "string",
																	"description": "Carrier code that will received the ssr information",
																	"example": [
																		"XX"
																	],
																	"minLength": 2,
																	"maxLength": 2,
																	"pattern": "(^[A-Z0-9]*)$"
																},
																"document_type": {
																	"type": "string",
																	"description": "Redress number indicator",
																	"default": "R",
																	"enum": [
																		"R"
																	]
																},
																"redress_number": {
																	"type": "string",
																	"description": "ID of redress.",
																	"example": [
																		"28799999877"
																	]
																},
																"segment_association_list": {
																	"type": "array",
																	"description": "segments where the docs will apply",
																	"minItems": 1,
																	"items": {
																		"type": "number",
																		"example": [
																			1
																		]
																	}
																},
																"passenger_association_order": {
																	"type": "string",
																	"description": "Association to order of passenger into the passenger_information",
																	"example": [
																		"1"
																	]
																}
															},
															"required": [
																"carrier",
																"redress_number"
															],
															"additionalProperties": false
														}
													}
												}
											}
										}
									},
									"time_limits_criteria": {
										"type": "object",
										"description": "Description of time limits criteria",
										"anyOf": [
											{
												"required": [
													"booking_ticket_time_limit"
												]
											}
										],
										"properties": {
											"booking_ticket_time_limit": {
												"type": "object",
												"description": "Reservation time limit",
												"oneOf": [
													{
														"required": [
															"instant_purchase"
														]
													},
													{
														"required": [
															"uncheck_timelimits_rules"
														]
													},
													{
														"required": [
															"ticket_ok"
														]
													},
													{
														"required": [
															"auto_cancel"
														]
													}
												],
												"properties": {
													"instant_purchase": {
														"type": "boolean",
														"description": "Enable only 10 minutes of booking live to process only ticketing",
														"default": false
													},
													"uncheck_timelimits_rules": {
														"type": "boolean",
														"description": "Allow user to enter reservation time limit without checking the rules",
														"default": false
													},
													"ticket_ok": {
														"type": "boolean",
														"description": "It allows user to enter manual ticket Ok instead a time_limit",
														"default": false
													},
													"auto_cancel": {
														"type": "boolean",
														"description": "Allow user to enter reservation time limit and cancel reservation automatically at time of expiration set",
														"default": false
													},
													"manual": {
														"type": "object",
														"description": "It allows user to enter the time limit manually",
														"required": [
															"date",
															"time"
														],
														"properties": {
															"date": {
																"type": "string",
																"format": "date",
																"description": "Date of expiration (YYYY-MM-DD)",
																"example": [
																	"2019-11-30"
																]
															},
															"time": {
																"type": "string",
																"description": "Departure time of segment express on integear",
																"example": [
																	"1800"
																],
																"minLength": 4,
																"maxLength": 4,
																"pattern": "(^[0-9]*)$"
															},
															"city": {
																"type": "string",
																"description": "City location for LocalTime",
																"example": [
																	"BUE"
																],
																"minLength": 3,
																"maxLength": 3,
																"pattern": "(^[A-Z]*)$"
															}
														}
													},
													"creation_date": {
														"type": "object",
														"required": [
															"time_quantity"
														],
														"properties": {
															"days": {
																"type": "boolean",
																"description": "Enable to express time in days in change of the default hours",
																"default": "false"
															},
															"time_quantity": {
																"type": "number",
																"description": "Quantity of time to add from creation date",
																"example": [
																	2
																]
															}
														}
													}
												}
											}
										}
									},
									"seats_information": {
										"type": "object",
										"description": "Allow user to add or delete seats to a reservation",
										"anyOf": [
											{
												"required": [
													"add_seats_list"
												]
											},
											{
												"required": [
													"delete_seats_list"
												]
											}
										],
										"properties": {
											"add_seats_list": {
												"type": "array",
												"items": {
													"type": "object",
													"required": [
														"passenger_reference_key",
														"segment_reference_key",
														"seat_location"
													],
													"properties": {
														"passenger_reference_key": {
															"$ref": "#/components/schemas/passenger_reference_key"
														},
														"segment_reference_key": {
															"$ref": "#/components/schemas/segment_reference_key"
														},
														"seat_location": {
															"type": "string",
															"description": "Seat location to request",
															"example": [
																"2A"
															],
															"pattern": "^(.*)$"
														}
													}
												}
											},
											"delete_seats_list": {
												"type": "array",
												"description": "Contain a list of seats to cancel from reservation",
												"items": {
													"type": "object",
													"required": [
														"seat_reference_key_list"
													],
													"properties": {
														"seat_reference_key_list": {
															"type": "array",
															"description": "List of unique identification id of the seats to delete",
															"items": {
																"type": "string",
																"example": [
																	"SR00XX201904698381726673000000000001"
																],
																"pattern": "^(.*)$"
															}
														}
													}
												}
											}
										}
									},
									"split_reservation": {
										"type": "object",
										"description": "Contain a split reservation criteria",
										"minProperties": 1,
										"properties": {
											"passenger_reference_key_list": {
												"type": "array",
												"description": "List of unique identification of passenger to split from original reservation.",
												"minItems": 1,
												"items": {
													"type": "string",
													"example": [
														"NM00XX201910818074827777000002"
													],
													"pattern": "^(.*)$"
												}
											}
										}
									},
									"revalidate_tickets": {
										"type": "array",
										"description": "Allow user to revalidate tickets",
										"minItems": 1,
										"items": {
											"type": "object",
											"minProperties": 1,
											"properties": {
												"passenger_reference_key": {
													"type": "string",
													"description": "Passenger reference indicator. Contained on response of get_booking_information.",
													"example": [
														"1"
													]
												},
												"ticket_number": {
													"type": "string",
													"description": "number of ticket for reference passenger to revalidate",
													"minLength": 13,
													"maxLength": 13,
													"pattern": "^[0-9]*$"
												},
												"coupon_number_list": {
													"type": "array",
													"description": "List of coupons number to revalidate",
													"minItems": 1,
													"items": {
														"type": "integer"
													}
												},
												"flight_segment_reference_key_list": {
													"type": "array",
													"description": "List of flight_segment_reference_key to process cancellation",
													"minItems": 1,
													"items": {
														"type": "string"
													}
												}
											}
										}
									},
									"remarks_information": {
										"type": "object",
										"description": "Remarks criteria to modify reservation",
										"minProperties": 1,
										"properties": {
											"add_remarks_list": {
												"type": "array",
												"description": "Add remarks to reservation",
												"minItems": 1,
												"items": {
													"type": "object",
													"properties": {
														"order": {
															"type": "number",
															"description": "order to process the remark",
															"minLength": 1,
															"maxLength": 3
														},
														"remark_type": {
															"type": "string",
															"description": "Type of remark, it is used to display or process special remarks",
															"enum": [
																"I."
															]
														},
														"text": {
															"type": "string",
															"description": "Text of remark to process",
															"minLength": 1,
															"maxLength": 100
														}
													},
													"required": [
														"text"
													]
												}
											},
											"delete_remarks": {
												"type": "object",
												"description": "It allows users to delete remarks",
												"minProperties": 1,
												"properties": {
													"remark_reference_key_list": {
														"type": "array",
														"description": "List of remark_reference_key to process deletion",
														"minItems": 1,
														"items": {
															"type": "string",
															"example": [
																"RM00XX201909857474687167000002"
															]
														}
													}
												}
											}
										}
									},
									"add_external_recordlocator": {
										"type": "object",
										"description": "This object allows user to enter only 1 external record-locator to associate to the reservation.",
										"required": [
											"touroperator_code",
											"external_record_locator"
										],
										"properties": {
											"touroperator_code": {
												"type": "string",
												"description": "The tour operator code assigned by kiu system",
												"example": [
													"A008"
												]
											},
											"external_record_locator": {
												"type": "string",
												"description": "Tour operator system record locator",
												"minLength": 5,
												"example": [
													"ABC123"
												]
											}
										}
									},
									"change_reservation_responsability": {
										"type": "object",
										"description": "This functionality allows users to change the responsability of a reservation",
										"required": [
											"new_office_id"
										],
										"properties": {
											"new_office_id": {
												"type": "string",
												"description": "New office id responsible for the reservation",
												"example": [
													"BUEA7760"
												]
											}
										}
									}
								}
							}
						}
					}
				},
				"responses": {
					"200": {
						"description": "Success",
						"content": {
							"application/json": {
								"example": {
									"success": {
										"description": "The record_locator_version_information in order to let users known the last update made on resrevation.",
										"value": {
											"record_locator_version_information": {
												"record_locator": "VFAOTW",
												"record_locator_version": "2020-10-26T11:31:26.680Z"
											}
										}
									}
								},
								"schema": {
									"type": "object",
									"description": "The success transaction returns the record_locator_version_information for users to know the latest version of PNR.",
									"properties": {
										"record_locator_version_information": {
											"$ref": "#/components/schemas/record_locator_version_information"
										}
									}
								}
							}
						}
					},
					"400": {
						"description": "Error received by KIU-API",
						"content": {
							"application/json": {
								"example": {},
								"schema": {
									"type": "object",
									"properties": {
										"exception": {
											"type": "string",
											"description": "Exception name that origin the error",
											"example": "InvalidAccessException"
										},
										"extended": {
											"type": "object",
											"properties": {
												"error_additional_information": {
													"type": "string",
													"description": "Message associated to error on preference user language",
													"example": "INVALID ACCESS"
												},
												"error_number": {
													"type": "string",
													"description": "Unique id number that identifies the error",
													"example": "9999"
												}
											},
											"description": "extend information related error"
										},
										"layer": {
											"type": "number",
											"description": "Level that generate the error. This is recommended to inform in case to consult support",
											"example": [
												2
											]
										},
										"message": {
											"type": "string",
											"description": "Exception associated text",
											"example": "Service unavailable."
										}
									}
								}
							}
						}
					}
				},
				"deprecated": false
			}
		},
		"/air/booking/get_booking_information": {
			"post": {
				"tags": [
					"checkout"
				],
				"summary": "Retrieve a reservation.",
				"parameters": [
					{
						"$ref": "#/components/parameters/KIU-API-Token"
					},
					{
						"$ref": "#/components/parameters/Content-Type"
					}
				],
				"requestBody": {
					"description": "Request have several modes and dependencies to get the correct content.",
					"content": {
						"application/json": {
							"examples": {
								"get_booking_information": {
									"value": {
										"point_of_sale": {
											"user": "XX",
											"kiu_device_id": "AEP00XX817",
											"agent_id": "AEP00XXSM",
											"preferred_display_currency": "ARS",
											"country": "AR"
										},
										"record_locator": "PNBBZB",
										"full_record_locator_information": "Y"
									}
								}
							},
							"schema": {
								"required": [
									"point_of_sale",
									"record_locator"
								],
								"type": "object",
								"properties": {
									"point_of_sale": {
										"$ref": "#/components/schemas/point_of_sale"
									},
									"date_time": {
										"$ref": "#/components/schemas/date_time"
									},
									"echo_token": {
										"$ref": "#/components/schemas/echo_token"
									},
									"touroperator_code": {
										"type": "string",
										"description": "Tour operator code.",
										"example": [
											"A776"
										]
									},
									"record_locator": {
										"$ref": "#/components/schemas/record_locator"
									},
									"surname": {
										"$ref": "#/components/schemas/surname",
										"description": "This property allows user to make a search in conjuction with recordlocator. The surname must match 100%."
									},
									"passengers_information": {
										"type": "string",
										"description": "This property returns the passengers list on PNR.",
										"enum": [
											"Y"
										],
										"example": "Y"
									},
									"itinerary_information": {
										"type": "string",
										"description": "This property returns the air segments list on reservation.",
										"enum": [
											"Y"
										],
										"example": "Y"
									},
									"seats_information": {
										"type": "string",
										"description": "This property returns the passengers seats booked on PNR.",
										"enum": [
											"Y"
										],
										"example": "Y"
									},
									"contacts_information": {
										"type": "string",
										"description": "This property returns the passengers contacts in PNR.",
										"enum": [
											"Y"
										],
										"example": "Y"
									},
									"special_services_information": {
										"type": "string",
										"description": "This property returns the list of special service information in PNR.",
										"enum": [
											"Y"
										],
										"example": "Y"
									},
									"tickets_information": {
										"type": "string",
										"description": "This property returns the list of tickets in PNR.",
										"enum": [
											"Y"
										],
										"example": "Y"
									},
									"emds_information": {
										"type": "string",
										"description": "This property returns the list of emds in PNR.",
										"enum": [
											"Y"
										],
										"example": "Y"
									},
									"remarks_information": {
										"type": "string",
										"description": "This property returns the list of remars in PNR.",
										"enum": [
											"Y"
										],
										"example": "Y"
									},
									"air_pricing_information": {
										"type": "string",
										"description": "This property returns quotation stored in PNR.",
										"enum": [
											"Y"
										],
										"example": "Y"
									},
									"ancillaries_pricing_information": {
										"type": "string",
										"description": "This property returns the ancillaries quotations stored in PNR.",
										"enum": [
											"Y"
										],
										"example": "Y"
									},
									"pending_issues_information": {
										"type": "string",
										"description": "This property returns the items pending for issue documents. The use of this parameter re-prices the reservation.",
										"enum": [
											"Y"
										],
										"example": "Y"
									},
									"air_itin_additional_information": {
										"type": "string",
										"description": "This property returns extended information for air itinerary segments.",
										"enum": [
											"Y"
										],
										"example": "Y"
									},
									"full_record_locator_information": {
										"type": "string",
										"description": "This property is NOT COMBINABLE with the others previous qualifiers.Return full PNR information. The use of this parameter re-prices the reservation.",
										"enum": [
											"Y"
										],
										"example": "Y"
									},
									"retrieve_pnr": {
										"type": "string",
										"description": "This option is NOT COMBINABLE with others and display the PNR on workarea of the kiu_device_id",
										"enum": [
											"Y"
										],
										"example": "Y"
									},
									"extra_services_detail": {
										"type": "string",
										"description": "This option the extra services associated to the PNR",
										"enum": [
											"Y"
										],
										"example": "Y"
									},
									"additional_info_for_payment_process": {
										"type": "string",
										"description": "This option returns information related to the payment process online of DISPATCHER product. Possible values: carrierCode, Y or '999'.",
										"example": "XX"
									},
									"record_locator_information": {
										"type": "string",
										"description": "This property returns only the record locator information.",
										"enum": [
											"Y"
										],
										"example": "Y"
									}
								}
							}
						}
					}
				},
				"responses": {
					"200": {
						"description": "Success",
						"content": {
							"application/json": {
								"example": {
									"full_content": {
										"value": {
											"contacts_list": [
												{
													"contact_reference_key": "CT00XX202009807866669066000001",
													"description": " 999 AUTO PNR GEN V.1",
													"location_reference_id": "AEP_0",
													"order": 1,
													"type": "CONTACT"
												},
												{
													"contact_reference_key": "CT00XX202009807866669066000002",
													"description": "ANALISIS@KIUSYS.COM",
													"order": 2,
													"type": "EMAIL"
												}
											],
											"flights_origin_destination_information": {
												"OD00XX202009807866669066001001": {
													"arrival_information": {
														"change_day_indicator": 0,
														"date": "2020-10-23",
														"location_reference_id": "SEZ_0",
														"time": "22:55"
													},
													"departure_information": {
														"date": "2020-10-23",
														"location_reference_id": "JNB_0",
														"time": "16:00"
													},
													"flight_segments_quantity": 1,
													"flight_segments_reference_keys": [
														"IT00XX202009807866669066000001"
													],
													"flights_origin_destination_reference_key": "OD00XX202009807866669066001001"
												}
											},
											"flights_segment_information": {
												"IT00XX202009807866669066002002": {
													"api_required": false,
													"arnk_indicator": false,
													"arrival_information": {
														"change_day_indicator": 0,
														"date": "2020-10-23",
														"day_of_week_name": "FRIDAY",
														"days_prior_to_departure": 29,
														"difference_day_indicator": 0,
														"location_reference_id": "SEZ_0",
														"time": "22:55",
														"time_zone": 240
													},
													"carrier_reference_id": "00XX_0",
													"departure_information": {
														"date": "2020-10-23",
														"day_of_week_name": "FRIDAY",
														"days_prior_to_departure": 29,
														"difference_day_indicator": 0,
														"location_reference_id": "JNB_0",
														"time": "16:00",
														"time_zone": 120
													},
													"enable_prs": true,
													"equipment_reference_id": "320_0",
													"family_fare_reference_id": "ECONOMY-FLEX_00XX_0",
													"flight_elapsed_time": "04:55",
													"flight_number": "162",
													"flight_segment_reference_key": "IT00XX202009807866669066000002",
													"flight_stops": 0,
													"flight_type": "INTERNATIONAL",
													"number_in_party": 2,
													"order": 2,
													"reservation_booking_designator": "Y",
													"reservation_cabin_designator_reference_id": "Y_00XX_0",
													"reservation_status_reference_id": "HK_0",
													"transaction_details": {
														"creation_date": "2020-09-24T16:25:14.360",
														"source": "AGENT"
													}
												}
											},
											"passengers_information": {
												"NM00XX202009807866669066002002": {
													"foid_information": {
														"FDN00XX202009807866669066000001": {
															"carrier_reference_id": "00YY_0",
															"foid_id": "47054176",
															"foid_reference_key": "FDN00XX202009807866669066000001",
															"foid_type_reference_id": "PP_00XX_0",
															"passenger_reference_associated": "NM00XX202009807866669066000002"
														}
													},
													"infant_associated_indicator": false,
													"name": "PAOLA KARINA",
													"order": 2,
													"passenger_reference_key": "NM00XX202009807866669066000002",
													"passenger_type": "ADULT",
													"passenger_type_code_reference_id": "ADT_00XX_0",
													"surname": "MATURANA PALACIOS"
												}
											},
											"pending_items_information": {
												"passengers_information": {
													"NM00XX202009807866669066000001": {
														"flight_segment_information": {
															"IT00XX202009807866669066000001": {
																"flight_segment_reference_key": "IT00XX202009807866669066000001",
																"time_limit": {
																	"auto_cancel": true,
																	"local_datetime": "2020-10-19T19:00:00",
																	"location_reference_id": "AEP_0",
																	"robot_limit_except": false,
																	"transaction_details": {
																		"creation_date": "2020-09-24T16:29:18.483",
																		"source": "AGENT"
																	}
																}
															}
														},
														"passenger_reference_key": "NM00XX202009807866669066000001",
														"seats_information": {
															"ST00XX202009807866669066000001": {
																"seat_reference_key": "ST00XX202009807866669066000002",
																"time_limit": {
																	"auto_cancel": true,
																	"local_datetime": "2020-09-27T17:25:00",
																	"location_reference_key": "AEP"
																}
															}
														}
													}
												},
												"pricing_information": {
													"air_itinerary_quotations": [
														{
															"currency_conversion": [
																{
																	"code": "BSR",
																	"rate": 79.5
																}
															],
															"fare_calculation_mode_indicator": "0",
															"fare_calculation_pricing_indicator": "0",
															"mode": "AUTOMATIC",
															"pq_number": "10",
															"pricing_information": [
																"AIRLINE FEES INCLUDED",
																"AIRLINE FORM OF PAYMENT FEES MAY APPLY",
																"PRICED WITH VALIDATING CARRIER  XX   "
															],
															"ptc_breakdown_information": {
																"ADT_00XX_0": {
																	"ADULT": {
																		"coupons_list": [
																			{
																				"cabin_designator_reference_id": "Y_00XX_0",
																				"coupon_number": "1",
																				"family_fare_reference_id": "ECONOMY-FLEX_00XX_0",
																				"fare_basis": "YOW",
																				"fare_id": 495522,
																				"flight_segment_reference_associated": "IT00XX202009807866669066000002",
																				"ticket_bagagge_allowance": "PC2"
																			},
																			{
																				"cabin_designator_reference_id": "Y_00XX_0",
																				"coupon_number": "2",
																				"family_fare_reference_id": "ECONOMY-FLEX_00XX_0",
																				"fare_basis": "YOW",
																				"fare_id": 495522,
																				"flight_segment_reference_associated": "IT00XX202009807866669066000002",
																				"ticket_bagagge_allowance": "PC2"
																			}
																		],
																		"fare_construction": "SEZ XX JNB700.00 XX SEZ700.00NUC1400.00END ROE1.000000",
																		"fare_construction_detail": [
																			{
																				"component_amount": "700.00",
																				"component_currency_id": "NUC_0",
																				"component_points_reference_id": "SEZ_0-JNB_0",
																				"fare_component_id": 1,
																				"is_previous_surface": false,
																				"stop_over": "",
																				"surcharge": ""
																			},
																			{
																				"component_amount": "700.00",
																				"component_currency_id": "NUC_0",
																				"component_points_reference_id": "JNB_0-SEZ_0",
																				"fare_component_id": 2,
																				"is_previous_surface": true,
																				"stop_over": "",
																				"surcharge": ""
																			}
																		],
																		"fare_type": "PUBLIC",
																		"fees_excepted": false,
																		"passenger_quantity": 2,
																		"passenger_type": "ADULT",
																		"passenger_type_code_reference_id": "ADT_00XX_0",
																		"ptc_breakdown": {
																			"base_fare": {
																				"amount": 1400,
																				"currency_reference_id": "USD_0"
																			},
																			"equivalent_paid": {
																				"amount": 111300,
																				"currency_reference_id": "ARS_0"
																			},
																			"fees_information": {
																				"amount": 159,
																				"currency_reference_id": "ARS_0",
																				"fees_list": [
																					{
																						"amount": 159,
																						"collectable": true,
																						"currency_reference_id": "ARS_0",
																						"excepted": false,
																						"exchange_allowed": true,
																						"fee_code": "OB",
																						"fee_code_name": "TESTING FEE",
																						"fee_subcode": "T05",
																						"paid": false,
																						"quotation_mode": "AUTOMATIC",
																						"refund_allowed": false
																					}
																				]
																			},
																			"taxes_information": {
																				"amount": 33390,
																				"currency_reference_id": "ARS_0",
																				"taxes_list": [
																					{
																						"amount": 33390,
																						"collectable": true,
																						"currency_reference_id": "ARS_0",
																						"excepted": false,
																						"exchange_allowed": true,
																						"paid": false,
																						"quotation_mode": "AUTOMATIC",
																						"refund_allowed": true,
																						"tax_code": "O5",
																						"tax_code_name": "INCLUSIVE AND SOLIDARITY (PAIS) TAX"
																					}
																				]
																			},
																			"total": {
																				"amount": 144849,
																				"currency_reference_id": "ARS_0"
																			}
																		},
																		"ptc_breakdown_total": {
																			"passenger_quantity": 2,
																			"total": {
																				"amount": 289698,
																				"currency_reference_id": "ARS_0"
																			},
																			"total_base_fare": {
																				"amount": 2800,
																				"currency_reference_id": "USD_0"
																			},
																			"total_equivalent_paid": {
																				"amount": 222600,
																				"currency_reference_id": "ARS_0"
																			},
																			"total_fees": {
																				"amount": 318,
																				"currency_reference_id": "ARS_0"
																			},
																			"total_taxes": {
																				"amount": 66780,
																				"currency_reference_id": "ARS_0"
																			}
																		},
																		"taxes_excepted": false
																	},
																	"passenger_type_code_reference_id": "ADT_00XX_0",
																	"pq_number": "10"
																}
															},
															"quotation_grand_total": {
																"total": {
																	"amount": 289698,
																	"currency_reference_id": "ARS_0"
																},
																"total_base_fare": {
																	"amount": 2800,
																	"currency_reference_id": "USD_0"
																},
																"total_equivalent_paid": {
																	"amount": 222600,
																	"currency_reference_id": "ARS_0"
																},
																"total_fees": {
																	"amount": 318,
																	"currency_reference_id": "ARS_0"
																},
																"total_taxes": {
																	"amount": 66780,
																	"currency_reference_id": "ARS_0"
																}
															},
															"transaction_detail": {
																"creation_date": "2020-09-24T16:29:18.670",
																"point_of_sale": {
																	"agent_id": "AEP00XXSM",
																	"country": "AR",
																	"kiu_device_id": "AEP00XX817",
																	"preferred_display_currency": "ARS",
																	"user": "XX"
																},
																"source": "AGENT"
															}
														}
													],
													"ancillaries_quotations": [
														{
															"pqa_number": "1",
															"ptc_breakdowns": {
																"base_fare": {
																	"amount": 30,
																	"currency_key": "USD"
																},
																"coupons_list": [
																	{
																		"carrier_reference_key": "00XX",
																		"city_of_service_reference_key": "SEZ",
																		"city_to_of_service": "JNB",
																		"coupon_fare": {
																			"amount": 30,
																			"currency_key": "USD"
																		},
																		"coupon_number": "1",
																		"date_of_service": "2020-10-20",
																		"fee_owner_airline_designator_reference_key": "00XX",
																		"flight_number": "163",
																		"flight_segment_reference_associated": "00XX202009807866669066000002",
																		"reservation_booking_designator": "Y",
																		"rfic": "A",
																		"rfisc": "99X",
																		"rfisc_description": "EXTRA LEGROOOM SEAT",
																		"service_code": "STXL",
																		"service_quantity": 1,
																		"service_type": "SEA",
																		"special_service_reference_associated": "00XX202009807866669066000002"
																	}
																],
																"emd_type": "A",
																"equivalent_paid": {
																	"amount": 2385,
																	"bsr": 79.5,
																	"currency_key": "ARS"
																},
																"is_seat_assigment": true,
																"order_item": 1,
																"passenger_quantity": 1,
																"passenger_reference_associated": "00XX202009807866669066000001",
																"passenger_type": "ADULT",
																"passenger_type_code": "ADT",
																"passenger_type_description": "ADULT",
																"rfic": "A",
																"rfic_description": "AIR TRANSPORTATION",
																"taxes_list": [
																	{
																		"amount": 715.5,
																		"currency": "ARS",
																		"tax_code": "O5"
																	}
																],
																"total": {
																	"amount": 3100.5,
																	"currency_key": "ARS"
																},
																"total_taxes": {
																	"amount": 715.5,
																	"currency_key": "ARS"
																}
															},
															"quote_mode": "AUTOMATIC",
															"total": {
																"amount": 3100.5,
																"currency_key": "ARS"
															},
															"total_base_fare": {
																"amount": 30,
																"currency_key": "USD"
															},
															"total_equivalent_paid": {
																"amount": 2385,
																"bsr": 79.5,
																"currency_key": "ARS"
															},
															"total_taxes": {
																"amount": 715.5,
																"currency_key": "ARS"
															},
															"transaction_detail": {
																"creation_date": "2020-09-24T16:29:18.717",
																"point_of_sale": {
																	"agent_id": "AEP00XXSM",
																	"country": "AR",
																	"kiu_device_id": "AEP00XX817",
																	"preferred_display_currency": "ARS",
																	"user": "XX"
																},
																"source": "AGENT"
															}
														},
														{
															"pqa_number": "2",
															"ptc_breakdowns": {
																"base_fare": {
																	"amount": 20,
																	"currency_key": "USD"
																},
																"coupons_list": [
																	{
																		"carrier_reference_key": "00XX",
																		"city_of_service_reference_key": "SEZ",
																		"city_to_of_service": "JNB",
																		"coupon_fare": {
																			"amount": 20,
																			"currency_key": "USD"
																		},
																		"coupon_number": "1",
																		"date_of_service": "2020-10-20",
																		"fee_owner_airline_designator_reference_key": "00XX",
																		"flight_number": "163",
																		"flight_segment_reference_associated": "00XX202009807866669066000001",
																		"reservation_booking_designator": "Y",
																		"rfic": "C",
																		"rfisc": "0AA",
																		"rfisc_description": "PRE PAID BAGGAGE",
																		"service_code": "PDBG",
																		"service_quantity": 1,
																		"service_type": "SSR",
																		"special_service_reference_associated": "00XX202009807866669066000001",
																		"ticket_associated_required": true
																	}
																],
																"emd_type": "A",
																"equivalent_paid": {
																	"amount": 1590,
																	"bsr": 79.5,
																	"currency_key": "ARS"
																},
																"order_item": 1,
																"passenger_quantity": 1,
																"passenger_reference_associated": "00XX202009807866669066000002",
																"passenger_type": "ADULT",
																"passenger_type_code": "ADT",
																"passenger_type_description": "ADULT",
																"rfic": "C",
																"rfic_description": "BAGGAGE",
																"taxes_list": [
																	{
																		"amount": 477,
																		"currency": "ARS",
																		"tax_code": "O5"
																	}
																],
																"total": {
																	"amount": 2067,
																	"currency_key": "ARS"
																},
																"total_taxes": {
																	"amount": 477,
																	"currency_key": "ARS"
																}
															},
															"quote_mode": "AUTOMATIC",
															"total": {
																"amount": 2067,
																"currency_key": "ARS"
															},
															"total_base_fare": {
																"amount": 20,
																"currency_key": "USD"
															},
															"total_equivalent_paid": {
																"amount": 1590,
																"bsr": 79.5,
																"currency_key": "ARS"
															},
															"total_taxes": {
																"amount": 477,
																"currency_key": "ARS"
															},
															"transaction_detail": {
																"creation_date": "2020-09-24T16:29:18.753",
																"point_of_sale": {
																	"agent_id": "AEP00XXSM",
																	"country": "AR",
																	"kiu_device_id": "AEP00XX817",
																	"preferred_display_currency": "ARS",
																	"user": "XX"
																},
																"source": "AGENT"
															}
														},
														{
															"pqa_number": "3",
															"ptc_breakdowns": {
																"base_fare": {
																	"amount": 30,
																	"currency_key": "USD"
																},
																"coupons_list": [
																	{
																		"carrier_reference_key": "00XX",
																		"city_of_service_reference_key": "SEZ",
																		"city_to_of_service": "JNB",
																		"coupon_fare": {
																			"amount": 30,
																			"currency_key": "USD"
																		},
																		"coupon_number": "1",
																		"date_of_service": "2020-10-20",
																		"fee_owner_airline_designator_reference_key": "00XX",
																		"flight_number": "163",
																		"flight_segment_reference_associated": "00XX202009807866669066000002",
																		"reservation_booking_designator": "Y",
																		"rfic": "A",
																		"rfisc": "99X",
																		"rfisc_description": "EXTRA LEGROOOM SEAT",
																		"service_code": "STXL",
																		"service_quantity": 1,
																		"service_type": "SEA",
																		"special_service_reference_associated": "00XX202009807866669066000001"
																	}
																],
																"emd_type": "A",
																"equivalent_paid": {
																	"amount": 2385,
																	"bsr": 79.5,
																	"currency_key": "ARS"
																},
																"is_seat_assigment": true,
																"order_item": 1,
																"passenger_quantity": 1,
																"passenger_reference_associated": "00XX202009807866669066000001",
																"passenger_type": "ADULT",
																"passenger_type_code": "ADT",
																"passenger_type_description": "ADULT",
																"rfic": "A",
																"rfic_description": "AIR TRANSPORTATION",
																"taxes_list": [
																	{
																		"amount": 715.5,
																		"currency": "ARS",
																		"tax_code": "O5"
																	}
																],
																"total": {
																	"amount": 3100.5,
																	"currency_key": "ARS"
																},
																"total_taxes": {
																	"amount": 715.5,
																	"currency_key": "ARS"
																}
															},
															"quote_mode": "AUTOMATIC",
															"total": {
																"amount": 3100.5,
																"currency_key": "ARS"
															},
															"total_base_fare": {
																"amount": 30,
																"currency_key": "USD"
															},
															"total_equivalent_paid": {
																"amount": 2385,
																"bsr": 79.5,
																"currency_key": "ARS"
															},
															"total_taxes": {
																"amount": 715.5,
																"currency_key": "ARS"
															},
															"transaction_detail": {
																"creation_date": "2020-09-24T16:29:18.810",
																"point_of_sale": {
																	"agent_id": "AEP00XXSM",
																	"country": "AR",
																	"kiu_device_id": "AEP00XX817",
																	"preferred_display_currency": "ARS",
																	"user": "XX"
																},
																"source": "AGENT"
															}
														}
													]
												}
											},
											"pricing_information": {
												"air_itinerary_quotations": [
													{
														"currency_conversion": [
															{
																"code": "BSR",
																"rate": 79.5
															}
														],
														"fare_calculation_mode_indicator": "0",
														"fare_calculation_pricing_indicator": "0",
														"mode": "AUTOMATIC",
														"pq_number": "10",
														"pricing_information": [
															"AIRLINE FEES INCLUDED",
															"AIRLINE FORM OF PAYMENT FEES MAY APPLY",
															"PRICED WITH VALIDATING CARRIER  XX   "
														],
														"ptc_breakdown_information": {
															"ADT_00XX_0": {
																"ADULT": {
																	"coupons_list": [
																		{
																			"cabin_designator_reference_id": "Y_00XX_0",
																			"coupon_number": "1",
																			"family_fare_reference_id": "ECONOMY-FLEX_00XX_0",
																			"fare_basis": "YOW",
																			"fare_id": 495522,
																			"flight_segment_reference_associated": "IT00XX202009807866669066000001",
																			"ticket_bagagge_allowance": "PC2"
																		},
																		{
																			"cabin_designator_reference_id": "Y_00XX_0",
																			"coupon_number": "2",
																			"family_fare_reference_id": "ECONOMY-FLEX_00XX_0",
																			"fare_basis": "YOW",
																			"fare_id": 495522,
																			"flight_segment_reference_associated": "IT00XX202009807866669066000001",
																			"ticket_bagagge_allowance": "PC2"
																		}
																	],
																	"fare_construction": "SEZ XX JNB700.00 XX SEZ700.00NUC1400.00END ROE1.000000",
																	"fare_construction_detail": [
																		{
																			"component_amount": "700.00",
																			"component_currency_id": "NUC_0",
																			"component_points_reference_id": "SEZ_0-JNB_0",
																			"fare_component_id": 1,
																			"is_previous_surface": false,
																			"stop_over": "",
																			"surcharge": ""
																		},
																		{
																			"component_amount": "700.00",
																			"component_currency_id": "NUC_0",
																			"component_points_reference_id": "JNB_0-SEZ_0",
																			"fare_component_id": 2,
																			"is_previous_surface": true,
																			"stop_over": "",
																			"surcharge": ""
																		}
																	],
																	"fare_type": "PUBLIC",
																	"fees_excepted": false,
																	"passenger_quantity": 2,
																	"passenger_type": "ADULT",
																	"passenger_type_code_reference_id": "ADT_00XX_0",
																	"ptc_breakdown": {
																		"base_fare": {
																			"amount": 1400,
																			"currency_reference_id": "USD_0"
																		},
																		"equivalent_paid": {
																			"amount": 111300,
																			"currency_reference_id": "ARS_0"
																		},
																		"fees_information": {
																			"amount": 159,
																			"currency_reference_id": "ARS_0",
																			"fees_list": [
																				{
																					"amount": 159,
																					"collectable": true,
																					"currency_reference_id": "ARS_0",
																					"excepted": false,
																					"exchange_allowed": true,
																					"fee_code": "OB",
																					"fee_code_name": "TESTING FEE",
																					"fee_subcode": "T05",
																					"paid": false,
																					"quotation_mode": "AUTOMATIC",
																					"refund_allowed": false
																				}
																			]
																		},
																		"taxes_information": {
																			"amount": 33390,
																			"currency_reference_id": "ARS_0",
																			"taxes_list": [
																				{
																					"amount": 33390,
																					"collectable": true,
																					"currency_reference_id": "ARS_0",
																					"excepted": false,
																					"exchange_allowed": true,
																					"paid": false,
																					"quotation_mode": "AUTOMATIC",
																					"refund_allowed": true,
																					"tax_code": "O5",
																					"tax_code_name": "INCLUSIVE AND SOLIDARITY (PAIS) TAX"
																				}
																			]
																		},
																		"total": {
																			"amount": 144849,
																			"currency_reference_id": "ARS_0"
																		}
																	},
																	"ptc_breakdown_total": {
																		"passenger_quantity": 2,
																		"total": {
																			"amount": 289698,
																			"currency_reference_id": "ARS_0"
																		},
																		"total_base_fare": {
																			"amount": 2800,
																			"currency_reference_id": "USD_0"
																		},
																		"total_equivalent_paid": {
																			"amount": 222600,
																			"currency_reference_id": "ARS_0"
																		},
																		"total_fees": {
																			"amount": 318,
																			"currency_reference_id": "ARS_0"
																		},
																		"total_taxes": {
																			"amount": 66780,
																			"currency_reference_id": "ARS_0"
																		}
																	},
																	"taxes_excepted": false
																},
																"passenger_type_code_reference_id": "ADT_00XX_0",
																"pq_number": "10"
															}
														},
														"quotation_grand_total": {
															"total": {
																"amount": 289698,
																"currency_reference_id": "ARS_0"
															},
															"total_base_fare": {
																"amount": 2800,
																"currency_reference_id": "USD_0"
															},
															"total_equivalent_paid": {
																"amount": 222600,
																"currency_reference_id": "ARS_0"
															},
															"total_fees": {
																"amount": 318,
																"currency_reference_id": "ARS_0"
															},
															"total_taxes": {
																"amount": 66780,
																"currency_reference_id": "ARS_0"
															}
														},
														"transaction_detail": {
															"creation_date": "2020-09-24T16:29:18.960",
															"point_of_sale": {
																"agent_id": "AEP00XXSM",
																"country": "AR",
																"kiu_device_id": "AEP00XX817",
																"preferred_display_currency": "ARS",
																"user": "XX"
															},
															"source": "AGENT"
														}
													}
												],
												"ancillaries_quotations": [
													{
														"pqa_number": "1",
														"ptc_breakdowns": {
															"base_fare": {
																"amount": 30,
																"currency_key": "USD"
															},
															"coupons_list": [
																{
																	"carrier_reference_key": "00XX",
																	"city_of_service_reference_key": "SEZ",
																	"city_to_of_service": "JNB",
																	"coupon_fare": {
																		"amount": 30,
																		"currency_key": "USD"
																	},
																	"coupon_number": "1",
																	"date_of_service": "2020-10-20",
																	"fee_owner_airline_designator_reference_key": "00XX",
																	"flight_number": "163",
																	"flight_segment_reference_associated": "00XX202009807866669066000001",
																	"reservation_booking_designator": "Y",
																	"rfic": "A",
																	"rfisc": "99X",
																	"rfisc_description": "EXTRA LEGROOOM SEAT",
																	"service_code": "STXL",
																	"service_quantity": 1,
																	"service_type": "SEA",
																	"special_service_reference_associated": "00XX202009807866669066000002"
																}
															],
															"emd_type": "A",
															"equivalent_paid": {
																"amount": 2385,
																"bsr": 79.5,
																"currency_key": "ARS"
															},
															"is_seat_assigment": true,
															"order_item": 1,
															"passenger_quantity": 1,
															"passenger_reference_associated": "00XX202009807866669066000001",
															"passenger_type": "ADULT",
															"passenger_type_code": "ADT",
															"passenger_type_description": "ADULT",
															"rfic": "A",
															"rfic_description": "AIR TRANSPORTATION",
															"taxes_list": [
																{
																	"amount": 715.5,
																	"currency": "ARS",
																	"tax_code": "O5"
																}
															],
															"total": {
																"amount": 3100.5,
																"currency_key": "ARS"
															},
															"total_taxes": {
																"amount": 715.5,
																"currency_key": "ARS"
															}
														},
														"quote_mode": "AUTOMATIC",
														"total": {
															"amount": 3100.5,
															"currency_key": "ARS"
														},
														"total_base_fare": {
															"amount": 30,
															"currency_key": "USD"
														},
														"total_equivalent_paid": {
															"amount": 2385,
															"bsr": 79.5,
															"currency_key": "ARS"
														},
														"total_taxes": {
															"amount": 715.5,
															"currency_key": "ARS"
														},
														"transaction_detail": {
															"creation_date": "2020-09-24T16:29:18.717",
															"point_of_sale": {
																"agent_id": "AEP00XXSM",
																"country": "AR",
																"kiu_device_id": "AEP00XX817",
																"preferred_display_currency": "ARS",
																"user": "XX"
															},
															"source": "AGENT"
														}
													},
													{
														"pqa_number": "2",
														"ptc_breakdowns": {
															"base_fare": {
																"amount": 20,
																"currency_key": "USD"
															},
															"coupons_list": [
																{
																	"carrier_reference_key": "00XX",
																	"city_of_service_reference_key": "SEZ",
																	"city_to_of_service": "JNB",
																	"coupon_fare": {
																		"amount": 20,
																		"currency_key": "USD"
																	},
																	"coupon_number": "1",
																	"date_of_service": "2020-10-20",
																	"fee_owner_airline_designator_reference_key": "00XX",
																	"flight_number": "163",
																	"flight_segment_reference_associated": "00XX202009807866669066000001",
																	"reservation_booking_designator": "Y",
																	"rfic": "C",
																	"rfisc": "0AA",
																	"rfisc_description": "PRE PAID BAGGAGE",
																	"service_code": "PDBG",
																	"service_quantity": 1,
																	"service_type": "SSR",
																	"special_service_reference_associated": "00XX202009807866669066000002",
																	"ticket_associated_required": true
																}
															],
															"emd_type": "A",
															"equivalent_paid": {
																"amount": 1590,
																"bsr": 79.5,
																"currency_key": "ARS"
															},
															"order_item": 1,
															"passenger_quantity": 1,
															"passenger_reference_associated": "00XX202009807866669066000002",
															"passenger_type": "ADULT",
															"passenger_type_code": "ADT",
															"passenger_type_description": "ADULT",
															"rfic": "C",
															"rfic_description": "BAGGAGE",
															"taxes_list": [
																{
																	"amount": 477,
																	"currency": "ARS",
																	"tax_code": "O5"
																}
															],
															"total": {
																"amount": 2067,
																"currency_key": "ARS"
															},
															"total_taxes": {
																"amount": 477,
																"currency_key": "ARS"
															}
														},
														"quote_mode": "AUTOMATIC",
														"total": {
															"amount": 2067,
															"currency_key": "ARS"
														},
														"total_base_fare": {
															"amount": 20,
															"currency_key": "USD"
														},
														"total_equivalent_paid": {
															"amount": 1590,
															"bsr": 79.5,
															"currency_key": "ARS"
														},
														"total_taxes": {
															"amount": 477,
															"currency_key": "ARS"
														},
														"transaction_detail": {
															"creation_date": "2020-09-24T16:29:18.753",
															"point_of_sale": {
																"agent_id": "AEP00XXSM",
																"country": "AR",
																"kiu_device_id": "AEP00XX817",
																"preferred_display_currency": "ARS",
																"user": "XX"
															},
															"source": "AGENT"
														}
													},
													{
														"pqa_number": "3",
														"ptc_breakdowns": {
															"base_fare": {
																"amount": 30,
																"currency_key": "USD"
															},
															"coupons_list": [
																{
																	"carrier_reference_key": "00XX",
																	"city_of_service_reference_key": "SEZ",
																	"city_to_of_service": "JNB",
																	"coupon_fare": {
																		"amount": 30,
																		"currency_key": "USD"
																	},
																	"coupon_number": "1",
																	"date_of_service": "2020-10-20",
																	"fee_owner_airline_designator_reference_key": "00XX",
																	"flight_number": "163",
																	"flight_segment_reference_associated": "00XX202009807866669066000002",
																	"reservation_booking_designator": "Y",
																	"rfic": "A",
																	"rfisc": "99X",
																	"rfisc_description": "EXTRA LEGROOOM SEAT",
																	"service_code": "STXL",
																	"service_quantity": 1,
																	"service_type": "SEA",
																	"special_service_reference_associated": "00XX202009807866669066000002"
																}
															],
															"emd_type": "A",
															"equivalent_paid": {
																"amount": 2385,
																"bsr": 79.5,
																"currency_key": "ARS"
															},
															"is_seat_assigment": true,
															"order_item": 1,
															"passenger_quantity": 1,
															"passenger_reference_associated": "00XX202009807866669066000002",
															"passenger_type": "ADULT",
															"passenger_type_code": "ADT",
															"passenger_type_description": "ADULT",
															"rfic": "A",
															"rfic_description": "AIR TRANSPORTATION",
															"taxes_list": [
																{
																	"amount": 715.5,
																	"currency": "ARS",
																	"tax_code": "O5"
																}
															],
															"total": {
																"amount": 3100.5,
																"currency_key": "ARS"
															},
															"total_taxes": {
																"amount": 715.5,
																"currency_key": "ARS"
															}
														},
														"quote_mode": "AUTOMATIC",
														"total": {
															"amount": 3100.5,
															"currency_key": "ARS"
														},
														"total_base_fare": {
															"amount": 30,
															"currency_key": "USD"
														},
														"total_equivalent_paid": {
															"amount": 2385,
															"bsr": 79.5,
															"currency_key": "ARS"
														},
														"total_taxes": {
															"amount": 715.5,
															"currency_key": "ARS"
														},
														"transaction_detail": {
															"creation_date": "2020-09-24T16:29:18.810",
															"point_of_sale": {
																"agent_id": "AEP00XXSM",
																"country": "AR",
																"kiu_device_id": "AEP00XX817",
																"preferred_display_currency": "ARS",
																"user": "XX"
															},
															"source": "AGENT"
														}
													}
												]
											},
											"record_locator_information": {
												"RP": {
													"description": "LINEAS AEREAS XX",
													"office_id": "AEP00XX8"
												},
												"ancillary_quotation_automatic_stored": true,
												"ancillary_quotation_manual_stored": false,
												"itinerary_quotation_automatic_stored": true,
												"itinerary_quotation_manual_stored": false,
												"pnr_group": false,
												"pnr_has_passenger_advice_code": false,
												"record_locator": "PNBBZB",
												"record_locator_key": "RP00XX202009807866669066000001",
												"record_locator_version": "2020-09-24T16:27:13.290",
												"transaction_detail": {
													"creation_date": "2020-09-24T16:26:00",
													"creation_local_datetime": "2020-09-24T13:26:00",
													"creation_location_reference_id": "AEP_0",
													"last_modification_date": "2020-09-24T16:27:13.290",
													"point_of_sale": {
														"agent_id": "KIUHELPGN",
														"country": "AR",
														"kiu_device_id": "AEP00XX811",
														"office_issue_code": "AR-08411-0",
														"sale_channel": "AIR",
														"user": "00XX"
													},
													"source": "AGENT"
												}
											},
											"record_locator_version_information": {
												"record_locator": "PNBBZB",
												"record_locator_version": "2020-09-24T16:27:13.290Z"
											},
											"seats_list": [
												{
													"booked_seat": "6A",
													"carrier_reference_id": "00XX_0",
													"chargeable": true,
													"flight_segment_reference_key": "IT00XX202009807866669066000002",
													"order": 1,
													"passenger_reference_key": "NM00XX202009807866669066000001",
													"processed": true,
													"reservation_status_reference_id": "HK_0",
													"seat_reference_key": "ST00XX202009807866669066000001",
													"service_group_reference_id": "SA_00XX_0",
													"service_reference_id": "STXL_0",
													"time_limit": {
														"auto_cancel": true,
														"local_datetime": "2020-09-27T17:25:00",
														"location_reference_id": "AEP_0"
													},
													"transaction_details": {
														"creation_date": "2020-09-24T16:26:08.780",
														"source": "AGENT"
													}
												},
												{
													"booked_seat": "6B",
													"carrier_reference_id": "00XX_0",
													"chargeable": true,
													"flight_segment_reference_key": "IT00XX202009807866669066000001",
													"order": 2,
													"passenger_reference_key": "NM00XX202009807866669066000001",
													"processed": true,
													"reservation_status_reference_id": "HK_0",
													"seat_reference_key": "ST00XX202009807866669066000001",
													"service_group_reference_id": "SA_00XX_0",
													"service_reference_id": "STXL_0",
													"time_limit": {
														"auto_cancel": true,
														"local_datetime": "2020-09-27T17:25:00",
														"location_reference_id": "AEP_0"
													},
													"transaction_details": {
														"creation_date": "2020-09-24T16:26:14.113",
														"source": "AGENT"
													}
												},
												{
													"booked_seat": "7A",
													"carrier_reference_id": "00XX_0",
													"chargeable": false,
													"flight_segment_reference_key": "IT00XX202009807866669066000001",
													"order": 3,
													"passenger_reference_key": "NM00XX202009807866669066000001",
													"processed": true,
													"reservation_status_reference_id": "HK_0",
													"seat_reference_key": "ST00XX202009807866669066000002",
													"service_group_reference_id": "SA_00XX_0",
													"service_reference_id": "SEAT_0",
													"transaction_details": {
														"creation_date": "2020-09-24T16:26:31.653",
														"source": "AGENT"
													}
												},
												{
													"booked_seat": "7B",
													"carrier_reference_id": "00XX_0",
													"chargeable": false,
													"flight_segment_reference_key": "IT00XX202009807866669066000002",
													"order": 4,
													"passenger_reference_key": "NM00XX202009807866669066000001",
													"processed": true,
													"reservation_status_reference_id": "HK_0",
													"seat_reference_key": "ST00XX202009807866669066000002",
													"service_group_reference_id": "SA_00XX_0",
													"service_reference_id": "SEAT_0",
													"transaction_details": {
														"creation_date": "2020-09-24T16:26:36.677",
														"source": "AGENT"
													}
												}
											],
											"special_services_list": [
												{
													"apply_all_passengers": false,
													"carrier_reference_id": "00XX_0",
													"chargeable": true,
													"flight_segment_reference_key": "IT00XX202009807866669066000001",
													"order": 1,
													"passenger_reference_keys": [
														"NM00XX202009807866669066000001"
													],
													"processed": true,
													"quantity": 1,
													"reservation_status_reference_id": "HK_0",
													"service_group_reference_id": "BG_00XX_0",
													"service_reference_id": "PDBG_0",
													"special_service_reference_key": "SR00XX202009807866669066000001",
													"time_limit": {
														"auto_cancel": true,
														"local_datetime": "2020-09-27T13:25:00",
														"location_reference_id": "AEP_0"
													},
													"transaction_details": {
														"creation_date": "2020-09-24T16:25:52.930",
														"source": "AGENT"
													}
												}
											],
											"ticket_times_limit": [
												{
													"auto_cancel": true,
													"local_datetime": "2020-10-19T19:00:00",
													"location_reference_id": "AEP_0",
													"robot_limit_except": false,
													"transaction_details": {
														"creation_date": "2020-09-24T16:29:18.483",
														"source": "AGENT"
													}
												}
											]
										}
									},
									"additional_payment_information": {
										"value": {
											"additional_info_for_payment_process": {
												"airline_logo_url": [
													{
														"country_code": "YY",
														"language_code": "YY",
														"url": "http://flyariella.com/temp/flyariella_logo%5B1%5D-2.png"
													}
												],
												"external_reference_description": {
													"de": {
														"description": "BOLETO AEREO ALEMAN"
													},
													"es": {
														"description": "BOLETO AEREO"
													}
												},
												"itinerary_information": {
													"hours_to_first_departure": 615
												},
												"passengers_information": [
													{
														"contact_email": "ANALISIS@KIUSYS.COM",
														"name": "CAMILA DE JESUS MSS",
														"passenger_type": "ADULT",
														"surname": "PELAEZ TACO"
													},
													{
														"name": "PAOLA KARINA",
														"passenger_type": "ADULT",
														"surname": "MATURANA PALACIOS"
													}
												],
												"paypal_information": {
													"airline_itineraries": [
														{
															"clearing_count": "",
															"clearing_sequence": "",
															"customer_code": "",
															"flight_details": [
																{
																	"arrival_airport": "JNB",
																	"arrival_time": "14:05",
																	"carrier_code": "XX",
																	"conjunction_ticket": "",
																	"coupon_number": "1",
																	"departure_airport": "SEZ",
																	"departure_time": "11:00",
																	"endorsement_or_restrictions": "",
																	"exchange_ticket": "",
																	"fare_basis_code": "YOW",
																	"flight_number": "163",
																	"service_class": "Y",
																	"stopover_permitted": "false",
																	"travel_date": "2020-10-20"
																},
																{
																	"arrival_airport": "SEZ",
																	"arrival_time": "22:55",
																	"carrier_code": "XX",
																	"conjunction_ticket": "",
																	"coupon_number": "2",
																	"departure_airport": "JNB",
																	"departure_time": "16:00",
																	"endorsement_or_restrictions": "",
																	"exchange_ticket": "",
																	"fare_basis_code": "YOW",
																	"flight_number": "162",
																	"service_class": "Y",
																	"stopover_permitted": "false",
																	"travel_date": "2020-10-23"
																}
															],
															"issued_date": "2020-09-24",
															"issuing_carrier_code": "XX",
															"passenger_name": "PELAEZ TACO CAMILA DE JESUS MSS",
															"restricted_ticket": "",
															"ticket_number": "PNBBZB",
															"total_fare": {
																"currency": "ARS",
																"value": "111300.00"
															},
															"total_fee": {
																"currency": "ARS",
																"value": "159.00"
															},
															"total_tax": {
																"currency": "ARS",
																"value": "33390.00"
															},
															"travel_agency_code": "AEP00XX8",
															"travel_agency_name": "CAPACITACION XX"
														}
													]
												},
												"pnr": {
													"id": "PNBBZB",
													"itinerary": [
														{
															"arrivalDate": "2020-10-20T14:05:00",
															"departureDate": "2020-10-20T11:00:00",
															"destination": "O.R. TAMBO INTERNATIONAL AIRPORT",
															"flightNumber": "XX163",
															"origin": "SEYCHELLES INTL",
															"travelClass": "Y"
														},
														{
															"arrivalDate": "2020-10-23T22:55:00",
															"departureDate": "2020-10-23T16:00:00",
															"destination": "SEYCHELLES INTL",
															"flightNumber": "XX162",
															"origin": "O.R. TAMBO INTERNATIONAL AIRPORT",
															"travelClass": "Y"
														}
													],
													"passengers": [
														{
															"address": {
																"city": "",
																"country": "",
																"street": ""
															},
															"country": "",
															"documentNumber": "28421204",
															"documentType": "5",
															"email": "ANALISIS@KIUSYS.COM",
															"firstName": "CAMILA DE JESUS MSS",
															"homePhoneNumber": " 999 AUTO PNR GEN V.1",
															"id": "",
															"lastName": "PELAEZ TACO",
															"level": "1",
															"mobilePhoneNumber": "",
															"officePhoneNumber": ""
														},
														{
															"address": {
																"city": "",
																"country": "",
																"street": ""
															},
															"country": "",
															"documentNumber": "47054176",
															"documentType": "5",
															"email": "ANALISIS@KIUSYS.COM",
															"firstName": "PAOLA KARINA",
															"homePhoneNumber": " 999 AUTO PNR GEN V.1",
															"id": "",
															"lastName": "MATURANA PALACIOS",
															"level": "1",
															"mobilePhoneNumber": "",
															"officePhoneNumber": ""
														}
													],
													"reservationAgent": {
														"firstName": "GERARDO",
														"id": "KIUHELPGN",
														"lastName": "NIZETICH"
													},
													"reservationOffice": {
														"country": "AR",
														"id": "AEP00XX8"
													},
													"saleOffice": {
														"country": "AR",
														"id": "AEP00XX8"
													}
												},
												"point_of_sale": {
													"city": "AEP",
													"country": "AR",
													"kiu_device_id": "AEP00XX817",
													"office_issue_code": "AR-08411-0",
													"sale_channel": "AIR",
													"user": "00XX"
												},
												"taxes_list": [
													{
														"amount": 66780,
														"collectable": true,
														"currency_key": "ARS",
														"paid": false,
														"quotation_mode": "AUTOMATIC",
														"tax_code": "O5"
													}
												]
											},
											"contacts_list": [
												{
													"contact_reference_key": "CT00XX202009807866669066000001",
													"description": " 999 AUTO PNR GEN V.1",
													"location_reference_id": "AEP_0",
													"order": 1,
													"type": "CONTACT"
												},
												{
													"contact_reference_key": "CT00XX202009807866669066000002",
													"description": "ANALISIS@KIUSYS.COM",
													"order": 2,
													"type": "EMAIL"
												}
											],
											"flights_origin_destination_information": {
												"OD00XX202009807866669066001001": {
													"arrival_information": {
														"change_day_indicator": 0,
														"date": "2020-10-20",
														"location_reference_id": "JNB_0",
														"time": "14:05"
													},
													"departure_information": {
														"date": "2020-10-20",
														"location_reference_id": "SEZ_0",
														"time": "11:00"
													},
													"flight_segments_quantity": 1,
													"flight_segments_reference_keys": [
														"IT00XX202009807866669066000001"
													],
													"flights_origin_destination_reference_key": "OD00XX202009807866669066001001"
												},
												"OD00XX202009807866669066002002": {
													"arrival_information": {
														"change_day_indicator": 0,
														"date": "2020-10-23",
														"location_reference_id": "SEZ_0",
														"time": "22:55"
													},
													"departure_information": {
														"date": "2020-10-23",
														"location_reference_id": "JNB_0",
														"time": "16:00"
													},
													"flight_segments_quantity": 1,
													"flight_segments_reference_keys": [
														"IT00XX202009807866669066000002"
													],
													"flights_origin_destination_reference_key": "OD00XX202009807866669066002002"
												}
											},
											"flights_segment_information": {
												"IT00XX202009807866669066000001": {
													"api_required": false,
													"arnk_indicator": false,
													"arrival_information": {
														"change_day_indicator": 0,
														"date": "2020-10-20",
														"day_of_week_name": "TUESDAY",
														"location_reference_id": "JNB_0",
														"time": "14:05"
													},
													"carrier_reference_id": "00XX_0",
													"departure_information": {
														"date": "2020-10-20",
														"day_of_week_name": "TUESDAY",
														"location_reference_id": "SEZ_0",
														"time": "11:00"
													},
													"enable_prs": true,
													"equipment_reference_id": "320_0",
													"family_fare_reference_id": "ECONOMY-FLEX_00XX_0",
													"flight_elapsed_time": "05:05",
													"flight_number": "163",
													"flight_segment_reference_key": "IT00XX202009807866669066000001",
													"flight_stops": 0,
													"flight_type": "INTERNATIONAL",
													"number_in_party": 2,
													"order": 1,
													"reservation_booking_designator": "Y",
													"reservation_cabin_designator_reference_id": "Y_00XX_0",
													"reservation_status_reference_id": "HK_0",
													"transaction_details": {
														"creation_date": "2020-09-24T16:25:08.100",
														"source": "AGENT"
													}
												},
												"IT00XX202009807866669066000002": {
													"api_required": false,
													"arnk_indicator": false,
													"arrival_information": {
														"change_day_indicator": 0,
														"date": "2020-10-23",
														"day_of_week_name": "FRIDAY",
														"location_reference_id": "SEZ_0",
														"time": "22:55"
													},
													"carrier_reference_id": "00XX_0",
													"departure_information": {
														"date": "2020-10-23",
														"day_of_week_name": "FRIDAY",
														"location_reference_id": "JNB_0",
														"time": "16:00"
													},
													"enable_prs": true,
													"equipment_reference_id": "320_0",
													"family_fare_reference_id": "ECONOMY-FLEX_00XX_0",
													"flight_elapsed_time": "04:55",
													"flight_number": "162",
													"flight_segment_reference_key": "IT00XX202009807866669066000002",
													"flight_stops": 0,
													"flight_type": "INTERNATIONAL",
													"number_in_party": 2,
													"order": 2,
													"reservation_booking_designator": "Y",
													"reservation_cabin_designator_reference_id": "Y_00XX_0",
													"reservation_status_reference_id": "HK_0",
													"transaction_details": {
														"creation_date": "2020-09-24T16:25:14.360",
														"source": "AGENT"
													}
												}
											},
											"passengers_information": {
												"NM00XX202009807866669066000001": {
													"foid_information": {
														"FDN00XX202009807866669066000001": {
															"carrier_reference_id": "00YY_0",
															"foid_id": "28421204",
															"foid_reference_key": "FDN00XX202009807866669066000001",
															"foid_type_reference_id": "PP_00XX_0",
															"passenger_reference_associated": "NM00XX202009807866669066000001"
														}
													},
													"infant_associated_indicator": false,
													"name": "CAMILA DE JESUS",
													"name_suffix": "MSS",
													"order": 1,
													"passenger_reference_key": "NM00XX202009807866669066000001",
													"passenger_type": "ADULT",
													"passenger_type_code_reference_id": "ADT_00XX_0",
													"surname": "PELAEZ TACO"
												},
												"NM00XX202009807866669066000002": {
													"foid_information": {
														"FDN00XX202009807866669066000002": {
															"carrier_reference_id": "00YY_0",
															"foid_id": "47054176",
															"foid_reference_key": "FDN00XX202009807866669066000002",
															"foid_type_reference_id": "PP_00XX_0",
															"passenger_reference_associated": "NM00XX202009807866669066000002"
														}
													},
													"infant_associated_indicator": false,
													"name": "PAOLA KARINA",
													"order": 2,
													"passenger_reference_key": "NM00XX202009807866669066000002",
													"passenger_type": "ADULT",
													"passenger_type_code_reference_id": "ADT_00XX_0",
													"surname": "MATURANA PALACIOS"
												}
											},
											"record_locator_information": {
												"RP": {
													"description": "LINEAS AEREAS XX",
													"office_id": "AEP00XX8"
												},
												"ancillary_quotation_automatic_stored": true,
												"ancillary_quotation_manual_stored": false,
												"itinerary_quotation_automatic_stored": true,
												"itinerary_quotation_manual_stored": false,
												"pnr_group": false,
												"pnr_has_passenger_advice_code": false,
												"record_locator": "PNBBZB",
												"record_locator_key": "RP00XX202009807866669066000000",
												"record_locator_version": "2020-09-24T16:27:13.290",
												"transaction_detail": {
													"creation_date": "2020-09-24T16:26:00",
													"creation_local_datetime": "2020-09-24T13:26:00",
													"creation_location_reference_id": "AEP_0",
													"last_modification_date": "2020-09-24T16:27:13.290",
													"point_of_sale": {
														"agent_id": "KIUHELPGN",
														"country": "AR",
														"kiu_device_id": "AEP00XX811",
														"office_issue_code": "AR-08411-0",
														"sale_channel": "AIR",
														"user": "00XX"
													},
													"source": "AGENT"
												}
											},
											"record_locator_version_information": {
												"record_locator": "PNBBZB",
												"record_locator_version": "2020-09-24T16:27:13.290Z"
											},
											"seats_list": [
												{
													"booked_seat": "6A",
													"carrier_reference_id": "00XX_0",
													"chargeable": true,
													"flight_segment_reference_key": "IT00XX202009807866669066000001",
													"order": 1,
													"passenger_reference_key": "NM00XX202009807866669066000001",
													"processed": true,
													"reservation_status_reference_id": "HK_0",
													"seat_reference_key": "ST00XX202009807866669066000001",
													"service_group_reference_id": "SA_00XX_0",
													"service_reference_id": "STXL_0",
													"time_limit": {
														"auto_cancel": true,
														"local_datetime": "2020-09-27T17:25:00",
														"location_reference_id": "AEP_0"
													},
													"transaction_details": {
														"creation_date": "2020-09-24T16:26:08.780",
														"source": "AGENT"
													}
												},
												{
													"booked_seat": "6B",
													"carrier_reference_id": "00XX_0",
													"chargeable": true,
													"flight_segment_reference_key": "IT00XX202009807866669066000001",
													"order": 2,
													"passenger_reference_key": "NM00XX202009807866669066000002",
													"processed": true,
													"reservation_status_reference_id": "HK_0",
													"seat_reference_key": "ST00XX202009807866669066000002",
													"service_group_reference_id": "SA_00XX_0",
													"service_reference_id": "STXL_0",
													"time_limit": {
														"auto_cancel": true,
														"local_datetime": "2020-09-27T17:25:00",
														"location_reference_id": "AEP_0"
													},
													"transaction_details": {
														"creation_date": "2020-09-24T16:26:14.113",
														"source": "AGENT"
													}
												},
												{
													"booked_seat": "7A",
													"carrier_reference_id": "00XX_0",
													"chargeable": false,
													"flight_segment_reference_key": "IT00XX202009807866669066000002",
													"order": 3,
													"passenger_reference_key": "NM00XX202009807866669066000001",
													"processed": true,
													"reservation_status_reference_id": "HK_0",
													"seat_reference_key": "ST00XX202009807866669066000003",
													"service_group_reference_id": "SA_00XX_0",
													"service_reference_id": "SEAT_0",
													"transaction_details": {
														"creation_date": "2020-09-24T16:26:31.653",
														"source": "AGENT"
													}
												},
												{
													"booked_seat": "7B",
													"carrier_reference_id": "00XX_0",
													"chargeable": false,
													"flight_segment_reference_key": "IT00XX202009807866669066000002",
													"order": 4,
													"passenger_reference_key": "NM00XX202009807866669066000002",
													"processed": true,
													"reservation_status_reference_id": "HK_0",
													"seat_reference_key": "ST00XX202009807866669066000004",
													"service_group_reference_id": "SA_00XX_0",
													"service_reference_id": "SEAT_0",
													"transaction_details": {
														"creation_date": "2020-09-24T16:26:36.677",
														"source": "AGENT"
													}
												}
											],
											"special_services_list": [
												{
													"apply_all_passengers": false,
													"carrier_reference_id": "00XX_0",
													"chargeable": true,
													"flight_segment_reference_key": "IT00XX202009807866669066000001",
													"order": 1,
													"passenger_reference_keys": [
														"NM00XX202009807866669066000001"
													],
													"processed": true,
													"quantity": 1,
													"reservation_status_reference_id": "HK_0",
													"service_group_reference_id": "BG_00XX_0",
													"service_reference_id": "PDBG_0",
													"special_service_reference_key": "SR00XX202009807866669066000001",
													"time_limit": {
														"auto_cancel": true,
														"local_datetime": "2020-09-27T13:25:00",
														"location_reference_id": "AEP_0"
													},
													"transaction_details": {
														"creation_date": "2020-09-24T16:25:52.930",
														"source": "AGENT"
													}
												}
											],
											"ticket_times_limit": [
												{
													"auto_cancel": true,
													"local_datetime": "2020-10-19T19:00:00",
													"location_reference_id": "AEP_0",
													"robot_limit_except": false,
													"transaction_details": {
														"creation_date": "2020-09-24T16:30:46.420",
														"source": "AGENT"
													}
												}
											]
										}
									}
								},
								"schema": {
									"type": "object",
									"properties": {
										"contacts_list": {
											"type": "array",
											"description": "List of object that holds the details of each contact on PNR.",
											"items": {
												"type": "object",
												"properties": {
													"contact_reference_key": {
														"$ref": "#/components/schemas/contact_reference_key"
													},
													"description": {
														"type": "string",
														"description": "Detail of contact.",
														"example": "54114998888-ETC"
													},
													"location_reference_id": {
														"$ref": "#/components/schemas/location_reference_id"
													},
													"order": {
														"type": "number",
														"description": "Order of the contact into the list of contact in PNR.",
														"example": [
															1
														]
													},
													"type": {
														"type": "string",
														"description": "Type of contact",
														"example": "CONTACT"
													}
												}
											}
										},
										"emds_list": {
											"$ref": "#/components/schemas/emds_list",
											"description": "In case existant EMDs in reservation."
										},
										"flight_origin_destination_information": {
											"$ref": "#/components/schemas/flights_origin_destination_information"
										},
										"flights_segment_information": {
											"$ref": "#/components/schemas/flights_segment_information"
										},
										"passenger_information": {
											"$ref": "#/components/schemas/passenger_information"
										},
										"pending_items_information": {
											"type": "object",
											"description": "This object contain the list of items pending of proccessing and payment.",
											"properties": {
												"passenger_information": {
													"type": "object",
													"description": "Display the list of passengers with the services associated.",
													"properties": {
														"^[MN0-9999]+$": {
															"type": "object",
															"description": "This object has a dynamic reference for passenger (passenger_reference_key).",
															"properties": {
																"flight_segment_information": {
																	"type": "object",
																	"description": "This object contain the list of pending air segments.",
																	"properties": {
																		"^[IT0-9999A-Z]+$": {
																			"type": "object",
																			"description": "Dynamic Key that refer to a Segment reference_key.",
																			"properties": {
																				"flight_segment_reference_key": {
																					"$ref": "#/components/schemas/flight_segment_reference_key"
																				},
																				"time_limit": {
																					"type": "object",
																					"properties": {
																						"auto_cancel": {
																							"type": "boolean",
																							"description": "Indicate if the reservation cancelled automatically at time of expiration",
																							"example": true
																						},
																						"loca_date_time": {
																							"type": "string",
																							"format": "date-time",
																							"description": "The time limit expressed on the local time",
																							"example": "2020-09-07T17:45:00"
																						},
																						"location_reference_key": {
																							"type": "string",
																							"description": "Unique reference identifier for a location",
																							"example": "AEP_0"
																						},
																						"transaction_details": {
																							"$ref": "#/components/schemas/transaction_details"
																						}
																					}
																				}
																			}
																		}
																	}
																},
																"passenger_reference_key": {
																	"$ref": "#/components/schemas/passenger_reference_key"
																},
																"seats_information": {
																	"type": "object",
																	"description": "This object contains the seats items pending to process or pay.",
																	"properties": {
																		"^[ST0-9999A-Z]+$": {
																			"type": "object",
																			"description": "Dynamic Key that refer to a seat_reference_key.",
																			"properties": {
																				"seat_reference_key": {
																					"$ref": "#/components/schemas/seat_reference_key"
																				},
																				"time_limit": {
																					"type": "object",
																					"properties": {
																						"auto_cancel": {
																							"type": "boolean",
																							"description": "Indicate if the reservation cancelled automatically at time of expiration",
																							"example": true
																						},
																						"loca_date_time": {
																							"type": "string",
																							"format": "date-time",
																							"description": "The time limit expressed on the local time",
																							"example": "2020-09-07T17:45:00"
																						},
																						"location_reference_key": {
																							"type": "string",
																							"description": "Unique reference identifier for a location",
																							"example": "AEP_0"
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												},
												"pricing_information": {
													"$ref": "#/components/schemas/pricing_information",
													"desciption": "Priced quotation for pending items."
												}
											}
										},
										"pricing_information": {
											"$ref": "#/components/schemas/pricing_information",
											"description": "Reservation´s priced retain."
										},
										"record_locator_information": {
											"$ref": "#/components/schemas/record_locator_information"
										},
										"record_locator_version_information": {
											"$ref": "#/components/schemas/record_locator_version_information"
										},
										"seats_list": {
											"$ref": "#/components/schemas/seats_list"
										},
										"speacial_services_list": {
											"$ref": "#/components/schemas/special_services_list"
										},
										"ticket_times_limit": {
											"$ref": "#/components/schemas/ticket_times_limit"
										},
										"tickets_list": {
											"$ref": "#/components/schemas/tickets_list"
										}
									}
								}
							}
						}
					},
					"400": {
						"description": "Error received by KIU-API",
						"content": {
							"application/json": {
								"example": {
									"RecordLocator_error": {
										"value": {
											"recordlocator_NotFound": {
												"value": {
													"exception": "CommandException",
													"extended": {
														"error_additional_information": "PNR NOT FOUND",
														"error_number": "1016"
													},
													"layer": "6",
													"message": "PNR NOT FOUND"
												}
											}
										}
									}
								}
							}
						}
					}
				},
				"deprecated": false
			}
		},
		"/pbservice/initialize_transaction": {
			"post": {
				"tags": [
					"payment_integration"
				],
				"summary": "This is an optional step in case the consumer select the option of include the paymentButtons of KIU System payment-gateway.",
				"description": "This service allows users to initialize the approval transaction for debit.",
				"parameters": [
					{
						"$ref": "#/components/parameters/KIU-API-Token"
					},
					{
						"$ref": "#/components/parameters/Content-Type"
					}
				],
				"requestBody": {
					"content": {
						"application/json": {
							"example": {},
							"schema": {
								"description": "This metod allows user to initialize an approval of transaction",
								"type": "object",
								"required": [
									"app",
									"app_session_id",
									"carrier_code",
									"country0",
									"currency",
									"amount",
									"remote_address",
									"approved_url",
									"reject_url",
									"deferred_url",
									"point_of_sale",
									"record_locator_version_information",
									"gateway"
								],
								"properties": {
									"app": {
										"type": "string",
										"description": "Name of application that required to initialize transaction.",
										"example": [
											"IBE"
										]
									},
									"app_session_id": {
										"type": "string",
										"description": "Unique ID session of the application that requiered the transaction.",
										"example": [
											"989asser12312"
										]
									},
									"carrier_code": {
										"type": "string",
										"description": "ISO carrier code 2 upper alphanumeric.",
										"example": [
											"XX"
										]
									},
									"country": {
										"type": "string",
										"description": "2 upper case alpha chars of country code.",
										"example": [
											"US"
										]
									},
									"currency": {
										"type": "string",
										"description": "The ISO 4127 3 uppercase alphachars, currency code of the transaction.",
										"example": [
											"USD"
										]
									},
									"amount": {
										"type": "string",
										"description": "Amount of the transaction",
										"example": [
											"300"
										]
									},
									"remote_address": {
										"type": "string",
										"description": "The address of the requester application.",
										"example": [
											"127.0.0.1"
										]
									},
									"approved_url": {
										"type": "string",
										"description": "The URL that will received the approval of the transaction.",
										"example": [
											"http://127.0.0.1:8002/done"
										]
									},
									"rejected_url": {
										"type": "string",
										"description": "The URL that will received the reject of the transaction.",
										"example": [
											"http://127.0.0.1:8002/rejected"
										]
									},
									"deferred_url": {
										"type": "string",
										"description": "The URL that will be redirect in case of deferred",
										"example": [
											"http://127.0.0.1:8002/deferred"
										]
									},
									"notification_url": {
										"type": "string",
										"description": "Optional URL that will be received a notification from the gateway.",
										"example": [
											"http://127.0.0.1:8002/deferred"
										]
									},
									"point_of_sale": {
										"$ref": "#/components/schemas/point_of_sale"
									},
									"record_locator_version_information": {
										"$ref": "#/components/schemas/record_locator_version_information"
									},
									"gateway": {
										"type": "string",
										"description": "Pointing that will process the transaction.",
										"example": [
											"PayPal"
										]
									}
								}
							}
						}
					}
				},
				"responses": {
					"200": {
						"description": "Successful response from KIUAPI",
						"content": {
							"application/json": {
								"example": {},
								"schema": {}
							}
						}
					},
					"400": {
						"description": "Error response from KIUAPI",
						"content": {
							"application/json": {
								"example": {
									"invalid_access": {
										"description": "User is pointing with invalid point_of_sale.",
										"value": {
											"exception": "InvalidAccessException",
											"extended": {
												"error_additional_information": "INVALID ACCESS",
												"error_number": "999999"
											},
											"layer": "6",
											"message": "INVALID ACCESS"
										}
									}
								},
								"schema": {
									"type": "object",
									"properties": {
										"exception": {
											"type": "string",
											"description": "Exception name that origin the error",
											"example": "InvalidAccessException"
										},
										"extended": {
											"type": "object",
											"properties": {
												"error_additional_information": {
													"type": "string",
													"description": "Message associated to error on preference user language",
													"example": "INVALID ACCESS"
												},
												"error_number": {
													"type": "string",
													"description": "Unique id number that identifies the error",
													"example": "9999"
												}
											},
											"description": "extend information related error"
										},
										"layer": {
											"type": "number",
											"description": "Level that generate the error. This is recommended to inform in case to consult support",
											"example": [
												2
											]
										},
										"message": {
											"type": "string",
											"description": "Exception associated text",
											"example": "Service unavailable."
										}
									}
								}
							}
						}
					}
				}
			}
		},
		"/services/issue/issue_tickets": {
			"post": {
				"tags": [
					"checkout"
				],
				"summary": "Issue the Tickets of a reservation.",
				"description": "This service allows user to issue the tickets of a reservation with serveral optional qualifiers.",
				"parameters": [
					{
						"$ref": "#/components/parameters/KIU-API-Token"
					},
					{
						"$ref": "#/components/parameters/Content-Type"
					}
				],
				"requestBody": {
					"content": {
						"application/json": {
							"example": {
								"credit_card": {
									"description": "Request example for issue with credit-card payment as first fop.",
									"value": {
										"point_of_sale": {
											"user": "XX",
											"kiu_device_id": "AEP00XX817",
											"agent_id": "AEP00XXSM",
											"preferred_display_currency": "ARS",
											"country": "AR",
											"agent_preferred_language": "es-AR"
										},
										"record_locator_version_information": {
											"record_locator": "YXRHCG",
											"record_locator_version": "2019-10-01T14:20:46.047Z"
										},
										"order_reference_key": "TKT20191001000001",
										"exchange": false,
										"first_form_of_payment": {
											"type": "CREDITCARD",
											"credit_card": {
												"brand_code": "VI",
												"number": "4242424242424242",
												"expiration_date": "1219",
												"approval_code": "666666"
											}
										},
										"endorsement_text": "NONEND/NONREF"
									}
								},
								"cash": {
									"description": "Request example for Cash payment.",
									"value": {
										"point_of_sale": {
											"user": "XX",
											"kiu_device_id": "AEP00XX817",
											"agent_id": "AEP00XXSM",
											"preferred_display_currency": "ARS",
											"country": "AR",
											"agent_preferred_language": "es-AR"
										},
										"record_locator_version_information": {
											"record_locator": "BCXFDK",
											"record_locator_version": "2020-04-09T11:20:46.897Z"
										},
										"order_reference_key": "TKT20204029000001",
										"exchange": false,
										"first_form_of_payment": {
											"type": "CASH"
										},
										"endorsement_text": "NONEND/NONREF"
									}
								},
								"debit_card": {
									"description": "Request example for debit-card payment.",
									"value": {
										"point_of_sale": {
											"user": "XX",
											"kiu_device_id": "AEP00XX817",
											"agent_id": "AEP00XXSM",
											"preferred_display_currency": "ARS",
											"country": "AR",
											"agent_preferred_language": "es-AR"
										},
										"record_locator_version_information": {
											"record_locator": "BCXFDK",
											"record_locator_version": "2020-04-09T11:20:46.897Z"
										},
										"order_reference_key": "TKT20204029000001",
										"exchange": false,
										"first_form_of_payment": {
											"type": "DEBITCARD",
											"debit_card": {
												"brand_code": "EL",
												"number": "4242424242424242",
												"approval_code": "123456"
											}
										},
										"endorsement_text": "NONEND/NONREF"
									}
								}
							},
							"schema": {
								"type": "object",
								"required": [
									"point_of_sale",
									"echo_token",
									"date_time",
									"record_locator_version_information",
									"order_reference_key",
									"first_form_of_payment"
								],
								"properties": {
									"echo_token": {
										"$ref": "#/components/schemas/echo_token"
									},
									"date_time": {
										"$ref": "#/components/schemas/date_time"
									},
									"point_of_sale": {
										"$ref": "#/components/schemas/point_of_sale"
									},
									"record_locator_version_information": {
										"$ref": "#/components/schemas/record_locator_version_information"
									},
									"order_reference_key": {
										"type": "string",
										"description": "Unique identifier of transaction",
										"example": [
											"ST20190510201904908987758583000001"
										]
									},
									"exchange": {
										"type": "boolean",
										"description": "Enable exchange form of payment",
										"default": false
									},
									"first_form_of_payment": {
										"$ref": "#/components/schemas/first_form_of_payment",
										"description": "first form of payment description to apply to process ticketing"
									},
									"second_form_of_payment": {
										"$ref": "#/components/schemas/second_form_of_payment",
										"description": "second form of payment description to apply to issue process"
									},
									"no_send_by_email_ind": {
										"type": "boolean",
										"description": "This toggle allow user to override the automatic send of documents after issue.",
										"default": [
											false
										]
									},
									"endorsement_text": {
										"type": "string",
										"description": "Enter endorsment text into the document issued.",
										"example": [
											"NON END/NON REF"
										],
										"maxLength": 30
									},
									"tour_code_information": {
										"$ref": "#/components/schemas/tour_code_information"
									},
									"manual_discounts": {
										"$ref": "#/components/schemas/manual_discount"
									},
									"segment_selection": {
										"type": "object",
										"description": "List of segment selections by order or segment_reference_key",
										"properties": {
											"flight_segment_reference_key": {
												"type": "array",
												"description": "Enable to request segment by reference key list",
												"minItems": 1,
												"items": {
													"type": "string",
													"example": [
														"IT00XX202010838382849072000001"
													]
												}
											},
											"order_list": {
												"type": "array",
												"description": "Enable to request segment by order.",
												"minItems": 1,
												"example": [
													"1",
													"3"
												],
												"items": {
													"type": "string",
													"example": [
														"1"
													]
												}
											}
										},
										"oneOf": [
											{
												"required": [
													"flight_segment_reference_key"
												]
											},
											{
												"required": [
													"order_list"
												]
											}
										]
									},
									"passenger_selection": {
										"type": "object",
										"description": "List of passenger selections by order or passenger_reference_key or order",
										"minProperties": 1,
										"oneOf": [
											{
												"required": [
													"passenger_reference_key"
												]
											},
											{
												"required": [
													"order_list"
												]
											}
										],
										"properties": {
											"passenger_reference_key": {
												"$ref": "#/components/schemas/passenger_reference_key"
											},
											"order_list": {
												"type": "array",
												"description": "Enable to request segment by order.",
												"minItems": 1,
												"example": [
													"1",
													"3"
												],
												"items": {
													"type": "string",
													"example": [
														"1"
													]
												}
											}
										}
									},
									"fiscal_designator_information": {
										"type": "object",
										"description": "Designator fiscal to define the fiscal information.",
										"required": [
											"fiscal_designator_id"
										],
										"properties": {
											"fiscal_designator_id": {
												"type": "string",
												"description": "Id of fiscal description",
												"example": [
													"30531284018"
												]
											},
											"fiscal_name": {
												"type": "string",
												"description": "Add fiscal fantasy name",
												"example": [
													"ACME S.A"
												]
											},
											"apply_all_party": {
												"type": "boolean",
												"description": "Enable to apply the same information to all",
												"default": false,
												"example": [
													true
												]
											}
										}
									},
									"fare_forced": {
										"$ref": "#/components/schemas/fare_forced"
									},
									"elegibiliy": {
										"$ref": "#/components/schemas/elegibility"
									},
									"agent_involved": {
										"type": "string",
										"description": "Travel Agent code involved on the ticketing process",
										"example": [
											"12458465"
										]
									},
									"birth_date": {
										"type": "string",
										"description": "birth date of passenger",
										"example": [
											"12JAN80"
										]
									},
									"remote_city": {
										"$ref": "#/components/schemas/remote_city"
									},
									"commission_policy": {
										"type": "object",
										"description": "Information of commission criteria to apply..",
										"required": [
											"percentage"
										],
										"properties": {
											"percentage": {
												"type": "number",
												"description": "percentage of commission to apply.",
												"example": [
													10
												]
											}
										}
									},
									"taxes_criteria": {
										"$ref": "#/components/schemas/taxes_criteria"
									},
									"fees_criteria": {
										"type": "object",
										"description": "Allow user to enter the fees criteria to apply for pricing and ticketing process",
										"oneOf": [
											{
												"required": [
													"fees_exception"
												]
											},
											{
												"required": [
													"manual_fees"
												]
											}
										],
										"properties": {
											"fees_exception": {
												"type": "boolean",
												"description": "Disble all fees of quotation.",
												"default": false
											},
											"manual_fees": {
												"type": "array",
												"description": "Allow user to enter the manual fees",
												"items": {
													"type": "object",
													"required": [
														"amount",
														"code",
														"description"
													],
													"properties": {
														"amount": {
															"type": "number",
															"description": "Value of fee amount",
															"example": [
																10
															]
														},
														"code": {
															"type": "string",
															"description": "Code of fee",
															"example": [
																"T09"
															]
														},
														"description": {
															"type": "string",
															"description": "Description of fee",
															"example": [
																"TICKET FEE"
															]
														}
													}
												}
											}
										}
									},
									"surcharges_criteria": {
										"type": "object",
										"description": "Apply surcharges policy",
										"oneOf": [
											{
												"required": [
													"surcharges_exception"
												]
											},
											{
												"required": [
													"add_manual_surcharge"
												]
											}
										],
										"properties": {
											"surcharges_exception": {
												"type": "boolean",
												"description": "Avoid surcharges Q into the quotation.",
												"default": false,
												"example": [
													true
												]
											},
											"add_manual_surcharge": {
												"type": "number",
												"description": "User can add the surcharge Q entering the amount to collect"
											}
										}
									},
									"priced_manual_currency": {
										"$ref": "#/components/schemas/priced_manual_currency"
									},
									"reconfirm_action": {
										"type": "boolean",
										"description": "Force to process action without taking care of warnings.",
										"default": false,
										"example": [
											"true"
										]
									}
								}
							}
						}
					}
				},
				"responses": {
					"200": {
						"description": "Success",
						"content": {
							"application/json": {
								"example": {
									"ticket_issued": {
										"description": "Example response of ticket issued.",
										"value": {
											"passengers_information": {
												"NM00XX202004666788706875000001": {
													"infant_associated_indicator": false,
													"name": "RA",
													"order": 1,
													"passenger_reference_key": "NM00XX202004666788706875000001",
													"passenger_type": "ADULT",
													"passenger_type_code": "ADT",
													"passenger_type_description": "ADULT",
													"surname": "RO"
												}
											},
											"record_locator_version_information": {
												"record_locator": "BCXFDK",
												"record_locator_version": "2020-04-09T11:29:01.217Z"
											},
											"tickets_list": [
												{
													"order": 2,
													"passenger_reference_associated": "NM00XX202004666788706875000001",
													"ticket_number": "9990210003645",
													"transaction_details": {
														"creation_date": "2020-04-09T11:29:01.270",
														"source": "AGENT"
													},
													"type": "AUTOMATIC"
												}
											]
										}
									}
								},
								"schema": {
									"type": "object",
									"properties": {
										"passenger_information": {
											"$ref": "#/components/schemas/passenger_information"
										},
										"record_locator_version_information": {
											"$ref": "#/components/schemas/record_locator_version_information"
										},
										"tickets_list": {
											"$ref": "#/components/schemas/tickets_list"
										}
									}
								}
							}
						}
					},
					"400": {
						"description": "Error received by KIU-API",
						"content": {
							"application/json": {
								"example": {
									"Error_on_PNR": {
										"description": "Wrong PNR declaration.",
										"value": {
											"exception": "CommandException",
											"extended": {
												"error_additional_information": "PNR NOT FOUND",
												"error_number": "1016"
											},
											"layer": "6",
											"message": "PNR NOT FOUND"
										}
									}
								},
								"schema": {
									"type": "object",
									"properties": {
										"exception": {
											"type": "string",
											"description": "Exception name that origin the error",
											"example": "InvalidAccessException"
										},
										"extended": {
											"type": "object",
											"properties": {
												"error_additional_information": {
													"type": "string",
													"description": "Message associated to error on preference user language",
													"example": "INVALID ACCESS"
												},
												"error_number": {
													"type": "string",
													"description": "Unique id number that identifies the error",
													"example": "9999"
												}
											},
											"description": "extend information related error"
										},
										"layer": {
											"type": "number",
											"description": "Level that generate the error. This is recommended to inform in case to consult support",
											"example": [
												2
											]
										},
										"message": {
											"type": "string",
											"description": "Exception associated text",
											"example": "Service unavailable."
										}
									}
								}
							}
						}
					}
				},
				"deprecated": false
			}
		},
		"/services/issue/issue_emds": {
			"post": {
				"tags": [
					"checkout"
				],
				"summary": "Issue the EMDs associated to booked ancillaries and extras of a reservation.",
				"description": "This service allows users to issue emds of a reservation with optional formats and qualifiers.",
				"parameters": [
					{
						"$ref": "#/components/parameters/KIU-API-Token"
					},
					{
						"$ref": "#/components/parameters/Content-Type"
					}
				],
				"requestBody": {
					"content": {
						"application/json": {
							"example": {
								"issue_by_selection": {
									"description": "Option to issue by selecting the quotation to process. This is refer to the pending_issue_items.",
									"value": {
										"date_time": "2020-02-07T13:00:00Z",
										"echo_token": "GERTESTSTAGEEMD_01",
										"point_of_sale": {
											"user": "XX",
											"kiu_device_id": "AEP00XX817",
											"agent_id": "AEP00XXSM",
											"preferred_display_currency": "ARS",
											"country": "AR",
											"agent_preferred_language": "es-AR"
										},
										"record_locator_version_information": {
											"record_locator": "QCXRCN",
											"record_locator_version": "2020-02-07T13:24:49.057Z"
										},
										"issue_by_selection": {
											"order_reference_key": "EMD2019102980001",
											"price_quote_number": [
												"1"
											],
											"exchange": false,
											"first_form_of_payment": {
												"type": "CREDITCARD",
												"credit_card": {
													"brand_code": "VI",
													"number": "4242424242424242",
													"expiration_date": "1220",
													"approval_code": "124355"
												}
											},
											"reconfirm_action": true
										}
									}
								}
							},
							"schema": {
								"type": "object",
								"required": [
									"date_time",
									"echo_token",
									"point_of_sale",
									"record_locator_version_information"
								],
								"oneOf": [
									{
										"required": [
											"all_services"
										]
									},
									{
										"required": [
											"issue_by_passenger_information"
										]
									},
									{
										"required": [
											"issue_by_selection"
										]
									}
								],
								"properties": {
									"echo_token": {
										"$ref": "#/components/schemas/echo_token"
									},
									"date_time": {
										"$ref": "#/components/schemas/date_time"
									},
									"point_of_sale": {
										"$ref": "#/components/schemas/point_of_sale"
									},
									"record_locator_version_information": {
										"$ref": "#/components/schemas/record_locator_version_information"
									},
									"no_send_by_email_ind": {
										"type": "boolean",
										"description": "This toggle allow user to override the automatic send of documents after issue.",
										"default": [
											false
										]
									},
									"all_services": {
										"type": "object",
										"description": "It allows user to issue all services quoted on reservation",
										"required": [
											"order_reference_key",
											"first_form_of_payment"
										],
										"properties": {
											"order_reference_key": {
												"type": "string",
												"description": "Unique identifier of transaction",
												"example": [
													"WEM20190510201904908987758583000001"
												],
												"pattern": "^(.*)$"
											},
											"exchange": {
												"type": "boolean",
												"description": "Enable exchange form of payment",
												"default": false
											},
											"first_form_of_payment": {
												"$ref": "#/components/schemas/first_form_of_payment"
											},
											"second_form_of_payment": {
												"$ref": "#/components/schemas/second_form_of_payment"
											},
											"endorsement_text": {
												"$ref": "#/components/schemas/endorsement_text"
											},
											"tour_code_information": {
												"$ref": "#/components/schemas/tour_code_information"
											},
											"manual_discounts": {
												"$ref": "#/components/schemas/manual_discount"
											},
											"fiscal_designator_information": {
												"$ref": "#/components/schemas/fiscal_designator_information"
											},
											"agent_involved": {
												"$ref": "#/components/schemas/agent_involved"
											},
											"remote_city": {
												"$ref": "#/components/schemas/remote_city"
											},
											"remarks": {
												"$ref": "#/components/schemas/remarks"
											},
											"elegibility": {
												"$ref": "#/components/schemas/elegibility"
											},
											"taxes_criteria": {
												"$ref": "#/components/schemas/taxes_criteria"
											},
											"priced_manual_currency": {
												"$ref": "#/components/schemas/priced_manual_currency"
											},
											"reconfirm_action": {
												"$ref": "#/components/schemas/reconfirm_action"
											}
										}
									},
									"issue_by_passenger_information": {
										"type": "object",
										"description": "It allow user to issue by passenger the pendings items of seats and special services",
										"required": [
											"orders_list"
										],
										"properties": {
											"orders_list": {
												"type": "array",
												"description": "List of orders that means PQAs of the reservation associated to passenger",
												"items": {
													"type": "object",
													"required": [
														"order_reference_key"
													],
													"properties": {
														"order_reference_key": {
															"type": "string",
															"description": "Unique identifier of transaction",
															"example": [
																"WEM20190510201904908987758583000001"
															],
															"pattern": "^(.*)$"
														},
														"passenger_selection": {
															"$ref": "#/components/schemas/passenger_selection"
														},
														"seats_list": {
															"type": "array",
															"minItems": 1,
															"items": {
																"type": "string"
															},
															"example": [
																"ST00XX201909857474687167000001"
															]
														},
														"special_services_list": {
															"type": "array",
															"minItems": 1,
															"items": {
																"type": "string"
															},
															"example": [
																"SR00XX201909857474687167000001"
															]
														},
														"exchange": {
															"type": "boolean",
															"description": "Enable exchange form of payment",
															"default": false
														},
														"first_form_of_payment": {
															"$ref": "#/components/schemas/first_form_of_payment"
														},
														"second_form_of_payment": {
															"$ref": "#/components/schemas/second_form_of_payment"
														},
														"endorsement_text": {
															"$ref": "#/components/schemas/endorsement_text"
														},
														"tour_code_information": {
															"$ref": "#/components/schemas/tour_code_information"
														},
														"manual_discount": {
															"$ref": "#/components/schemas/manual_discount"
														},
														"fiscal_designator_information": {
															"$ref": "#/components/schemas/fiscal_designator_information"
														},
														"elegibility": {
															"$ref": "#/components/schemas/elegibility"
														},
														"agent_involved": {
															"$ref": "#/components/schemas/agent_involved"
														},
														"remote_city": {
															"$ref": "#/components/schemas/remote_city"
														},
														"taxes_criteria": {
															"$ref": "#/components/schemas/taxes_criteria"
														},
														"priced_manual_currency": {
															"$ref": "#/components/schemas/priced_manual_currency"
														},
														"reconfirm_action": {
															"$ref": "#/components/schemas/reconfirm_action"
														}
													},
													"oneOf": [
														{
															"required": [
																"seats_list"
															]
														},
														{
															"required": [
																"special_services_list"
															]
														}
													]
												}
											}
										}
									},
									"issue_by_selection": {
										"type": "object",
										"description": "Allow user to process EMDS according the criteria desired.",
										"required": [
											"order_reference_key",
											"price_quote_number",
											"first_form_of_payment"
										],
										"properties": {
											"order_reference_key": {
												"type": "string",
												"description": "Unique identifier of transaction",
												"example": [
													"WEM20190510201904908987758583000001"
												],
												"pattern": "^(.*)$"
											},
											"price_quote_number": {
												"type": "array",
												"description": "Price_quote numbers to process",
												"minItems": 1,
												"items": {
													"type": "string"
												},
												"example": [
													"1"
												]
											},
											"exchange": {
												"type": "boolean",
												"description": "Enable exchange form of payment",
												"default": false
											},
											"first_form_of_payment": {
												"$ref": "#/components/schemas/first_form_of_payment"
											},
											"second_form_of_payment": {
												"$ref": "#/components/schemas/second_form_of_payment"
											},
											"endorsement_text": {
												"$ref": "#/components/schemas/endorsement_text"
											},
											"tour_code_information": {
												"$ref": "#/components/schemas/tour_code_information"
											},
											"manual_discounts": {
												"$ref": "#/components/schemas/manual_discount"
											},
											"fiscal_designator_information": {
												"$ref": "#/components/schemas/fiscal_designator_information"
											},
											"fare_forced": {
												"$ref": "#/components/schemas/fare_forced"
											},
											"agent_involved": {
												"$ref": "#/components/schemas/agent_involved"
											},
											"remote_city": {
												"$ref": "#/components/schemas/remote_city"
											},
											"remarks": {
												"$ref": "#/components/schemas/remarks"
											},
											"elegibility": {
												"$ref": "#/components/schemas/elegibility"
											},
											"taxes_criteria": {
												"$ref": "#/components/schemas/taxes_criteria"
											},
											"priced_manual_currency": {
												"$ref": "#/components/schemas/priced_manual_currency"
											},
											"reconfirm_action": {
												"$ref": "#/components/schemas/reconfirm_action"
											}
										}
									}
								}
							}
						}
					}
				},
				"responses": {
					"200": {
						"description": "Success",
						"content": {
							"application/json": {
								"example": {
									"emd_issued": {
										"description": "Example response of ticket issued.",
										"value": {
											"EMD2019102980001": {
												"NM00XX202002816788826778000001": {
													"seats_information": {
														"emds_list": [
															{
																"ST00XX202002816788826778000001": {
																	"special_service_reference_key": "ST00XX202002816788826778000001"
																},
																"ST00XX202002816788826778000002": {
																	"special_service_reference_key": "ST00XX202002816788826778000002"
																},
																"emd_number": "9995570005094",
																"emd_type": "A",
																"order": 1,
																"passenger_reference_associated": "NM00XX202002816788826778000001",
																"rfic_code": "A",
																"rfic_name": "AIR TRANSPORTATION",
																"transaction_details": {
																	"creation_date": "2020-02-07T13:25:22.310",
																	"source": "AGENT"
																},
																"type": "AUTOMATIC"
															}
														]
													}
												},
												"passengers_information": {
													"NM00XX202002816788826778000001": {
														"infant_associated_indicator": false,
														"name": "PC",
														"name_suffix": "MR",
														"order": 1,
														"passenger_reference_key": "NM00XX202002816788826778000001",
														"passenger_type": "ADULT",
														"passenger_type_code": "ADT",
														"passenger_type_description": "ADULT",
														"surname": "GAYAN"
													}
												}
											},
											"record_locator_version_information": {
												"record_locator": "QCXRCN",
												"record_locator_version": "2020-02-07T13:25:22.627Z"
											}
										}
									}
								},
								"schema": {
									"type": "object",
									"properties": {
										"^[MN0-9999]+$": {
											"type": "object",
											"description": "Object key name is a passegner_reference_key of the reservation.",
											"properties": {
												"seats_information": {
													"type": "object",
													"description": "Object that contain the list of emds for seats services issued for the reference's passenger.",
													"properties": {
														"emds_list": {
															"$ref": "#/components/schemas/emds_list"
														}
													}
												},
												"special_service_information": {
													"type": "object",
													"description": "Object that contain the list of emds issued special services, others than seats for the reference´s passenger.",
													"properties": {
														"emds_list": {
															"$ref": "#/components/schemas/emds_list"
														}
													}
												}
											}
										},
										"passenger_information": {
											"$ref": "#/components/schemas/passenger_information"
										},
										"record_locator_version_information": {
											"$ref": "#/components/schemas/record_locator_version_information"
										}
									}
								}
							}
						}
					},
					"400": {
						"description": "Error received by KIU-API",
						"content": {
							"application/json": {
								"example": {
									"Error_on_PNR": {
										"description": "Wrong PNR declaration.",
										"value": {
											"exception": "CommandException",
											"extended": {
												"error_additional_information": "PNR NOT FOUND",
												"error_number": "1016"
											},
											"layer": "6",
											"message": "PNR NOT FOUND"
										}
									}
								},
								"schema": {
									"type": "object",
									"properties": {
										"exception": {
											"type": "string",
											"description": "Exception name that origin the error",
											"example": "InvalidAccessException"
										},
										"extended": {
											"type": "object",
											"properties": {
												"error_additional_information": {
													"type": "string",
													"description": "Message associated to error on preference user language",
													"example": "INVALID ACCESS"
												},
												"error_number": {
													"type": "string",
													"description": "Unique id number that identifies the error",
													"example": "9999"
												}
											},
											"description": "extend information related error"
										},
										"layer": {
											"type": "number",
											"description": "Level that generate the error. This is recommended to inform in case to consult support",
											"example": [
												2
											]
										},
										"message": {
											"type": "string",
											"description": "Exception associated text",
											"example": "Service unavailable."
										}
									}
								}
							}
						}
					}
				},
				"deprecated": false
			}
		},
		"/services/booking/get_reservation_receipts": {
			"post": {
				"tags": [
					"checkout"
				],
				"summary": "Get the receipts of the documents issued in a reservation.",
				"description": "This service allows users to get on html format the receipt of booking, emd/s or ticket/s.",
				"parameters": [
					{
						"$ref": "#/components/parameters/KIU-API-Token"
					},
					{
						"$ref": "#/components/parameters/Content-Type"
					}
				],
				"requestBody": {
					"content": {
						"application/json": {
							"example": {
								"get_booking_receipt": {
									"description": "Request to get the booking receipt on HTML.",
									"value": {
										"date_time": "2020-10-28T11:19:00Z",
										"echo_token": "FLOWEXAMPLE_BV_STG",
										"point_of_sale": {
											"user": "XX",
											"kiu_device_id": "AEP00XX817",
											"agent_id": "AEP00XXSM",
											"country": "AR"
										},
										"record_locator_version_information": {
											"record_locator": "SSRTZH",
											"record_locator_version": "2020-10-27T18:57:51.867Z"
										},
										"get_booking_receipt": true
									}
								},
								"get_ticket_receipt": {
									"description": "Request to get the ticket receipt on HTML.",
									"value": {
										"date_time": "2020-10-28T11:19:00Z",
										"echo_token": "FLOWEXAMPLE_BV_STG",
										"point_of_sale": {
											"user": "XX",
											"kiu_device_id": "AEP00XX817",
											"agent_id": "AEP00XXSM",
											"country": "IT"
										},
										"record_locator_version_information": {
											"record_locator": "SSRTZH",
											"record_locator_version": "2020-10-27T18:57:51.867Z"
										},
										"get_ticket_receipt": "0042000001004"
									}
								},
								"get_emd_receipt": {
									"description": "Request to get the emd receipt on html.",
									"value": {
										"date_time": "2020-10-28T11:19:00Z",
										"echo_token": "FLOWEXAMPLE_BV_STG",
										"point_of_sale": {
											"user": "XX",
											"kiu_device_id": "AEP00XX817",
											"agent_id": "AEP00XXSM",
											"country": "IT"
										},
										"record_locator_version_information": {
											"record_locator": "SSRTZH",
											"record_locator_version": "2020-10-27T18:57:51.867Z"
										},
										"get_emd_receipt": "0042000001003"
									}
								}
							},
							"schema": {
								"type": "object",
								"required": [
									"echo_token",
									"date_time",
									"point_of_sale",
									"record_locator_version_information"
								],
								"oneOf": [
									{
										"required": [
											"get_booking_receipt"
										]
									},
									{
										"required": [
											"get_ticket_receipt"
										]
									},
									{
										"required": [
											"get_emd_receipt"
										]
									}
								],
								"properties": {
									"echo_token": {
										"$ref": "#/components/schemas/echo_token"
									},
									"date_time": {
										"$ref": "#/components/schemas/date_time"
									},
									"point_of_sale": {
										"$ref": "#/components/schemas/point_of_sale"
									},
									"record_locator_version_information": {
										"$ref": "#/components/schemas/record_locator_version_information"
									},
									"get_booking_receipt": {
										"type": "boolean",
										"description": "Return the receipt of booking",
										"default": false
									},
									"get_ticket_receipt": {
										"type": "string",
										"description": "Return the electronic ticket receipt on HTML format",
										"example": [
											"9990210022030"
										]
									},
									"get_emd_receipt": {
										"type": "string",
										"description": "Return the EMD receipt on HTML format",
										"example": [
											"9995570005246"
										]
									}
								}
							}
						}
					}
				},
				"responses": {
					"200": {
						"description": "Success",
						"content": {
							"application/json": {
								"example": {
									"reservation_receipt": {
										"description": "User will received the reservation receipt on HTML format.",
										"value": {
											"get_booking_receipt": {
												"reservation_receipt": {
													"html": "<html lang=\"it\"><head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\"><title>Itinerario ricevuta - SSRTZH</title><style type=\"text/css\">@media print {.back-color {background-color: #ffffff !important;-webkit-print-color-adjust: exact;}.container {background-color: #ffffff !important;-webkit-print-color-adjust: exact;}.table-background{background-color: #ffffff;-webkit-print-color-adjust: exact;}}</style></head><body style=\"background-color: #F8F9FA\"><div class=\"container\" style=\"background-color: #F8F9FA; margin: 0 auto; width: 100%; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; border: 0; font-size:12px; word-break: break-word; display: block;\"><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0\"><thead><tr bgcolor=\"#ffffff\" style=\"color: #495057; border-left: 1px solid #E9ECEF; border-top: 1px solid #E9ECEF; border-right: 1px solid #E9ECEF; border-bottom: 0px; background-color: #FFFFFF\"><th colspan=\"2\" valign=\"center\" bgcolor=\"#ffffff\" align=\"center\" style=\"font-weight: 400; border: 0; padding: 16px; text-align: center; text-transform: uppercase; font-size: 13px; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 13px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">02 NOV  2020</span><span style=\"color: #495057; font-weight: 400; font-size: 13px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"> &#8594; </span><span style=\"color: #495057; font-weight: 400; font-size: 13px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">06 NOV  2020</span><span style=\"color: #495057; font-weight: 400; font-size: 13px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"> Viaggio a </span><span style=\"color: #002157; font-weight: 600; font-size: 13px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>TIRANA, AL</b></span></th></tr></thead></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"12px\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: auto; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0\"><thead><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><th valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #A7B3C5; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 400; font-size: 13px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">Preparato per</span><br><span style=\"color: #002157; font-weight: 600; font-size: 13px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>NIZETICH/GERARDO</b></span><br><span style=\"color: #002157; font-weight: 600; font-size: 13px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>NIZETICH/PIPPA (INF)</b></span><br><span style=\"color: #002157; font-weight: 600; font-size: 13px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>NIZETICH/JUAN PABLO (CHD)</b></span><br></th><th valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #A7B3C5; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 400; font-size: 13px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">Codice di Prenotazione</span><br><span style=\"color: #002157; font-weight: 600; font-size: 13px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; text-transform: uppercase;\"><b>SSRTZH</b></span></th></tr></thead><tbody><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #495057; text-align: left; background-color: #DFE3EA\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Airline/Agenzia</b></span><br><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">LUKEAIR</span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #495057; text-align: left; background-color: #DFE3EA\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Indirizzo 1</b></span><br><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">INTERNET </span></td></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #495057; text-align: left; background-color: #DFE3EA\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Numero di Telefono</b></span><br><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">INTERNET </span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #495057; text-align: left; background-color: #DFE3EA\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Indirizzo 2</b></span><br><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">IMTERNET </span></td></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #495057; text-align: left; background-color: #DFE3EA\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>E-Mail</b></span><br><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; text-transform: lowercase;\">NO-REPLY@LUKEAIR.COM</span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #495057; text-align: left; background-color: #DFE3EA\"></td></tr></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" bgcolor=\"#ffffff\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: auto; border-collapse: collapse; font-size:12px; word-break: break-word; font-weight: 400; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"2\" bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"></th></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><th valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Partenza</b></span><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"> &#8594; </span><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; text-transform: capitalize;\">LUNEDI          2 NOV</span></th><th valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Arrivo</b></span><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"> &#8594; </span><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; text-transform: capitalize;\">LUNEDI          2 NOV</span></th></tr></thead><tbody><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>LUKEAIR BV 2340</b></span></td><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">BOEING 737-800 P</span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Durata: </b></span><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"> 1 hr(s) 45 min(s)</span> <br><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Classe: </b></span><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">Economia</span> <br><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Stato: </b></span><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">Confermato</span></td><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Distanza (in chilometri):  </b></span><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">1000</span><br><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Fermate:  </b></span><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">         0</span> <br><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"> <b>Pasti:  </b></span><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">Merenda</span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" style=\"color: #002157; text-align: left; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>MXP</b></span> <br><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">MILAN,IT</span></td><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>TIA</b></span> <br><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">TIRANA,AL</span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Partenza a: </b></span><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">13:00 (Mon, 02 Nov)</span> <br><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Terminale: </b></span><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">Non disponibile</span></td><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Arrivare a: </b></span><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">14:45 (Mon, 02 Nov)</span> <br><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Terminale: </b></span><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">Non disponibile</span></td></tr></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" bgcolor=\"#ffffff\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: auto; border-collapse: collapse; font-size:12px; word-break: break-word; font-weight: 400; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"2\" bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"></th></tr><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"4\" bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"></th></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><th valign=\"center\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #002157;text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Nome del Passeggero</b></span></th><th valign=\"center\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #002157;text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Sedili</b></span></th><th valign=\"center\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #002157;text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Volantino Frequente #</b></span></th><th valign=\"center\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #002157;text-align: left; border-bottom: 1px solid #F8F9FA; min-width: 110px; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Arrivo</b></span></th></tr></thead><tbody><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157;text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">NIZETICH/GERARDO</span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057;text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"></span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057;text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"></span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">0042000001004</span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157;text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">NIZETICH/PIPPA</span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057;text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"></span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057;text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"></span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">0042000001006</span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157;text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">NIZETICH/JUAN PABLO</span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057;text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"></span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057;text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"></span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">0042000001005</span></td></tr></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"4\" bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"></th></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><th valign=\"center\" align=\"left\" bgcolor=\"DFE3EA\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Nome del Passeggero</b></span></th><th valign=\"center\" align=\"left\" bgcolor=\"DFE3EA\" style=\"text-align: left; color: #002157; border-bottom: 1px solid #F8F9FA; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Descrizione del servizio speciale</b></span></th><th valign=\"center\" align=\"left\" bgcolor=\"DFE3EA\" style=\"text-align: left; color: #002157; border-bottom: 1px solid #F8F9FA; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Stato</b></span></th><th valign=\"center\" align=\"left\" bgcolor=\"DFE3EA\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA; min-width: 50px; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>SSR</b></span></th></tr></thead><tbody><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"text-align: left; color: #002157; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">NIZETICH/GERARDO</span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA;background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">NIZETICH/JULIETA PIPPA 12JAN19/INFANT</span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057;text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">Confermato-Nessun pagamento richiesto</span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">INFT</span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"text-align: left; color: #002157; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">NIZETICH/GERARDO</span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA;background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">EXCESS BAGGAGE</span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057;text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">Confermato-Pagato</span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">XBAG</span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"text-align: left; color: #002157; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">NIZETICH/GERARDO</span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA;background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">042000001004C1/TICKET NUMBER FOR ELECTRONIC TICKETS</span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057;text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">Confermato-Nessun pagamento richiesto</span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">TKNE</span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"text-align: left; color: #002157; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">NIZETICH/PIPPA</span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA;background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">042000001006C1/TICKET NUMBER FOR ELECTRONIC TICKETS</span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057;text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">Confermato-Nessun pagamento richiesto</span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">TKNE</span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"text-align: left; color: #002157; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">NIZETICH/JUAN PABLO</span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA;background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">042000001005C1/TICKET NUMBER FOR ELECTRONIC TICKETS</span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057;text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">Confermato-Nessun pagamento richiesto</span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">TKNE</span></td></tr></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" bgcolor=\"#ffffff\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: auto; border-collapse: collapse; font-size:12px; word-break: break-word; font-weight: 400; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"2\" bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"></th></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><th valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Partenza</b></span><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"> &#8594; </span><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; text-transform: capitalize;\">VENERDI          6 NOV</span></th><th valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Arrivo</b></span><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"> &#8594; </span><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; text-transform: capitalize;\">VENERDI          6 NOV</span></th></tr></thead><tbody><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>LUKEAIR BV 2341</b></span></td><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">BOEING 737-800 P</span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Durata: </b></span><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"> 2 hr(s) 05 min(s)</span> <br><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Classe: </b></span><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">Economia</span> <br><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Stato: </b></span><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">Confermato</span></td><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Distanza (in chilometri):  </b></span><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">1000</span><br><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Fermate:  </b></span><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">         0</span> <br><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"> <b>Pasti:  </b></span><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">Merenda</span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" style=\"color: #002157; text-align: left; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>TIA</b></span> <br><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">TIRANA,AL</span></td><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>MXP</b></span> <br><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">MILAN,IT</span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Partenza a: </b></span><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">10:15 (Fri, 06 Nov)</span> <br><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Terminale: </b></span><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">Non disponibile</span></td><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Arrivare a: </b></span><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">12:20 (Fri, 06 Nov)</span> <br><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Terminale: </b></span><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">Non disponibile</span></td></tr></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" bgcolor=\"#ffffff\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: auto; border-collapse: collapse; font-size:12px; word-break: break-word; font-weight: 400; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"2\" bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"></th></tr><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"4\" bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"></th></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><th valign=\"center\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #002157;text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Nome del Passeggero</b></span></th><th valign=\"center\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #002157;text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Sedili</b></span></th><th valign=\"center\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #002157;text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Volantino Frequente #</b></span></th><th valign=\"center\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #002157;text-align: left; border-bottom: 1px solid #F8F9FA; min-width: 110px; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Arrivo</b></span></th></tr></thead><tbody><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157;text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">NIZETICH/GERARDO</span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057;text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"></span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057;text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"></span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">0042000001004</span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157;text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">NIZETICH/PIPPA</span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057;text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"></span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057;text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"></span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">0042000001006</span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157;text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">NIZETICH/JUAN PABLO</span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057;text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"></span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057;text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"></span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">0042000001005</span></td></tr></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"4\" bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"></th></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><th valign=\"center\" align=\"left\" bgcolor=\"DFE3EA\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Nome del Passeggero</b></span></th><th valign=\"center\" align=\"left\" bgcolor=\"DFE3EA\" style=\"text-align: left; color: #002157; border-bottom: 1px solid #F8F9FA; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Descrizione del servizio speciale</b></span></th><th valign=\"center\" align=\"left\" bgcolor=\"DFE3EA\" style=\"text-align: left; color: #002157; border-bottom: 1px solid #F8F9FA; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Stato</b></span></th><th valign=\"center\" align=\"left\" bgcolor=\"DFE3EA\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA; min-width: 50px; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>SSR</b></span></th></tr></thead><tbody><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"text-align: left; color: #002157; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">NIZETICH/GERARDO</span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA;background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">EXCESS BAGGAGE</span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057;text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">Confermato-Pagato</span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">XBAG</span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"text-align: left; color: #002157; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">NIZETICH/GERARDO</span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA;background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">042000001004C2/TICKET NUMBER FOR ELECTRONIC TICKETS</span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057;text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">Confermato-Nessun pagamento richiesto</span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">TKNE</span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"text-align: left; color: #002157; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">NIZETICH/PIPPA</span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA;background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">042000001006C2/TICKET NUMBER FOR ELECTRONIC TICKETS</span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057;text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">Confermato-Nessun pagamento richiesto</span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">TKNE</span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"text-align: left; color: #002157; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">NIZETICH/JUAN PABLO</span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA;background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">042000001005C2/TICKET NUMBER FOR ELECTRONIC TICKETS</span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057;text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">Confermato-Nessun pagamento richiesto</span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">TKNE</span></td></tr></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"3\" bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"></th></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><th valign=\"center\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #DFE3EA\"><span style=\"color: #002157;font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Nome del Passeggero</b></span></th><th valign=\"center\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Digitare il nome</b></span></th><th valign=\"center\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Numero</b></span></th></tr></thead><tbody><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">NIZETICH/GERARDO</span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA;background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"></span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA;background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"></span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">NIZETICH/PIPPA</span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA;background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"></span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA;background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"></span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">NIZETICH/JUAN PABLO</span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA;background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"></span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA;background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"></span></td></tr></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"3\" bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"></th></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><th valign=\"center\" colspan=\"2\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #DFE3EA\"><span style=\"color: #002157;font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Nome del Passeggero</b></span></th><th valign=\"center\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Ricevute EMD</b></span></th></tr></thead><tbody><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" colspan=\"2\"  align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">NIZETICH/GERARDO</span></td><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; border-right: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA;background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">0040700000003</span></td></tr></tbody></table></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" bgcolor=\"#ffffff\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"></th></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><th valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Appunti</b></span></th></tr></thead><tbody><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"></span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"></span></td></tr></tbody></table><br><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"0px\" bgcolor=\"#ffffff\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:08px; word-break: break-word; margin: 0 auto; border: 0;\"><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: right;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 08px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">Stampato da Agente MXP00BVKA/28OCT20/1513Z</span></td></tr></table></div></body></html>"
												}
											}
										}
									},
									"ticket_receipt": {
										"description": "User will received the ticket number request on HTML format.",
										"value": {
											"get_ticket_receipt": {
												"ticket_receipt": {
													"html": "<html lang=\"it\"><head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\"><title>Itinerario ricevuta - SSRTZH</title><style type=\"text/css\">@media print {.back-color {background-color: #ffffff !important;-webkit-print-color-adjust: exact;} .container {background-color: #ffffff !important;-webkit-print-color-adjust: exact;}table {background-color: #ffffff;-webkit-print-color-adjust: exact;}}  .pnr-print-small{font-size:8px;}  .pnr-print-medium{font-size:12px;}  .pnr-print-big{font-size:14px;}</style></head><body style=\"background-color: #F8F9FA\"><div class=\"container\" style=\"background-color: #F8F9FA; margin: 0 auto; width: 100%; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; border: 0; font-size:12px; word-break: break-word; display: block;\"><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0\"><tbody><tr bgcolor=\"#ffffff\" style=\"color: #495057; border-left: 1px solid #E9ECEF; border-top: 1px solid #E9ECEF; border-right: 1px solid #E9ECEF; border-bottom: 0px; background-color: #FFFFFF\"><td colspan=\"2\" valign=\"center\" bgcolor=\"#ffffff\" align=\"center\" style=\"font-weight: 400; border: 0; padding: 16px; text-align: center; text-transform: uppercase; font-size: 13px; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 13px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>BIGLIETTO ELETTRONICO </b></span><span style=\"color: #495057; font-weight: 400; font-size: 13px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">&#42; *** TEST MODE // RECEIPT NOT VALID *** &#42;</span></td></tr></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0px\" cellpadding=\"12px\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: auto; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0\"><thead><tr bgcolor=\"#DFE3EA\" padding=\"16px\" style=\"background-color: #DFE3EA\"><th valign=\"center\" colspan=\"2\" align=\"left\" padding=\"16px\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #A7B3C5; background-color: #DFE3EA; padding: 16px\"><span style=\"color: #002157; font-weight: 400; font-size: 13px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">INFORMAZIONI SUL TUO NUMERO DI BIGLIETTO </span><span style=\"color: #002157; font-weight: 600; font-size: 13px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>0042000001004</b></span></th></tr></thead><tbody><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><td valign=\"top\" colspan=\"2\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #495057; text-align: left; background-color: #DFE3EA\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Leggere attentamente il documento</b></span></td></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #495057; text-align: left; background-color: #DFE3EA\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Nome del Passeggero</b></span></td><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>GERARDO NIZETICH</b></span></td></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #495057; text-align: left; background-color: #DFE3EA\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Iva</b></span></td><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">   </span></td></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #495057; text-align: left; background-color: #DFE3EA\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Citt&#225; e Data Di Emissione</b></span></td><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">MILAN, 27/10/2020</span></td></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #495057; text-align: left; background-color: #DFE3EA\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Documento D'Identit&#225;</b></span></td><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" padding=\"6px\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"></span></td></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #495057; text-align: left; background-color: #DFE3EA\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Tipologia Passeggero</b></span></td><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">Adulto</span></td></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #495057; text-align: left; background-color: #DFE3EA\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Codice di Prenotazione</b></span></td><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">SSRTZH</span></td></tr></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" bgcolor=\"#ffffff\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: auto; border-collapse: collapse; font-size:12px; word-break: break-word; font-weight: 400; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"2\" bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"></th></tr><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"2\" valign=\"center\" align=\"left\" bgcolor=\"#F8F9FA\" style=\"text-align: left; color: #002157; border-bottom: 1px solid #F8F9FA;background-color: #F8F9FA\"><span style=\"color: #002157; font-weight: 600; font-size: 13px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Contatti Agenzia</b></span></th></tr></thead><tbody><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Agenzia/Ufficio</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">INTERNET</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Indirizzo</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">INTERNET </span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Telefono</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">INTERNET  - NO-REPLY@LUKEAIR.COM</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Firma Agenzia</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">MXP00BVKA</span></tr></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" bgcolor=\"#ffffff\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: auto; border-collapse: collapse; font-size:12px; word-break: break-word; font-weight: 400; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"2\" bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"></th></tr><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"2\" valign=\"center\" align=\"left\" bgcolor=\"#F8F9FA\" style=\"text-align: left; color: #002157; border-bottom: 1px solid #F8F9FA;background-color: #F8F9FA\"><span style=\"color: #002157; font-weight: 600; font-size: 13px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Compagnia Aerea</b></span></th></tr></thead><tbody><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Nome</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">LUKE AIR</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Indirizzo</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"> TEST ADDRESS, MILAN, 1231</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>VAT</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">30-12312-11111</span></tr></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"2\" bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"></th></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><th valign=\"top\" colspan=\"2\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157;font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Dettagli Pagamento</b></span></th></tr></thead><tbody><tr bgcolor=\"#F2F4F7\" style=\"background-color: #ECEEF2\"><td valign=\"center\" align=\"left\" bgcolor=\"#ECEEF2\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA;background-color: #ECEEF2\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Concetto</b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#ECEEF2\" style=\"color: #002157; text-align: right; border-bottom: 1px solid #F8F9FA;background-color: #ECEEF2\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Importo</b></span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Tariffa</b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: right; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">EUR 42.00</span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #F5F9FD\"><td valign=\"center\" align=\"left\" bgcolor=\"#F5F9FD\" style=\"color: #002157; text-align: left; background-color: #F5F9FD\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Tasso di Valuta Equivalente</b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#F5F9FD\" style=\"color: #495057; text-align: right; background-color: #F5F9FD\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">EUR 42.00</span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Imposte e Tasse (2)</b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: right; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">EUR 42.21</span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #F5F9FD\"><td valign=\"center\" align=\"left\" bgcolor=\"#F5F9FD\" style=\"color: #002157; text-align: left; background-color: #F5F9FD\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Tour Code</b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#F5F9FD\" style=\"color: #495057; text-align: right; background-color: #F5F9FD\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"> </span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Totale Biglietto</b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: right; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">EUR 84.21</span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #F5F9FD\"><td valign=\"center\" align=\"left\" bgcolor=\"#F5F9FD\" style=\"color: #002157; text-align: left; background-color: #F5F9FD\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Tasse (3)</b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#F5F9FD\" style=\"color: #495057; text-align: right; background-color: #F5F9FD\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"> EUR 10.00</span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Totale Pagato</b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: right; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">EUR 94.21</span></td></tr></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"2\" bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"></th></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><th valign=\"top\" colspan=\"2\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157;font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Forma Di Pagamento</b></span></th></tr></thead><tbody><tr bgcolor=\"#F2F4F7\" style=\"background-color: #ECEEF2\"><td valign=\"center\" align=\"left\" bgcolor=\"#ECEEF2\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA;background-color: #ECEEF2\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Tipo</b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#ECEEF2\" style=\"color: #002157; text-align: right; border-bottom: 1px solid #F8F9FA;background-color: #ECEEF2\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Dettagli</b></span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>  CASH </b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: right; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"> </span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>(1)</b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: right; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">EUR - EUROS<BR></span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #F5F9FD\"><td valign=\"center\" align=\"left\" bgcolor=\"#F5F9FD\" style=\"color: #002157; text-align: left; background-color: #F5F9FD\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>(2)</b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#F5F9FD\" style=\"color: #495057; text-align: right; background-color: #F5F9FD\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">EUR    2.51EX   7.50HB   28.16IT   0.86MJ   3.18VT</span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>(3)</b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: right; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"> EUR OBT01 10.00 </span></td></tr></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"2\" bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"></th></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><th valign=\"top\" colspan=\"2\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157;font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Itinerario</b></span></th></tr></thead><tbody><tr bgcolor=\"#F2F4F7\" style=\"background-color: #ECEEF2\"><td valign=\"top\" colspan=\"2\" align=\"left\" bgcolor=\"#ECEEF2\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #ECEEF2\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>BV2340</b></span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Da</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">MILANO-MALPENSA</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>A</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">TIRANA</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Partenza Data - Ora</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">MON 02-NOV-2020 13:00</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Arrivo Data - Ora</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">MON 02-NOV-2020 14:45</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Tariffa</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">QWEBRT</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Bagagli da Stiva</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">23 CHILI</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Stato</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">APERTO PER L'USO</span></tr></tr></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"2\" bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"></th></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><th valign=\"top\" colspan=\"2\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157;font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Itinerario</b></span></th></tr></thead><tbody><tr bgcolor=\"#F2F4F7\" style=\"background-color: #ECEEF2\"><td valign=\"top\" colspan=\"2\" align=\"left\" bgcolor=\"#ECEEF2\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #ECEEF2\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>BV2341</b></span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Da</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">TIRANA</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>A</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">MILANO-MALPENSA</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Partenza Data - Ora</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">FRI 06-NOV-2020 10:15</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Arrivo Data - Ora</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">FRI 06-NOV-2020 12:20</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Tariffa</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">QWEBRT</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Bagagli da Stiva</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">23 CHILI</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Stato</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">APERTO PER L'USO</span></tr></tr></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" bgcolor=\"#ffffff\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"></th></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><th valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Osservazioni</b></span></th></tr></thead><tbody><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left;background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><p class=\"pnr-print-medium\"></p></span></td></tr></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" bgcolor=\"#ffffff\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th bgcolor=\"#F8F9FA\" colspan=\"2\" style=\"background-color: #F8F9FA\"></th></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><th valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Approvazione</b></span></th><th valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">NONEND/NONREF</span></th></tr></thead></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" bgcolor=\"#ffffff\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th valign=\"center\" align=\"left\" bgcolor=\"#F8F9FA\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA background-color: #F8F9FA\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Informazioni Generali</b></span></th></tr></thead><tbody><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left;background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><p class=\"pnr-print-medium\"></span></td></tr></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" bgcolor=\"#ffffff\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"></th></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><th valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">STAMPATO DA AGENTE </span><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">MXP00BVKA/OCT 28 2020  4:16</span></th></tr></thead></table></div></body></html>"
												}
											}
										}
									},
									"emd_receipt": {
										"description": "Users will received the EMD receipt from request on HTML format.",
										"value": {
											"get_emd_receipt": {
												"emd_receipt": {
													"html": "<HTML><HEAD><STYLE>.pnr-print-small {font-size: 8px;}.pnr-print-medium {font-size: 12px;}.pnr-print-big {font-size: 14px;}</STYLE></HEAD><BODY><PRE class=\"pnr-print-medium\"> EMD - ELECTRONIC MISCELLANEOUS DOCUMENT  *** TEST MODE // RECEIPT NOT VALID *** <br><br><br>     PAX NAME / GROUP NAME:  <B>NIZETICH/GERARDO    </B></B><br><br>                                              EMD NUMBER:  <B>0040700000003</B><br> <B>INTERNET                      </B>               EMD TYPE  :  A (ASSOCIATED)<br> INTERNET                      <br> IMTERNET, ITALY                    DATE OF ISSUE: 27 OCT 2020<br> PHONE: INTERNET                      ISSUE AGENT: MXP00BVKA<br> OFFICE ID: IT-21856-0                       FOID:                     <br>                                   <br><br>ISSUING AIRLINE             : AIRLINE<br>ADDRESS                     : ADDRESS<br>VAT REG.                    : VAT                           <br><br><br>BOOKING REF.: <br><br>C1/<B>SSRTZH</B><br><br>REASON FOR ISSUANCE CODE (RFIC): C - BAGGAGE<br><br><br>REASON FOR ISSUANCE CODE (RFIC): C - BAGGAGE<br><br> CPN 1   BAGGAGE EXCESS(0DA)           DATE OF SERVICE: 02NOV20     OPEN FOR USE<br>  PRESENT TO-LUKEAIR<br>  PRESENT AT-MXP MILANO-MALPENSA<br> CPN 2   BAGGAGE EXCESS(0DA)           DATE OF SERVICE: 06NOV20     OPEN FOR USE<br>  PRESENT TO-LUKEAIR<br>  PRESENT AT-TIA TIRANA<br><br></PRE><PRE class=\"pnr-print-medium\"></PRE><PRE class=\"pnr-print-medium\"><br><br>ENDORSEMENTS      : <br>TOUR CODE         : <br>REMARK            : <br><br>FORM OF PAYMENT:        20.00  CASH<br><br><br>AMOUNT/CHARGE/FEE : EUR       20.00<br>EQUIV. AMOUNT     : EUR       20.00<br>TAX               : EUR<br>TOTAL             : <B>EUR       20.00</B><br><br><br></PRE><PRE class=\"pnr-print-medium\"><br><br><br><br><br><br><br><br><br><br><br><br>PRINTED BY AGENT MXP00BVKA/OCT 28 2020 12:25</PRE></BODY></HTML>"
												}
											}
										}
									}
								},
								"schema": {
									"type": "object",
									"properties": {
										"get_reservation_receipt": {
											"type": "object",
											"properties": {
												"reservation_receipt": {
													"type": "object",
													"description": "This object holds the HTML receipt of the reservation (IE)."
												}
											}
										},
										"get_ticket_receipt": {
											"type": "object",
											"properties": {
												"reservation_receipt": {
													"type": "object",
													"description": "This object holds the HTML receipt of the ticket (ITR)."
												}
											}
										},
										"get_emd_receipt": {
											"type": "object",
											"properties": {
												"reservation_receipt": {
													"type": "object",
													"description": "This object holds the HTML receipt of the emd (EMDR)."
												}
											}
										}
									}
								}
							}
						}
					},
					"400": {
						"description": "Error received from KIU System.",
						"content": {
							"application/json": {
								"schema": {
									"type": "object",
									"properties": {
										"exception": {
											"type": "string",
											"description": "Exception name that origin the error",
											"example": "InvalidAccessException"
										},
										"extended": {
											"type": "object",
											"properties": {
												"error_additional_information": {
													"type": "string",
													"description": "Message associated to error on preference user language",
													"example": "INVALID ACCESS"
												},
												"error_number": {
													"type": "string",
													"description": "Unique id number that identifies the error",
													"example": "9999"
												}
											},
											"description": "extend information related error"
										},
										"layer": {
											"type": "number",
											"description": "Level that generate the error. This is recommended to inform in case to consult support",
											"example": [
												2
											]
										},
										"message": {
											"type": "string",
											"description": "Exception associated text",
											"example": "Service unavailable."
										}
									}
								}
							}
						}
					}
				}
			}
		},
		"/services/booking/send_reservation_receipts": {
			"post": {
				"tags": [
					"checkout"
				],
				"summary": "Send the receipts of the documents issued of a reservation",
				"description": "This service allows users to send different types of receipts like reservation, list of tickets and list of emds to one or multiple e-mails.",
				"parameters": [
					{
						"$ref": "#/components/parameters/KIU-API-Token"
					},
					{
						"$ref": "#/components/parameters/Content-Type"
					}
				],
				"requestBody": {
					"content": {
						"application/json": {
							"example": {
								"send_multiple_documents": {
									"value": {
										"date_time": "2021-09-20T13:46:00Z",
										"echo_token": "GERDOCSEXAMPLE_01",
										"point_of_sale": {
											"user": "XX",
											"kiu_device_id": "AEP00XX817",
											"agent_id": "AEP00XXSM",
											"preferred_display_currency": "ARS",
											"country": "AR",
											"agent_preferred_language": "es-AR"
										},
										"record_locator_version_information": {
											"record_locator": "AFKBUG",
											"record_locator_version": "2021-09-20T10:30:01.803Z"
										},
										"notification_list": [
											{
												"email_address": "GNIZETICH@KIUSYS.COM",
												"get_booking_receipt": true
											},
											{
												"email_address": "GNIZETICH@KIUSYS.COM",
												"get_ticket_receipt_list": [
													"9990210036642"
												]
											},
											{
												"email_address": "GNIZETICH@KIUSYS.COM",
												"get_emd_receipt_list": [
													"9995570205074"
												]
											}
										]
									}
								}
							},
							"schema": {
								"type": "object",
								"required": [
									"echo_token",
									"date_time",
									"point_of_sale",
									"record_locator_version_information",
									"notification_list"
								],
								"properties": {
									"echo_token": {
										"$ref": "#/components/schemas/echo_token"
									},
									"date_time": {
										"$ref": "#/components/schemas/date_time"
									},
									"point_of_sale": {
										"$ref": "#/components/schemas/point_of_sale"
									},
									"record_locator_version_information": {
										"$ref": "#/components/schemas/record_locator_version_information"
									},
									"notification_list": {
										"type": "array",
										"description": "e-mail to send by type of document",
										"minItems": 1,
										"items": {
											"type": "object",
											"required": [
												"email_address"
											],
											"properties": {
												"get_booking_receipt": {
													"type": "boolean",
													"description": "Return the receipt of booking",
													"default": false
												},
												"get_ticket_receipt_list": {
													"type": "array",
													"description": "Return the electronic ticket receipt on HTML format by e-mail",
													"example": [
														"9990210022030"
													],
													"minItems": 1,
													"maxItems": 10,
													"items": {
														"type": "string"
													}
												},
												"get_emd_receipt_list": {
													"type": "array",
													"description": "Return the EMD receipt/s on HTML format by e-mail",
													"items": {
														"type": "string"
													},
													"example": [
														"9995570005246"
													],
													"minItems": 1,
													"maxItems": 10
												},
												"email_address": {
													"type": "string",
													"format": "email",
													"description": "Notification email address to send receipt/s"
												}
											}
										}
									}
								}
							}
						}
					}
				},
				"responses": {
					"200": {
						"description": "Success cases",
						"content": {
							"application/json": {
								"example": {
									"success": {
										"value": {
											"success": true
										}
									}
								},
								"schema": {
									"type": "object",
									"properties": {
										"success": {
											"type": "boolean",
											"description": "Status of the transaction",
											"example": [
												true
											]
										}
									}
								}
							}
						}
					},
					"400": {
						"description": "Error received from KIU System.",
						"content": {
							"application/json": {
								"example": {
									"invalid_ticket": {
										"description": "User is pointing to invalid document number.",
										"value": {
											"exception": "CommandException",
											"extended": {
												"error_additional_information": "INVALID TICKET NUMBER",
												"error_number": "3221"
											},
											"layer": "6",
											"message": "INVALID TICKET NUMBER"
										}
									},
									"ticket_not_in_reservation": {
										"exception": "CommandException",
										"extended": {
											"error_additional_information": "TICKET NOT IN PNR",
											"error_number": "3540"
										},
										"layer": "6",
										"message": "TICKET NOT IN PNR"
									}
								},
								"schema": {
									"type": "object",
									"properties": {
										"exception": {
											"type": "string",
											"description": "Exception name that origin the error",
											"example": "InvalidAccessException"
										},
										"extended": {
											"type": "object",
											"properties": {
												"error_additional_information": {
													"type": "string",
													"description": "Message associated to error on preference user language",
													"example": "INVALID ACCESS"
												},
												"error_number": {
													"type": "string",
													"description": "Unique id number that identifies the error",
													"example": "9999"
												}
											},
											"description": "extend information related error"
										},
										"layer": {
											"type": "number",
											"description": "Level that generate the error. This is recommended to inform in case to consult support",
											"example": [
												2
											]
										},
										"message": {
											"type": "string",
											"description": "Exception associated text",
											"example": "Service unavailable."
										}
									}
								}
							}
						}
					}
				}
			}
		},
		"/webscheckin/passenger_search": {
			"post": {
				"tags": [
					"webcheckin"
				],
				"summary": "Search a passenger in a flight for checkin.",
				"description": "This method allows user to search a passenger for checkin in a flight",
				"parameters": [
					{
						"$ref": "#/components/parameters/KIU-API-Token"
					},
					{
						"$ref": "#/components/parameters/Content-Type"
					}
				],
				"requestBody": {
					"description": "Request have to send at least the minimum required data to obtaing the passenger data.",
					"content": {
						"application/json": {
							"schema": {
								"type": "object",
								"required": [
									"date_time",
									"echo_token",
									"point_of_sale",
									"record_locator"
								],
								"oneOf": [
									{
										"required": [
											"surname"
										]
									},
									{
										"required": [
											"group_name"
										]
									}
								],
								"properties": {
									"point_of_sale": {
										"$ref": "#/components/schemas/point_of_sale"
									},
									"date_time": {
										"$ref": "#/components/schemas/date_time"
									},
									"echo_token": {
										"$ref": "#/components/schemas/echo_token"
									},
									"touroperator_code": {
										"type": "string",
										"description": "Tour operator code.",
										"example": [
											"A776"
										]
									},
									"record_locator": {
										"type": "string",
										"description": "The passenger record_locator identification",
										"minLength": 5,
										"example": [
											"ABCDEF"
										]
									},
									"surname": {
										"type": "string",
										"description": "Passenger´s surname",
										"example": "RAMIREZ PEREZ"
									},
									"group_name": {
										"type": "string",
										"description": "Name of group of the reservation",
										"example": "BAC GRP"
									}
								}
							}
						}
					}
				},
				"responses": {
					"200": {
						"description": "Success",
						"content": {
							"application/json": {
								"schema": {
									"type": "object",
									"properties": {
										"checkin_passenger_information": {
											"type": "object",
											"description": "This object contain the detail checkin information per passenger/s.",
											"properties": {
												"^[CK0-9999]+$": {
													"type": "object",
													"description": "Hold the information of the passenger reference id involved on checkin-process.",
													"properties": {
														"checkin_passenger_reference": {
															"type": "object",
															"example": "CK202010304888880100658686668286001001",
															"properties": {
																"checkin_passenger_reference_key": {
																	"type": "string",
																	"description": "checkin_passenger_reference_key of the object"
																},
																"dcs_passenger_status": {
																	"type": "string",
																	"description": "Indicate the status of the passenger for checkin system",
																	"example": "RESERVED"
																},
																"flight_segment_reference_key": {
																	"$ref": "#/components/schemas/flight_segment_reference_key"
																},
																"operating_flight_details": {
																	"type": "object",
																	"description": "This object holds the information of the operating flight.",
																	"properties": {
																		"flight_number": {
																			"type": "string",
																			"description": "Identifier number for a flight",
																			"example": "1000"
																		},
																		"reservation_booking_designator": {
																			"type": "string",
																			"description": "Class of service booked.",
																			"example": "Y"
																		},
																		"reservation_cabin_designator_reference_id": {
																			"$ref": "#/components/schemas/reservation_cabin_designator_reference_id"
																		}
																	}
																},
																"passenger_reference_key": {
																	"$ref": "#/components/schemas/passenger_reference_key"
																},
																"passenger_ticket_information": {
																	"type": "object",
																	"description": "This object holds the information of the ticket associated to passenger/segment",
																	"properties": {
																		"passenger_ticket_coupon": {
																			"type": "number",
																			"description": "The coupon number associated to checkin flight",
																			"example": [
																				1
																			]
																		},
																		"passenger_ticket_issue_type": {
																			"type": "string",
																			"description": "Indicate the type of ticket issued",
																			"example": "ELECTRONIC"
																		},
																		"passenger_ticket_number": {
																			"type": "number",
																			"description": "The ticket number issued for passenger",
																			"example": 9990210024694,
																			"minLength": 13,
																			"maxLength": 13
																		},
																		"ticket_issued": {
																			"type": "boolean",
																			"description": "Indicator for ticketing status",
																			"example": true
																		}
																	}
																},
																"reservation_booking_designator": {
																	"type": "string",
																	"description": "Class of service booked.",
																	"example": "Y"
																},
																"reservation_cabin_designator_reference_id": {
																	"$ref": "#/components/schemas/reservation_cabin_designator_reference_id"
																},
																"reservation_status_reference_id": {
																	"$ref": "#/components/schemas/reservation_status_reference_id",
																	"example": "HK_0"
																},
																"web_checkin_condition": {
																	"type": "object",
																	"description": "This object holds the status of web_checkin for flight",
																	"properties": {
																		"status": {
																			"type": "boolean",
																			"description": "This indicator shows the status of webcheckin for flight.",
																			"example": true
																		},
																		"description": {
																			"type": "string",
																			"description": "Additional optional description for webcheckin associated to flight."
																		}
																	}
																}
															}
														}
													}
												}
											}
										},
										"exists_connection_disruption": {
											"type": "boolean",
											"description": "It indicates if normal connecting flights time is disrupt and each flight is treat individually.",
											"example": [
												false
											]
										},
										"flight_segment_information": {
											"type": "object",
											"description": "This object hold the information of the flight to process.",
											"properties": {
												"^[ITA-Z0-9999]+$": {
													"type": "object",
													"description": "Dynamic key that represent the segment_reference_key.",
													"properties": {
														"api_required": {
															"type": "boolean",
															"description": "This toggle indicates if segment O&D requires advanced passenger information (API).",
															"example": [
																false
															]
														},
														"arnk_indicator": {
															"type": "boolean",
															"description": "This toggle indicates if segment is ARNK",
															"example": [
																false
															]
														},
														"arrival_information": {
															"type": "object",
															"$ref": "#/components/schemas/arrival_information"
														},
														"departure_information": {
															"type": "object",
															"$ref": "#/components/schemas/departure_information"
														},
														"carrier_reference_id": {
															"$ref": "#/components/schemas/carrier_reference_id"
														},
														"enable_prs": {
															"type": "boolean",
															"description": "This toggle indicate if flights hold pre-reserved seat.",
															"example": [
																false
															]
														},
														"equipment_reference_id": {
															"$ref": "#/components/schemas/equipment_reference_id"
														},
														"family_fare_reference_id": {
															"$ref": "#/components/schemas/family_fare_reference_id"
														},
														"flight_dcs_information": {
															"$ref": "#/components/schemas/flight_dcs_information"
														},
														"flight_elapsed_time": {
															"type": "string",
															"description": "Time of flight between departure and arrival points.",
															"example": "00:30"
														},
														"flight_number": {
															"type": "string",
															"description": "Number of flight identification.",
															"example": "100"
														},
														"flight_segment_reference_key": {
															"$ref": "#/components/schemas/flight_segment_reference_key"
														},
														"flight_stops": {
															"type": "number",
															"description": "Quantity of stops on flight´s route.",
															"example": [
																0
															]
														},
														"flight_type": {
															"type": "string",
															"description": "Type of flight service based on Origin and Destination.",
															"example": "DOMESTIC"
														},
														"order": {
															"type": "number",
															"description": "The Relative order of segment into the air itinerary of the PNR.",
															"example": [
																1
															]
														},
														"reservation_booking_designator": {
															"type": "string",
															"description": "The class of service booked.",
															"example": "Y"
														},
														"reservation_cabin_designator_reference_id": {
															"$ref": "#/components/schemas/reservation_cabin_designator_reference_id"
														},
														"reservation_status_reference_id": {
															"$ref": "#/components/schemas/reservation_status_reference_id"
														},
														"transaction_details": {
															"$ref": "#/components/schemas/transaction_details"
														},
														"webcheckin_status": {
															"type": "object",
															"description": "This object holds the information of the webckecin stauts for passegner/flight.",
															"properties": {
																"description": {
																	"type": "string",
																	"description": "This property indicate contain the message explanation of status for webcheckin process.",
																	"example": "Flt not allowed for web-checkin. See PC WCHK"
																},
																"status": {
																	"type": "string",
																	"description": "This property indicates the status of the webcheckin for the flight."
																}
															}
														}
													}
												}
											}
										},
										"passenger_information": {
											"$ref": "#/components/schemas/passenger_information"
										},
										"pnr_group": {
											"type": "boolean",
											"description": "This toggle indicates if the reservation is a group reservation.",
											"default": false
										},
										"pnr_has_infant_passenger": {
											"type": "boolean",
											"description": "This toggle indicates if an infant passenger exist in the reservation.",
											"default": false
										},
										"pnr_has_passenger_advice_code": {
											"type": "boolean",
											"description": "This toggle indicates if an advice code exists associated to the reservation",
											"default": false
										},
										"record_locator_version_information": {
											"$ref": "#/components/schemas/record_locator_version_information"
										}
									}
								}
							}
						}
					},
					"400": {
						"description": "Error received by KIU-API",
						"content": {
							"application/json": {
								"schema": {
									"type": "object",
									"properties": {
										"exception": {
											"type": "string",
											"description": "Exception name that origin the error",
											"example": "InvalidAccessException"
										},
										"extended": {
											"type": "object",
											"properties": {
												"error_additional_information": {
													"type": "string",
													"description": "Message associated to error on preference user language",
													"example": "INVALID ACCESS"
												},
												"error_number": {
													"type": "string",
													"description": "Unique id number that identifies the error",
													"example": "9999"
												},
												"error_extra_information": {
													"type": "array",
													"description": "Add more detail to error or example.",
													"items": {
														"type": "string",
														"example": [
															{
																"passenger_list": [
																	{
																		"passenger_surname": "MUNDO/DTP",
																		"flight_reference": "XX4116/30MAR COR",
																		"record_locator": "PIOVJJ"
																	}
																]
															}
														]
													}
												}
											}
										},
										"message": {
											"type": "string",
											"description": "Message associated error.",
											"example": "RE-ENTER COMMAND TO OFF LOAD PSGR"
										},
										"layer": {
											"type": "number",
											"description": "Level that generate the error. This is recommended to inform in case to consult support",
											"example": [
												2
											]
										}
									}
								}
							}
						}
					}
				},
				"deprecated": false
			}
		},
		"/webscheckin/passenger_checkin": {
			"post": {
				"tags": [
					"webcheckin"
				],
				"summary": "Checkin a passenger of a flight.",
				"description": "This method allows user to accept a passenger on a flight through webcheckin.",
				"parameters": [
					{
						"$ref": "#/components/parameters/KIU-API-Token"
					},
					{
						"$ref": "#/components/parameters/Content-Type"
					}
				],
				"requestBody": {
					"description": "Request have to send at least the minimum required data to obtaing the passenger data.",
					"content": {
						"application/json": {
							"schema": {
								"type": "object",
								"required": [
									"date_time",
									"echo_token",
									"point_of_sale",
									"checkin_passenger_reference_key_1"
								],
								"properties": {
									"point_of_sale": {
										"$ref": "#/components/schemas/point_of_sale"
									},
									"date_time": {
										"$ref": "#/components/schemas/date_time"
									},
									"echo_token": {
										"$ref": "#/components/schemas/echo_token"
									},
									"checkin_passenger_reference_key_1": {
										"type": "string",
										"description": "Unique identification key for a passenger on checkin process.",
										"example": "CK202009174888880006708271686767001001"
									},
									"passenger_1_gender": {
										"type": "string",
										"description": "Passenger gender when it is different to male or male infant.",
										"enum": [
											"F",
											"FI"
										],
										"example": "F"
									},
									"checkin_passenger_reference_key_2": {
										"type": "string",
										"description": "Unique identification key for a passenger on checkin process.",
										"example": "CK202009174888880006708271686767001002"
									},
									"passenger_2_gender": {
										"type": "string",
										"description": "Passenger gender when it is different to male or male infant.",
										"enum": [
											"F",
											"FI"
										]
									},
									"checkin_passenger_reference_key_3": {
										"type": "string",
										"description": "Unique identification key for a passenger on checkin process.",
										"example": "CK202009174888880006708271686767001003"
									},
									"passenger_3_gender": {
										"type": "string",
										"description": "Passenger gender when it is different to male or male infant.",
										"enum": [
											"F",
											"FI"
										],
										"example": "F"
									},
									"checkin_passenger_reference_key_4": {
										"type": "string",
										"description": "Unique identification key for a passenger on checkin process.",
										"example": "CK202009174888880006708271686767001004"
									},
									"passenger_4_gender": {
										"type": "string",
										"description": "Passenger gender when it is different to male or male infant.",
										"enum": [
											"F",
											"FI"
										],
										"example": "F"
									},
									"checkin_passenger_reference_key_5": {
										"type": "string",
										"description": "Unique identification key for a passenger on checkin process.",
										"example": "CK202009174888880006708271686767001005"
									},
									"passenger_5_gender": {
										"type": "string",
										"description": "Passenger gender when it is different to male or male infant.",
										"enum": [
											"F",
											"FI"
										],
										"example": "F"
									},
									"checkin_passenger_reference_key_6": {
										"type": "string",
										"description": "Unique identification key for a passenger on checkin process.",
										"example": "CK202009174888880006708271686767001006"
									},
									"passenger_6_gender": {
										"type": "string",
										"description": "Passenger gender when it is different to male or male infant.",
										"enum": [
											"F",
											"FI"
										],
										"example": "FI"
									},
									"checkin_passenger_reference_key_7": {
										"type": "string",
										"description": "Unique identification key for a passenger on checkin process.",
										"example": "CK202009174888880006708271686767001007"
									},
									"passenger_7_gender": {
										"type": "string",
										"description": "Passenger gender when it is different to male or male infant.",
										"enum": [
											"F",
											"FI"
										],
										"example": "F"
									},
									"checkin_passenger_reference_key_8": {
										"type": "string",
										"description": "Unique identification key for a passenger on checkin process.",
										"example": "CK202009174888880006708271686767001008"
									},
									"passenger_8_gender": {
										"type": "string",
										"description": "Passenger gender when it is different to male or male infant.",
										"enum": [
											"F",
											"FI"
										]
									},
									"checkin_passenger_reference_key_9": {
										"type": "string",
										"description": "Unique identification key for a passenger on checkin process.",
										"example": "CK202009174888880006708271686767001010"
									},
									"passenger_9_gender": {
										"type": "string",
										"description": "Passenger gender when it is different to male or male infant.",
										"enum": [
											"F",
											"FI"
										]
									},
									"checkin_passenger_reference_key_10": {
										"type": "string",
										"description": "Unique identification key for a passenger on checkin process.",
										"example": "CK202009174888880006708271686767001009"
									},
									"passenger_10_gender": {
										"type": "string",
										"description": "Passenger gender when it is different to male or male infant.",
										"enum": [
											"F",
											"FI"
										],
										"example": "F"
									},
									"foid_type": {
										"type": "string",
										"description": "Add the foid type optionally for the passenger first on list.",
										"example": "PP"
									},
									"foid_id": {
										"type": "string",
										"description": "Id of identification for passenger.",
										"example": "20766789N"
									},
									"assign_seats": {
										"type": "array",
										"items": {
											"type": "string"
										},
										"description": "List of seat for passengers declared on the main flight",
										"example": [
											"2A",
											"2B",
											"2C"
										]
									},
									"assign_seats_for_connection_1": {
										"type": "array",
										"items": {
											"type": "string"
										},
										"description": "List of seats for passengers declared on the connection  flight 1",
										"example": [
											"3A",
											"3B",
											"3C"
										]
									},
									"assign_seats_for_connection_2": {
										"type": "array",
										"description": "List of seats for passengers declared on the connectiong flight 2",
										"items": {
											"type": "string"
										},
										"example": [
											"3A",
											"3B",
											"3C"
										]
									},
									"assign_seats_for_connection_3": {
										"type": "array",
										"description": "List of seats for passengers declared on the connectiong flight 3",
										"items": {
											"type": "string"
										},
										"example": [
											"3A",
											"3B",
											"3C"
										]
									},
									"frequent_flyer_program": {
										"type": "string",
										"description": "Add frequent flyer program to 1st passenger in list",
										"example": "XX"
									},
									"frequent_flyer_id": {
										"type": "string",
										"description": "Id of user program identification.",
										"example": "1111231231NB"
									},
									"frequent_flyer_tier": {
										"type": "string",
										"description": "The level of tier for passenger´s",
										"example": "GOLD"
									},
									"add_checkin_remark": {
										"type": "string",
										"description": "Add comments to the checkin process for the passenger/s",
										"example": "Passenger need assistance"
									},
									"add_boarding_remark": {
										"type": "string",
										"description": "Add comment to the boarding process for the passenger/s.",
										"example": "Wheelchair"
									},
									"passenger_body_temperature": {
										"type": "string",
										"description": "Indicate the temperature of the passenger at time of issue boarding pass.",
										"example": "37.7"
									},
									"flight_connections_ind": {
										"type": "boolean",
										"description": "This toggle indicate that the passenger will include the connections on the process.",
										"example": true,
										"enum": [
											true
										]
									},
									"precheckin_ind": {
										"type": "boolean",
										"description": "It allows user to pre-check a passenger and not finished the acceptance of passenger depending on extra info required",
										"default": false
									},
									"reconfirm_action": {
										"type": "boolean",
										"description": "This toggle allows user to force the action overriden warnings."
									}
								}
							}
						}
					}
				},
				"responses": {
					"200": {
						"description": "Success",
						"content": {
							"application/json": {
								"schema": {
									"type": "object",
									"properties": {
										"boardingpass_list": {
											"type": "array",
											"description": "List of objects that holds the detail of each boarding pass for passenger/s.",
											"items": {
												"type": "object",
												"properties": {
													"agent_id": {
														"type": "string",
														"description": "Id of checkin agent identification",
														"example": "AEP00XXWC"
													},
													"arrival_airport_code": {
														"type": "string",
														"description": "3 Chars of airport code for arrival.",
														"example": "AEP"
													},
													"arrival_airport_name": {
														"type": "string",
														"description": "Name of arrival´s airport.",
														"example": "AEROPARQUE JORGE NEWERY"
													},
													"arrival_city_name": {
														"type": "string",
														"description": "Name of the city of the arrival airport.",
														"example": "BUENOS AIRES"
													},
													"baggage_reference": {
														"type": "string",
														"description": "Detail of the baggage checked.",
														"example": "00/000"
													},
													"barcode_2d_info": {
														"type": "string",
														"description": "This string represent the information to masked to present the barcode on the boardingpass.",
														"example": "M1PENA CESPEDES/MARIA EVHQBIA CORAEPXX 4116 261Y004A0003 148>3180WW0259BXX              2A999021000384300                          N#"
													},
													"boarding_date": {
														"type": "string",
														"description": "Date to board flight.",
														"example": "17SEP"
													},
													"boarding_group_identifier": {},
													"boarding_group_name": {},
													"boarding_message_automated": {},
													"boarding_message_manual": {},
													"boarding_time": {},
													"boardingpass_version": {},
													"checkin_passenger_sequence_number": {},
													"departure_airport_code": {},
													"departure_airport_name": {},
													"departure_city_name": {},
													"departure_estimated_date": {},
													"departure_estimated_time": {},
													"departure_scheduled_date": {},
													"departure_scheduled_time": {},
													"flight_additional_information": {},
													"flight_carrier_code": {},
													"flight_number": {},
													"frecuent_flyer_information": {
														"type": "object",
														"description": "This object holds the information of the frequent flyer of passenger.",
														"properties": {
															"passenger_frecuent_flyer_carrier_code": {},
															"passenger_frecuent_flyer_number": {},
															"passenger_frecuent_flyer_tier": {}
														}
													},
													"gate": {},
													"passenger_foid_id": {},
													"passenger_full_name": {},
													"passenger_security_dhs": {},
													"passenger_security_selectee": {},
													"passenger_ticket_number": {},
													"present_at_airport_date": {},
													"present_at_airport_time": {},
													"record_locator": {},
													"reservation_booking_designator": {},
													"seat": {}
												}
											}
										},
										"carrier_reference_id": {
											"$ref": "#/components/schemas/carrier_reference_id"
										},
										"departure_information": {
											"$ref": "#/components/schemas/departure_information"
										},
										"equipment_reference_id": {
											"$ref": "#/components/schemas/equipment_reference_id"
										},
										"flight_number": {
											"type": "string",
											"description": "Flight identification number.",
											"example": "4116"
										},
										"flight_operate_status": {
											"type": "object",
											"description": "This object hold the operator qualifiers status.",
											"properties": {
												"boarding": {
													"type": "string",
													"description": "Status of boarding for flight.",
													"example": "OPEN"
												},
												"checkin": {
													"type": "string",
													"description": "Status of checkin for flight.",
													"example": "OPEN"
												}
											}
										},
										"passenger_list": {
											"type": "object",
											"description": "This object contains the data of passenger/s .",
											"properties": {
												"^[NMA-Z0-9999]+$": {
													"type": "object",
													"description": "Dynamic key refers to passenger_reference_id.",
													"properties": {
														"arrival_location_reference_id": {
															"$ref": "#/components/schemas/location_reference_id"
														},
														"baggage_is_pooled": {
															"type": "boolean",
															"description": "This toggle indicates if passenger holds pooled baggage.",
															"example": [
																false
															]
														},
														"boarding_eligible": {
															"type": "boolean",
															"description": "This toggle indicates if passenger is eligible for boarding.",
															"example": true
														},
														"cabin_reference_id": {
															"$ref": "#/components/schemas/reservation_cabin_designator_reference_id"
														},
														"checkin_baggage_total_quantity": {
															"type": "string",
															"description": "Total baggage count on checkin.",
															"example": [
																0
															]
														},
														"checkin_baggage_total_weight": {
															"type": "string",
															"description": "Total baggage weight.",
															"example": [
																0
															]
														},
														"checkin_eligible": {
															"type": "boolean",
															"description": "This toggle indicates if passenger is eligible for checkin.",
															"example": [
																false
															]
														},
														"checkin_handbaggage_total_quantity": {
															"type": "string",
															"description": "Total quantity count of handbaggage checked.",
															"example": [
																0
															]
														},
														"checkin_handbaggage_total_weight": {
															"type": "string",
															"description": "Total weight for handbaggag checked.",
															"example": [
																0
															]
														},
														"checkin_passenger_information": {
															"type": "object",
															"description": "It holds the information of passenger.",
															"properties": {
																"boarding_group_identifier": {
																	"type": "string",
																	"description": "Identifier code for group of boarding.",
																	"example": "A1"
																},
																"boarding_group_name": {
																	"type": "string",
																	"description": "Name of boarding group.",
																	"example": "ZONE"
																},
																"boarding_message_automated": {
																	"type": "string",
																	"description": "Automated message generated for boarding.",
																	"example": "TEST AUTOMATED MESSAGE"
																},
																"boarding_message_manual": {
																	"type": "string",
																	"description": "Manual message entered for boarding.",
																	"example": "TEST MANUAL MESSAGE"
																},
																"checked_passenger_goshow": {
																	"type": "boolean",
																	"description": "This toggle indicates if passenger was checked by goshow.",
																	"example": [
																		false
																	]
																},
																"checked_passenger_remark": {
																	"type": "string",
																	"description": "Remarks entered on checkin process for passenger.",
																	"example": "PASSENGER VIP"
																},
																"checkin_passenger_sequence_number": {
																	"type": "string",
																	"description": "Sequence order number of passenger given on checkin process.",
																	"example": [
																		1
																	]
																},
																"pre_checked_passenger": {
																	"type": "boolean",
																	"description": "This toggle indicated that the passenger is pre-checked.",
																	"example": [
																		false
																	]
																}
															}
														},
														"checkin_reject_reason": {
															"type": "string",
															"description": "Description of passenger reject checkin.",
															"example": "passenger_already_checked"
														},
														"dcs_passenger_status": {
															"type": "string",
															"description": "Passenger status for DCS system.",
															"example": "CHECKED"
														},
														"gender": {
															"type": "string",
															"description": "Passenger gender.",
															"example": "MALE"
														},
														"name": {
															"type": "string",
															"description": "Name/s of passenger.",
															"example": "JOSE LUIS"
														},
														"name_suffix": {
															"type": "string",
															"description": "Suffix associated to passenger´s name.(EX: MR,MSS,MRS).",
															"example": "MR"
														},
														"passenger_apis": {
															"type": "string",
															"description": "Related to advanced_passenger_information required.",
															"example": [
																false
															]
														},
														"passenger_body_temperature": {
															"type": "string",
															"description": "Passenger temperature at time of checkin.",
															"example": "36.6"
														},
														"passenger_foid_id": {
															"type": "string",
															"description": "Passenger´s foid id.",
															"example": "62688550"
														},
														"passenger_foid_type_reference_id": {
															"$ref": "#/components/schemas/foid_type_reference_id"
														},
														"passenger_frecuent_flyer_carrier_reference_id": {
															"$ref": "#/components/schemas/carrier_reference_id"
														},
														"passenger_frecuent_flyer_number": {
															"type": "string",
															"description": "Identification of passenger´s frequent flyer.",
															"example": "12311AAO"
														},
														"passenger_frequent_flyer_tier": {
															"type": "string",
															"description": "The level of tier for passenger´s",
															"example": "GOLD"
														},
														"passenger_reference_key": {
															"$ref": "#/components/schemas/passenger_reference_id"
														},
														"passenger_seats": {
															"type": "array",
															"description": "List of seats assigned for a passenger in flight.",
															"items": {
																"type": "string",
																"example": "2A"
															}
														},
														"passenger_ticket_coupon": {
															"type": "string",
															"description": "Ticket coupon that involved flight checked for passenger.",
															"example": "1"
														},
														"passenger_ticket_issue_type": {
															"type": "string",
															"description": "Type of ticket issued.",
															"example": "ELECTRONIC"
														},
														"passenger_ticket_number": {
															"type": "string",
															"description": "Ticket number of passenger.",
															"example": "9990210024887"
														},
														"passenger_type": {
															"type": "string",
															"description": "Type of passenger.",
															"example": [
																"ADULT"
															]
														},
														"passenger_type_code_reference_id": {
															"$ref": "#/components/schemas/passenger_type_code_reference_id"
														},
														"passenger_voluntary_for_denied_boarding": {
															"type": "boolean",
															"description": "This indicator means that passenger voluntary for denied boarding.",
															"example": [
																false
															]
														},
														"record_locator": {
															"$ref": "#/components/schemas/record_locator"
														},
														"record_locator_version": {
															"type": "string",
															"description": "Last version of booking for system.",
															"example": "2020-09-15T19:23:01.900Z"
														},
														"reservation_booking_designator": {
															"type": "string",
															"description": "Class of service booked.",
															"example": "Y"
														},
														"reservation_marketing_flight": {
															"type": "object",
															"description": "This object hold the information of the Marketing carrier",
															"properties": {
																"carrier_reference_id": {
																	"description": "The carrier_reference_id to identify the marketing carrier",
																	"$ref": "#/components/schemas/carrier_reference_id"
																},
																"departure_date": {
																	"type": "string",
																	"description": "The date of departure for the marketing carrier",
																	"example": [
																		"2021-08-30"
																	]
																},
																"departure_location_reference_id": {
																	"$ref": "#/components/schemas/location_reference_id"
																},
																"flight_number": {
																	"type": "string",
																	"description": "The flight identification number for the marketing carrier.",
																	"example": [
																		"2115"
																	]
																}
															}
														},
														"reservation_flight_conections_outbound": {
															"type": "array",
															"description": "List of diccionaries that details the connecting flights.",
															"items": {
																"type": "object",
																"properties": {
																	"arrival_information": {
																		"$ref": "#/components/schemas/arrival_information"
																	},
																	"boarding_time": {
																		"type": "string",
																		"description": "Boarding time of flight.",
																		"example": "19:30"
																	},
																	"carrier_reference_id": {
																		"$ref": "#/components/schemas/carrier_reference_id"
																	},
																	"checkin_passenger_information": {
																		"type": "object",
																		"description": "Information of checkin for connect flight,",
																		"properties": {
																			"checkin_passenger_sequence_number": {
																				"type": "number",
																				"example": [
																					1
																				]
																			}
																		}
																	},
																	"connection_number": {
																		"type": "number",
																		"description": "Number of connection.",
																		"example": [
																			2
																		]
																	},
																	"dcs_passenger_status": {
																		"type": "string",
																		"description": "Status of passenger for DCS.",
																		"example": "CHECKED"
																	},
																	"departure_information": {
																		"$ref": "#/components/schemas/departure_information"
																	},
																	"flight_number": {
																		"type": "string",
																		"description": "Flight identification number.",
																		"example": "4520"
																	},
																	"passenger_seats": {
																		"type": "array",
																		"description": "List of seats assigned for a passenger in flight.",
																		"items": {
																			"type": "string",
																			"example": "2A"
																		}
																	},
																	"passenger_ticket_coupon": {
																		"type": "string",
																		"description": "Ticket coupon that involved flight checked for passenger.",
																		"example": "1"
																	},
																	"passenger_ticket_issue_type": {
																		"type": "string",
																		"description": "Type of ticket issued.",
																		"example": "ELECTRONIC"
																	},
																	"passenger_ticket_number": {
																		"type": "string",
																		"description": "Ticket number of passenger.",
																		"example": "9990210024887"
																	},
																	"reservation_booking_designator": {
																		"type": "string",
																		"description": "Class of service booked.",
																		"example": "Y"
																	}
																}
															}
														},
														"reservation_passenger_upid": {
															"type": "string",
															"description": "Unique identification Key for passenger on Checkin system.",
															"example": "1"
														},
														"reservation_pending_payment_items": {
															"type": "object",
															"description": "This object hold the details of the pending payment items on passenger´s reservation.",
															"properties": {
																"seat_free": {
																	"type": "string",
																	"description": "Indicator of pending fees of seats",
																	"example": "false"
																},
																"service_fee": {
																	"type": "string",
																	"description": "Indicator of pending fees of services.",
																	"example": "false"
																},
																"special_service_service_fees": {
																	"type": "string",
																	"description": "Indicator of pending fees of special services.",
																	"example": "false"
																},
																"ticket_fee": {
																	"type": "string",
																	"description": "Indicator of pending fees of ticket service.",
																	"example": "false"
																}
															}
														},
														"reservation_status_reference_id": {
															"$ref": "#/components/schemas/reservation_status_reference_id"
														},
														"surname": {
															"$ref": "#/components/schemas/surname"
														},
														"transaction_detail": {
															"$ref": "#/components/schemas/transaction_details"
														}
													}
												}
											}
										},
										"registration": {
											"type": "string",
											"description": "Registration code of flights.",
											"example": "LK-SSS"
										}
									}
								}
							}
						}
					},
					"400": {
						"description": "Error received by KIU-API",
						"content": {
							"application/json": {
								"schema": {
									"type": "object",
									"properties": {
										"exception": {
											"type": "string",
											"description": "Exception name that origin the error",
											"example": "InvalidAccessException"
										},
										"extended": {
											"type": "object",
											"properties": {
												"error_additional_information": {
													"type": "string",
													"description": "Message associated to error on preference user language",
													"example": "INVALID ACCESS"
												},
												"error_number": {
													"type": "string",
													"description": "Unique id number that identifies the error",
													"example": "9999"
												},
												"error_extra_information": {
													"type": "array",
													"description": "Add more detail to error or example.",
													"items": {
														"type": "object"
													},
													"example": [
														{
															"passenger_list": [
																{
																	"passenger_surname": "MUNDO/DTP",
																	"flight_reference": "XX4116/30MAR COR",
																	"record_locator": "PIOVJJ"
																}
															]
														}
													]
												}
											}
										},
										"message": {
											"type": "string",
											"description": "Message associated error.",
											"example": "RE-ENTER COMMAND TO OFF LOAD PSGR"
										},
										"layer": {
											"type": "number",
											"description": "Level that generate the error. This is recommended to inform in case to consult support",
											"example": [
												2
											]
										}
									}
								}
							}
						}
					}
				},
				"deprecated": false
			}
		},
		"/webscheckin/passenger_details": {
			"post": {
				"tags": [
					"webcheckin"
				],
				"summary": "Detail of advance passenger information required for checkin a passenger.",
				"description": "This method allows user obtain the details of the passegengers to advanced on the checkin process",
				"parameters": [
					{
						"$ref": "#/components/parameters/KIU-API-Token"
					},
					{
						"$ref": "#/components/parameters/Content-Type"
					}
				],
				"requestBody": {
					"description": "Request have to send at least the minimum required data to obtaing the passenger data.",
					"content": {
						"application/json": {
							"schema": {
								"type": "object",
								"required": [
									"date_time",
									"echo_token",
									"point_of_sale",
									"record_locator",
									"segment_reference_id",
									"passenger_reference_id_list"
								],
								"properties": {
									"point_of_sale": {
										"$ref": "#/components/schemas/point_of_sale"
									},
									"date_time": {
										"$ref": "#/components/schemas/date_time"
									},
									"echo_token": {
										"$ref": "#/components/schemas/echo_token"
									},
									"record_locator": {
										"$ref": "#/components/schemas/record_locator"
									},
									"segment_reference_id": {
										"$ref": "#/components/schemas/segment_reference_id"
									},
									"passenger_reference_id": {
										"$ref": "#/components/schemas/passenger_reference_id"
									},
									"connecting_flights": {
										"type": "boolean",
										"description": "This toggle enable the connections flight to the main one",
										"default": false
									},
									"connectiong_flights_quantity": {
										"type": "string",
										"description": "Quantity of connections to include on checkin process",
										"example": [
											"2"
										]
									}
								}
							}
						}
					}
				},
				"responses": {
					"200": {
						"description": "Success",
						"content": {
							"application/json": {
								"schema": {
									"type": "object",
									"description": "#Result: This method returns a mask as list of dictionaries. \\n The fields into each dicctionary represent a fiel of the mask that uses should build on \n UI in order to present to users on the APP for fill it with passenger information.",
									"properties": {
										"form_mode": {
											"type": "string",
											"description": "Detail the mode of the mask received.",
											"example": "create"
										},
										"mask_id": {
											"type": "string",
											"description": "Unique identifier of the mask for KIUSystems. It is used for tracking purposes.",
											"example": "QUVQMDBYWFcwMjAxMTAxIDY2IDBBUiAwMF9QQUNQMDAxUFJISk5RMDAxWFggNDQ0NDIwMjAwOTAzQUVQTURRICAgICBBOTk5MDIxMDAwMzgwNzEgRU5E"
										},
										"passenger_reference_key": {
											"$ref": "#/components/schemas/passenger_reference_key"
										},
										"record_locator": {
											"$ref": "#/components/schemas/record_locator"
										},
										"reservation_passenger_upid": {
											"type": "string",
											"description": "Unique passenger identifier on PNR for checkin system.",
											"example": "1"
										},
										"schema": {
											"type": "array",
											"description": "This array contains the list of dictionaries that represent each sections with their fields on mask to be builded for UI.",
											"items": {
												"type": "object",
												"properties": {
													"collapse": {
														"type": "boolean",
														"description": "This property indicates if the section fields are collapsed.",
														"example": true
													},
													"label": {
														"type": "string",
														"example": "passenger_basic_information"
													},
													"components": {
														"type": "array",
														"description": "This array contains the list of objects per each field on section.",
														"items": {
															"type": "object",
															"description": "Each item is an object that holds the information of each field to build.",
															"properties": {
																"component": {
																	"type": "string",
																	"description": "Type of field",
																	"example": "input-text"
																},
																"label": {
																	"type": "string",
																	"example": "surname"
																},
																"name": {
																	"type": "string",
																	"description": "Name of field",
																	"example": "surname"
																},
																"validate": {
																	"type": "string",
																	"description": "The validation of the fiel in type and extension",
																	"example": "required|alpha_spaces|max:35"
																},
																"value": {
																	"type": "string",
																	"description": "This property brings pre-populated information of the field in case it exists.",
																	"example": "DIAZ"
																},
																"min-date": {
																	"type": "string",
																	"format": "date",
																	"description": "Related to date fields tied to range of dates or dates options",
																	"example": "1920-12-01"
																},
																"max-date": {
																	"type": "string",
																	"format": "date",
																	"description": "Related to date fields tied to range of dates or dates options",
																	"example": "1920-12-01"
																},
																"view-mode": {
																	"type": "string",
																	"description": "Type of view of field to build",
																	"example": "years"
																},
																"icon": {
																	"type": "string",
																	"description": "Returns an icon to associate to the field",
																	"example": "favIcon-12341"
																},
																"i18n": {
																	"type": "boolean",
																	"description": "International localization.",
																	"example": true
																},
																"options": {
																	"type": "array",
																	"description": "List of objects that holds the options for Enums fields",
																	"items": {
																		"type": "object",
																		"properties": {
																			"key": {
																				"type": "string",
																				"description": "String name to display",
																				"example": "gender_m"
																			},
																			"value": {
																				"type": "string",
																				"description": "Value returned from option key",
																				"example": "m"
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					},
					"400": {
						"description": "Error received by KIU-API",
						"content": {
							"application/json": {
								"schema": {
									"type": "object",
									"properties": {
										"exception": {
											"type": "string",
											"description": "Exception name that origin the error",
											"example": "InvalidAccessException"
										},
										"extended": {
											"type": "object",
											"properties": {
												"error_additional_information": {
													"type": "string",
													"description": "Message associated to error on preference user language",
													"example": "INVALID ACCESS"
												},
												"error_number": {
													"type": "string",
													"description": "Unique id number that identifies the error",
													"example": "9999"
												},
												"error_extra_information": {
													"type": "array",
													"description": "Add more detail to error or example.",
													"items": {
														"type": "object"
													},
													"example": [
														{
															"passenger_list": [
																{
																	"passenger_surname": "MUNDO/DTP",
																	"flight_reference": "XX4116/30MAR COR",
																	"record_locator": "PIOVJJ"
																}
															]
														}
													]
												}
											}
										},
										"message": {
											"type": "string",
											"description": "Message associated error.",
											"example": "RE-ENTER COMMAND TO OFF LOAD PSGR"
										},
										"layer": {
											"type": "number",
											"description": "Level that generate the error. This is recommended to inform in case to consult support",
											"example": [
												2
											]
										}
									}
								}
							}
						}
					}
				},
				"deprecated": false
			}
		},
		"/webscheckin/passenger_details_save": {
			"post": {
				"tags": [
					"webcheckin"
				],
				"summary": "Process the advance passenger information collected for a passenger to checkin.",
				"description": "This method expect as request the mask fields declared with the label name with the value enterd by passenger.",
				"parameters": [
					{
						"$ref": "#/components/parameters/KIU-API-Token"
					},
					{
						"$ref": "#/components/parameters/Content-Type"
					}
				],
				"requestBody": {
					"description": "Request have to send at least the minimum required data to obtaing the passenger data.",
					"content": {
						"application/json": {
							"schema": {
								"type": "object",
								"required": [
									"date_time",
									"echo_token",
									"point_of_sale",
									"json_document"
								],
								"properties": {
									"point_of_sale": {
										"$ref": "#/components/schemas/point_of_sale"
									},
									"date_time": {
										"$ref": "#/components/schemas/date_time"
									},
									"echo_token": {
										"$ref": "#/components/schemas/echo_token"
									},
									"json_document": {
										"type": "object",
										"description": "The request only expect the mask form of the passenger_details completed without this object declared.",
										"example": [
											{
												"mask_id": "QUVQMDBYWDQxMjAxMTAxIDY2IDBBUiAwMF9QQU1QMDAxUFlLSElDMDAxWFggNDM0MDIwMjAwOTE1QUVQTURRICAgTzJBOTk5MDIxMDAyNDc0MjEgRU5E",
												"surname": "PAZ QUIROZ",
												"name": "FRANKLIN",
												"date_of_birth": "14JAN54",
												"place_of_birth": "ARG",
												"gender": "M",
												"passenger_nationality": "ARG",
												"residence_country": "ARG",
												"travel_document_code": "P",
												"travel_document_number": "48180312",
												"expiration_date": "04JAN22",
												"date_of_issue": "04JAN99",
												"city_of_issue": "ARG",
												"country_of_issue": "ARG",
												"visa_document_number": "",
												"visa_expire_date": "DDMMMYY",
												"visa_date_of_issue": "DDMMMYY",
												"visa_city_of_issue": "",
												"visa_country_of_issue": "",
												"other_document_code": "",
												"other_document_number": "",
												"other_document_expire_date": "DDMMMYY",
												"other_document_date_of_issue": "-",
												"other_document_city_of_issue": "",
												"other_document_country_of_issue": "",
												"residence_address": "",
												"residence_city": "",
												"residence_state": "",
												"residence_zip_adress": "",
												"destination_address": "",
												"destination_city": "",
												"destination_state": "",
												"destination_zip_adress": "",
												"destination_country": "",
												"emergency_contact_name": "",
												"emergency_contact_phone": ""
											}
										]
									}
								}
							}
						}
					}
				},
				"responses": {
					"200": {
						"description": "Success",
						"content": {
							"application/json": {
								"schema": {
									"type": "object",
									"description": "Success OK",
									"example": [
										{
											"data": {
												"success": true
											}
										}
									]
								}
							}
						}
					},
					"400": {
						"description": "Consumer will received the same mask of the request indicating wich fields should be reviewed",
						"content": {
							"application/json": {
								"schema": {
									"type": "object",
									"description": "Mask with the field to be reviewed",
									"example": [
										{
											"data": {
												"mask_id": "QUVQMDBYWDQxMjAxMTAxIDY2IDBBUiAwMF9QQU1QMDAxUFlLSElDMDAxWFggNDM0MDIwMjAwOTE1QUVQTURRICAgTzJBOTk5MDIxMDAyNDc0MjEgRU5E",
												"surname": "PAZ QUIROZ",
												"name": "FRANKLIN",
												"date_of_birth": "14JAN54",
												"place_of_birth": "ARG",
												"gender": "M",
												"passenger_nationality": "ARG",
												"residence_country": "ARG",
												"travel_document_code": "P",
												"travel_document_number": "48180312",
												"expiration_date": "04JAN22",
												"date_of_issue": "04JAN99",
												"city_of_issue": "ARG",
												"country_of_issue": "ARG",
												"visa_document_number": "",
												"visa_expire_date": "DDMMMYY",
												"visa_date_of_issue": "DDMMMYY",
												"visa_city_of_issue": "",
												"visa_country_of_issue": "",
												"other_document_code": "",
												"other_document_number": "",
												"other_document_expire_date": "DDMMMYY",
												"other_document_date_of_issue": "-",
												"other_document_city_of_issue": "",
												"other_document_country_of_issue": "",
												"residence_address": "",
												"residence_city": "",
												"residence_state": "",
												"residence_zip_adress": "",
												"destination_address": "",
												"destination_city": "",
												"destination_state": "",
												"destination_zip_adress": "",
												"destination_country": "",
												"emergency_contact_name": "",
												"emergency_contact_phone": ""
											}
										}
									]
								}
							}
						}
					}
				},
				"deprecated": false
			}
		},
		"/webscheckin/seatmap_for_segment_passenger": {
			"post": {
				"tags": [
					"webcheckin"
				],
				"summary": "Get seatmap information for a Checkin flight.",
				"description": "This method allows user to get the DCS seatmap for checkin purposes by segment and passenger",
				"parameters": [
					{
						"$ref": "#/components/parameters/KIU-API-Token"
					},
					{
						"$ref": "#/components/parameters/Content-Type"
					}
				],
				"requestBody": {
					"description": "Request have to send at least the minimum required data to obtaing the passenger data.",
					"content": {
						"application/json": {
							"schema": {
								"type": "object",
								"required": [
									"point_of_sale",
									"record_locator",
									"segment_reference_id",
									"passenger_reference_id"
								],
								"properties": {
									"point_of_sale": {
										"$ref": "#/components/schemas/point_of_sale"
									},
									"record_locator": {
										"$ref": "#/components/schemas/record_locator"
									},
									"puw_pax_checkin": {
										"type": "boolean",
										"description": "Passenger process by web checkin MUST be true",
										"default": true
									},
									"segment_reference_id": {
										"$ref": "#/components/schemas/segment_reference_id"
									},
									"passenger_reference_id_list": {
										"type": "array",
										"description": "Unique identification key for passenger returned by the passegner display DCS or PFW",
										"items": {
											"type": "string"
										},
										"example": [
											"001"
										]
									},
									"connecting_flights": {
										"type": "boolean",
										"description": "Enable the search of connections instances",
										"default": false
									},
									"connecting_flights_quantity": {
										"type": "number",
										"description": "Indicate the number of connections to resolved",
										"example": [
											"2"
										]
									}
								}
							}
						}
					}
				},
				"responses": {
					"200": {
						"description": "Success",
						"content": {
							"application/json": {
								"schema": {
									"type": "object",
									"description": "seatmap response for Checkin system.",
									"properties": {
										"flight_segment_list": {
											"$ref": "#/components/schemas/flights_segment_information"
										},
										"seatmap_detail": {
											"type": "object",
											"properties": {
												"apply_extra_space_in_rows": {
													"type": "boolean",
													"description": "Indicate if flight applies extra space between rows.",
													"example": true
												},
												"cabins": {
													"type": "array",
													"description": "List of objects that describes the layout of each cabin on flight.",
													"items": {
														"type": "object",
														"properties": {
															"cabin_layout": {
																"type": "object",
																"properties": {
																	"cabin_reference_id": {
																		"$ref": "#/components/schemas/reservation_cabin_designator_reference_id"
																	},
																	"cabin_rows": {
																		"type": "object",
																		"description": "Indicate the range of rows into the cabin.",
																		"properties": {
																			"first_row": {
																				"type": "string",
																				"description": "First row in cabin.",
																				"example": "1"
																			},
																			"last_row": {
																				"type": "string",
																				"description": "End row of cabin.",
																				"example": "11"
																			}
																		}
																	},
																	"columns": {
																		"type": "array",
																		"description": "List of object that describes each column in cabin.",
																		"items": {
																			"type": "object",
																			"properties": {
																				"column_characteristic_list": {
																					"type": "array",
																					"description": "Hold a list of IATA code Subset AAH for colum characteristic.",
																					"items": {
																						"type": "string"
																					},
																					"example": "9"
																				},
																				"column_id": {
																					"type": "string",
																					"description": "Identification of column on flight.",
																					"example": "A"
																				}
																			}
																		}
																	},
																	"deck_code": {
																		"type": "string",
																		"description": "Deck section in plane that holds the cabin.",
																		"example": "MAIN"
																	},
																	"seat_row_list": {
																		"type": "array",
																		"description": "List of object that returns the description of each row/s in cabin.",
																		"items": {
																			"type": "object",
																			"description": "Each object contain the detail per ROW",
																			"properties": {
																				"row_number": {
																					"type": "string",
																					"description": "Row identification",
																					"example": "1"
																				},
																				"seats": {
																					"type": "array",
																					"description": "List of object that details each seat on row.",
																					"items": {
																						"type": "object",
																						"properties": {
																							"message_list": {
																								"type": "object",
																								"description": "Contain messages associated to the described seat.",
																								"properties": {
																									"acceptance_messages": {
																										"type": "array",
																										"items": {
																											"type": "string"
																										}
																									}
																								}
																							},
																							"seat_characteristic_list": {
																								"type": "array",
																								"description": "Contain a list of IATA code Subset  AAH for seats_characteristics",
																								"items": {
																									"type": "string"
																								},
																								"example": "O - OCCUPPIED, \n B - BLOCKED, \nP - PRE-RESERVED SEAT,\nW - WINDOWS,\n A - AISLE,\\nE - EMERGENCY EXIT,\\n9 - CENTER SEAT"
																							},
																							"seat_id": {
																								"type": "string",
																								"description": "Unique seat identification, it is the vector of the row + column_id.",
																								"example": "1A"
																							},
																							"service_associated_key": {
																								"type": "string",
																								"description": "Internal method association reference to an offer service.",
																								"example": "SEAT"
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												},
												"carrier_reference_id": {
													"$ref": "#/components/schemas/carrier_reference_id"
												},
												"departure_information": {
													"$ref": "#/components/schemas/departure_information"
												},
												"flight_number": {
													"type": "string",
													"description": "Flight identification number",
													"example": "6400"
												},
												"seat_map_version": {
													"type": "string",
													"description": "Reference to the seatmap version of flight.",
													"example": ""
												},
												"seat_status_information": {
													"type": "object",
													"description": "This object contain the description of seats by status.",
													"properties": {
														"free_seats": {
															"type": "object",
															"description": "Details the seats by code.",
															"properties": {
																"F": {
																	"type": "array",
																	"description": "List of Free seats in flight.",
																	"items": {
																		"type": "string",
																		"example": "1C"
																	}
																}
															}
														}
													}
												},
												"seat_offer_list": {
													"type": "array",
													"description": "List of object that contain the description of codes and amount for searvices.",
													"items": {
														"type": "object",
														"properties": {
															"seat_code": {
																"type": "string",
																"description": "Code of service for specific type of seat.",
																"example": "SEAT"
															},
															"amount": {
																"type": "string",
																"description": "Amount of money for this service.",
																"example": "10.00"
															},
															"currency_code": {
																"type": "string",
																"description": "ISO 4127 currency code"
															}
														}
													}
												}
											}
										},
										"passengers_information": {
											"$ref": "#/components/schemas/passenger_information"
										}
									}
								}
							}
						}
					},
					"400": {
						"description": "Error received by KIU-API",
						"content": {
							"application/json": {
								"schema": {
									"type": "object",
									"properties": {
										"exception": {
											"type": "string",
											"description": "Exception name that origin the error",
											"example": "InvalidAccessException"
										},
										"extended": {
											"type": "object",
											"properties": {
												"error_additional_information": {
													"type": "string",
													"description": "Message associated to error on preference user language",
													"example": "INVALID ACCESS"
												},
												"error_number": {
													"type": "string",
													"description": "Unique id number that identifies the error",
													"example": "9999"
												},
												"error_extra_information": {
													"type": "array",
													"description": "Add more detail to error or example.",
													"items": {
														"type": "object"
													},
													"example": [
														{
															"passenger_list": [
																{
																	"passenger_surname": "MUNDO/DTP",
																	"flight_reference": "XX4116/30MAR COR",
																	"record_locator": "PIOVJJ"
																}
															]
														}
													]
												}
											}
										},
										"message": {
											"type": "string",
											"description": "Message associated error.",
											"example": "RE-ENTER COMMAND TO OFF LOAD PSGR"
										},
										"layer": {
											"type": "number",
											"description": "Level that generate the error. This is recommended to inform in case to consult support",
											"example": [
												2
											]
										}
									}
								}
							}
						}
					}
				},
				"deprecated": false
			}
		},
		"/webscheckin/passenger_delete": {
			"post": {
				"tags": [
					"webcheckin"
				],
				"summary": "Deplane a passenger checked.",
				"description": "This method allows user to void a passenger checked previously on a flight",
				"parameters": [
					{
						"$ref": "#/components/parameters/KIU-API-Token"
					},
					{
						"$ref": "#/components/parameters/Content-Type"
					}
				],
				"requestBody": {
					"description": "Request have to send at least the minimum required data to obtaing the passenger data.",
					"content": {
						"application/json": {
							"schema": {
								"type": "object",
								"required": [
									"point_of_sale",
									"pew_delete_pax",
									"flight_number",
									"operating_date",
									"departure_airport",
									"arrival_airport",
									"delete_ind"
								],
								"oneOf": [
									{
										"required": [
											"search_by_sequence_number"
										]
									},
									{
										"required": [
											"search_by_seat"
										]
									},
									{
										"required": [
											"search_by_surname"
										]
									}
								],
								"properties": {
									"point_of_sale": {
										"$ref": "#/components/schemas/point_of_sale"
									},
									"pew_delete_pax": {
										"type": "boolean",
										"description": "Internal qualifier for webcheckin delete pax instance.",
										"enum": [
											true
										],
										"default": true
									},
									"carrier": {
										"type": "string",
										"description": "Two carrier identifier code.",
										"example": "XX"
									},
									"flight_number": {
										"type": "string",
										"description": "Flight identification number.",
										"minLength": 1,
										"maxLength": 4,
										"pattern": "^[0-9999]*$",
										"example": "6400"
									},
									"operating_date": {
										"type": "string",
										"description": "Date of departure flight.",
										"example": "30JAN"
									},
									"departure_airport": {
										"type": "string",
										"description": "3 Alpha Chars of the departure airport code.",
										"minLength": 3,
										"maxLength": 3,
										"pattern": "^[0-9999]*$",
										"example": "MIA"
									},
									"arrival_airport": {
										"type": "string",
										"description": "3 Alpha Chars of the arrival airport code.",
										"minLength": 3,
										"maxLength": 3,
										"pattern": "^[0-9999]*$",
										"example": "JFK"
									},
									"search_by_sequence_number": {
										"type": "string",
										"description": "Related to the sequence number obtained as responde of passenger-checkin process.",
										"example": "001"
									},
									"search_by_seat": {
										"type": "string",
										"description": "Passenger search by seat assigned on the checkin process.",
										"example": "2A"
									},
									"search_by_surname": {
										"type": "string",
										"description": "User can search the passenger by surname which has to be exactly as appear on the flight list or reservation.",
										"example": "DIAZ VELEZ"
									},
									"delete_ind": {
										"type": "boolean",
										"description": "Indicator for delete passenger",
										"enum": [
											true
										],
										"default": true
									},
									"api_ind": {
										"type": "boolean",
										"description": "Indicator if passenger requires API",
										"example": [
											false
										]
									},
									"reconfirm_action": {
										"type": "boolean",
										"description": "This property allows user to force the transaction overriden the warnings.",
										"enum": [
											true
										],
										"default": true
									}
								}
							}
						}
					}
				},
				"responses": {
					"200": {
						"description": "Success",
						"content": {
							"application/json": {
								"schema": {
									"type": "object",
									"properties": {
										"carrier_reference_id": {
											"$ref": "#/components/schemas/carrier_reference_id"
										},
										"departure_information": {
											"$ref": "#/components/schemas/departure_information"
										},
										"equipment_reference_id": {
											"$ref": "#/components/schemas/equipment_reference_id"
										},
										"flight_number": {
											"type": "string",
											"description": "Flight identification number.",
											"example": "4116"
										},
										"flight_operate_status": {
											"type": "object",
											"description": "This object hold the operator qualifiers status.",
											"properties": {
												"boarding": {
													"type": "string",
													"description": "Status of boarding for flight.",
													"example": "OPEN"
												},
												"checkin": {
													"type": "string",
													"description": "Status of checkin for flight.",
													"example": "OPEN"
												}
											}
										},
										"passenger_list": {
											"type": "object",
											"description": "This object contains the data of passenger/s .",
											"properties": {
												"^[NMA-Z0-9999]+$": {
													"type": "object",
													"description": "Dynamic key refers to passenger_reference_id.",
													"properties": {
														"arrival_location_reference_id": {
															"$ref": "#/components/schemas/location_reference_id"
														},
														"baggage_is_pooled": {
															"type": "boolean",
															"description": "This toggle indicates if passenger holds pooled baggage.",
															"example": [
																false
															]
														},
														"boarding_eligible": {
															"type": "boolean",
															"description": "This toggle indicates if passenger is eligible for boarding.",
															"example": true
														},
														"cabin_reference_id": {
															"$ref": "#/components/schemas/reservation_cabin_designator_reference_id"
														},
														"checkin_baggage_total_quantity": {
															"type": "string",
															"description": "Total baggage count on checkin.",
															"example": [
																0
															]
														},
														"checkin_baggage_total_weight": {
															"type": "string",
															"description": "Total baggage weight.",
															"example": [
																0
															]
														},
														"checkin_eligible": {
															"type": "boolean",
															"description": "This toggle indicates if passenger is eligible for checkin.",
															"example": [
																false
															]
														},
														"checkin_handbaggage_total_quantity": {
															"type": "string",
															"description": "Total quantity count of handbaggage checked.",
															"example": [
																0
															]
														},
														"checkin_handbaggage_total_weight": {
															"type": "string",
															"description": "Total weight for handbaggag checked.",
															"example": [
																0
															]
														},
														"checkin_passenger_information": {
															"type": "object",
															"description": "It holds the information of passenger.",
															"properties": {
																"boarding_group_identifier": {
																	"type": "string",
																	"description": "Identifier code for group of boarding.",
																	"example": "A1"
																},
																"boarding_group_name": {
																	"type": "string",
																	"description": "Name of boarding group.",
																	"example": "ZONE"
																},
																"boarding_message_automated": {
																	"type": "string",
																	"description": "Automated message generated for boarding.",
																	"example": "TEST AUTOMATED MESSAGE"
																},
																"boarding_message_manual": {
																	"type": "string",
																	"description": "Manual message entered for boarding.",
																	"example": "TEST MANUAL MESSAGE"
																},
																"checked_passenger_goshow": {
																	"type": "boolean",
																	"description": "This toggle indicates if passenger was checked by goshow.",
																	"example": [
																		false
																	]
																},
																"checked_passenger_remark": {
																	"type": "string",
																	"description": "Remarks entered on checkin process for passenger.",
																	"example": "PASSENGER VIP"
																},
																"checkin_passenger_sequence_number": {
																	"type": "string",
																	"description": "Sequence order number of passenger given on checkin process.",
																	"example": [
																		1
																	]
																},
																"pre_checked_passenger": {
																	"type": "boolean",
																	"description": "This toggle indicated that the passenger is pre-checked.",
																	"example": [
																		false
																	]
																}
															}
														},
														"checkin_reject_reason": {
															"type": "string",
															"description": "Description of passenger reject checkin.",
															"example": "passenger_already_checked"
														},
														"dcs_passenger_status": {
															"type": "string",
															"description": "Passenger status for DCS system.",
															"example": "CHECKED"
														},
														"gender": {
															"type": "string",
															"description": "Passenger gender.",
															"example": "MALE"
														},
														"name": {
															"type": "string",
															"description": "Name/s of passenger.",
															"example": "JOSE LUIS"
														},
														"name_suffix": {
															"type": "string",
															"description": "Suffix associated to passenger´s name.(EX: MR,MSS,MRS).",
															"example": "MR"
														},
														"passenger_apis": {
															"type": "string",
															"description": "Related to advanced_passenger_information required.",
															"example": [
																false
															]
														},
														"passenger_body_temperature": {
															"type": "string",
															"description": "Passenger temperature at time of checkin.",
															"example": "36.6"
														},
														"passenger_foid_id": {
															"type": "string",
															"description": "Passenger´s foid id.",
															"example": "62688550"
														},
														"passenger_foid_type_reference_id": {
															"$ref": "#/components/schemas/foid_type_reference_id"
														},
														"passenger_frecuent_flyer_carrier_reference_id": {
															"$ref": "#/components/schemas/carrier_reference_id"
														},
														"passenger_frecuent_flyer_number": {
															"type": "string",
															"description": "Identification of passenger´s frequent flyer.",
															"example": "12311AAO"
														},
														"passenger_frequent_flyer_tier": {
															"type": "string",
															"description": "The level of tier for passenger´s",
															"example": "GOLD"
														},
														"passenger_reference_key": {
															"$ref": "#/components/schemas/passenger_reference_id"
														},
														"passenger_ticket_coupon": {
															"type": "string",
															"description": "Ticket coupon that involved flight checked for passenger.",
															"example": "1"
														},
														"passenger_ticket_issue_type": {
															"type": "string",
															"description": "Type of ticket issued.",
															"example": "ELECTRONIC"
														},
														"passenger_ticket_number": {
															"type": "string",
															"description": "Ticket number of passenger.",
															"example": "9990210024887"
														},
														"passenger_type": {
															"type": "string",
															"description": "Type of passenger.",
															"example": [
																"ADULT"
															]
														},
														"passenger_type_code_reference_id": {
															"$ref": "#/components/schemas/passenger_type_code_reference_id"
														},
														"passenger_voluntary_for_denied_boarding": {
															"type": "boolean",
															"description": "This indicator means that passenger voluntary for denied boarding.",
															"example": [
																false
															]
														},
														"record_locator": {
															"$ref": "#/components/schemas/record_locator"
														},
														"record_locator_version": {
															"type": "string",
															"description": "Last version of booking for system.",
															"example": "2020-09-15T19:23:01.900Z"
														},
														"reservation_booking_designator": {
															"type": "string",
															"description": "Class of service booked.",
															"example": "Y"
														},
														"reservation_flight_conections_outbound": {
															"type": "array",
															"description": "List of diccionaries that details the connecting flights.",
															"items": {
																"type": "object",
																"properties": {
																	"arrival_information": {
																		"$ref": "#/components/schemas/arrival_information"
																	},
																	"boarding_time": {
																		"type": "string",
																		"description": "Boarding time of flight.",
																		"example": "19:30"
																	},
																	"carrier_reference_id": {
																		"$ref": "#/components/schemas/carrier_reference_id"
																	},
																	"checkin_passenger_information": {
																		"type": "object",
																		"description": "Information of checkin for connect flight,",
																		"properties": {
																			"checkin_passenger_sequence_number": {
																				"type": "number",
																				"example": [
																					1
																				]
																			}
																		}
																	},
																	"connection_number": {
																		"type": "number",
																		"description": "Number of connection.",
																		"example": [
																			2
																		]
																	},
																	"dcs_passenger_status": {
																		"type": "string",
																		"description": "Status of passenger for DCS.",
																		"example": "CHECKED"
																	},
																	"departure_information": {
																		"$ref": "#/components/schemas/departure_information"
																	},
																	"flight_number": {
																		"type": "string",
																		"description": "Flight identification number.",
																		"example": "4520"
																	},
																	"passenger_seats": {
																		"type": "array",
																		"description": "List of seats assigned for a passenger in flight.",
																		"items": {
																			"type": "string",
																			"example": "2A"
																		}
																	},
																	"passenger_ticket_coupon": {
																		"type": "string",
																		"description": "Ticket coupon that involved flight checked for passenger.",
																		"example": "1"
																	},
																	"passenger_ticket_issue_type": {
																		"type": "string",
																		"description": "Type of ticket issued.",
																		"example": "ELECTRONIC"
																	},
																	"passenger_ticket_number": {
																		"type": "string",
																		"description": "Ticket number of passenger.",
																		"example": "9990210024887"
																	},
																	"reservation_booking_designator": {
																		"type": "string",
																		"description": "Class of service booked.",
																		"example": "Y"
																	}
																}
															}
														},
														"reservation_flight_segment_id": {
															"type": "integer",
															"description": "The Flight Identification number in the itinerary",
															"example": [
																1
															]
														},
														"reservation_marketing_flight": {
															"type": "object",
															"description": "This object hold the information of the Marketing carrier",
															"properties": {
																"carrier_reference_id": {
																	"description": "The carrier_reference_id to identify the marketing carrier",
																	"$ref": "#/components/schemas/carrier_reference_id"
																},
																"departure_date": {
																	"type": "string",
																	"description": "The date of departure for the marketing carrier",
																	"example": [
																		"2021-08-30"
																	]
																},
																"departure_location_reference_id": {
																	"$ref": "#/components/schemas/location_reference_id"
																},
																"flight_number": {
																	"type": "string",
																	"description": "The flight identification number for the marketing carrier.",
																	"example": [
																		"2115"
																	]
																}
															}
														},
														"reservation_passenger_upid": {
															"type": "string",
															"description": "Unique identification Key for passenger on Checkin system.",
															"example": "1"
														},
														"reservation_pending_payment_items": {
															"type": "object",
															"description": "This object hold the details of the pending payment items on passenger´s reservation.",
															"properties": {
																"seat_free": {
																	"type": "string",
																	"description": "Indicator of pending fees of seats",
																	"example": "false"
																},
																"service_fee": {
																	"type": "string",
																	"description": "Indicator of pending fees of services.",
																	"example": "false"
																},
																"special_service_service_fees": {
																	"type": "string",
																	"description": "Indicator of pending fees of special services.",
																	"example": "false"
																},
																"ticket_fee": {
																	"type": "string",
																	"description": "Indicator of pending fees of ticket service.",
																	"example": "false"
																}
															}
														},
														"reservation_status_reference_id": {
															"$ref": "#/components/schemas/reservation_status_reference_id"
														},
														"surname": {
															"$ref": "#/components/schemas/surname"
														},
														"transaction_detail": {
															"$ref": "#/components/schemas/transaction_details"
														}
													}
												}
											}
										},
										"registration": {
											"type": "string",
											"description": "Registration code of flights.",
											"example": "LK-SSS"
										}
									}
								}
							}
						}
					},
					"400": {
						"description": "Error received by KIU-API",
						"content": {
							"application/json": {
								"schema": {
									"type": "object",
									"properties": {
										"exception": {
											"type": "string",
											"description": "Exception name that origin the error",
											"example": "InvalidAccessException"
										},
										"extended": {
											"type": "object",
											"properties": {
												"error_additional_information": {
													"type": "string",
													"description": "Message associated to error on preference user language",
													"example": "INVALID ACCESS"
												},
												"error_number": {
													"type": "string",
													"description": "Unique id number that identifies the error",
													"example": "9999"
												},
												"reconfirm_action": {
													"type": "boolean",
													"description": "This toggle indicate if the original request should include the reconfirm_action:true function.",
													"example": true
												}
											},
											"description": "extend information related error"
										},
										"layer": {
											"type": "number",
											"description": "Level that generate the error. This is recommended to inform in case to consult support",
											"example": [
												2
											]
										},
										"message": {
											"type": "string",
											"description": "Exception associated text",
											"example": "Service unavailable."
										}
									}
								}
							}
						}
					}
				},
				"deprecated": false
			}
		},
		"/webscheckin/passenger_edit": {
			"post": {
				"tags": [
					"webcheckin"
				],
				"summary": "Add/Delete/Modify items of a checked passenger.",
				"description": "This method allows user to edit items of a passenger checked previously.",
				"parameters": [
					{
						"$ref": "#/components/parameters/KIU-API-Token"
					},
					{
						"$ref": "#/components/parameters/Content-Type"
					}
				],
				"requestBody": {
					"description": "Request have to send at least the minimum required data to obtaing the passenger data.",
					"content": {
						"application/json": {
							"schema": {
								"type": "object",
								"required": [
									"point_of_sale",
									"pew_passenger_edition",
									"flight_number",
									"operating_date",
									"departure_airport",
									"arrival_airport"
								],
								"oneOf": [
									{
										"required": [
											"search_by_sequence_number"
										]
									},
									{
										"required": [
											"search_by_seat"
										]
									},
									{
										"required": [
											"search_by_surname"
										]
									}
								],
								"properties": {
									"point_of_sale": {
										"$ref": "#/components/schemas/point_of_sale"
									},
									"pew_passenger_edition": {
										"type": "boolean",
										"description": "Internal qualifier for webcheckin edition instance.",
										"enum": [
											true
										],
										"default": true,
										"example": true
									},
									"carrier": {
										"type": "string",
										"description": "Two carrier identifier code.",
										"example": "XX"
									},
									"flight_number": {
										"type": "string",
										"description": "Flight identification number.",
										"minLength": 1,
										"maxLength": 4,
										"pattern": "^[0-9999]*$",
										"example": "6400"
									},
									"operating_date": {
										"type": "string",
										"description": "Date of departure flight.",
										"example": "30JAN"
									},
									"departure_airport": {
										"type": "string",
										"description": "3 Alpha Chars of the departure airport code.",
										"minLength": 3,
										"maxLength": 3,
										"pattern": "^[0-9999]*$",
										"example": "MIA"
									},
									"arrival_airport": {
										"type": "string",
										"description": "3 Alpha Chars of the arrival airport code.",
										"minLength": 3,
										"maxLength": 3,
										"pattern": "^[0-9999]*$",
										"example": "JFK"
									},
									"search_by_sequence_number": {
										"type": "string",
										"description": "Related to the sequence number obtained as responde of passenger-checkin process.",
										"example": "001"
									},
									"search_by_seat": {
										"type": "string",
										"description": "Passenger search by seat assigned on the checkin process.",
										"example": "2A"
									},
									"search_by_surname": {
										"type": "string",
										"description": "User can search the passenger by surname which has to be exactly as appear on the flight list or reservation.",
										"example": "DIAZ VELEZ"
									},
									"add_modify_passenger_seat": {
										"type": "array",
										"description": "Insert the new seat/s for passenger",
										"items": {
											"type": "string",
											"description": "Seat key",
											"example": "2A"
										}
									},
									"add_modify_passenger_body_temperature": {
										"type": "string",
										"description": "This property allows user to modify the body temperature",
										"example": "36.6"
									}
								}
							}
						}
					}
				},
				"responses": {
					"200": {
						"description": "Success",
						"content": {
							"application/json": {
								"schema": {
									"type": "object",
									"properties": {
										"carrier_reference_id": {
											"$ref": "#/components/schemas/carrier_reference_id"
										},
										"data_to_file": {
											"type": "array",
											"description": "List of objects that holds the detail of each boarding pass for passenger/s.",
											"items": {
												"type": "object",
												"properties": {
													"agent_id": {
														"type": "string",
														"description": "Id of checkin agent identification",
														"example": "AEP00XXWC"
													},
													"arrival_airport_code": {
														"type": "string",
														"description": "3 Chars of airport code for arrival.",
														"example": "AEP"
													},
													"arrival_airport_name": {
														"type": "string",
														"description": "Name of arrival´s airport.",
														"example": "AEROPARQUE JORGE NEWERY"
													},
													"arrival_city_name": {
														"type": "string",
														"description": "Name of the city of the arrival airport.",
														"example": "BUENOS AIRES"
													},
													"baggage_reference": {
														"type": "string",
														"description": "Detail of the baggage checked.",
														"example": "00/000"
													},
													"barcode_2d_info": {
														"type": "string",
														"description": "This string represent the information to masked to present the barcode on the boardingpass.",
														"example": "M1PENA CESPEDES/MARIA EVHQBIA CORAEPXX 4116 261Y004A0003 148>3180WW0259BXX              2A999021000384300                          N#"
													},
													"boarding_date": {
														"type": "string",
														"description": "Date to board flight.",
														"example": "17SEP"
													},
													"boarding_group_identifier": {},
													"boarding_group_name": {},
													"boarding_message_automated": {},
													"boarding_message_manual": {},
													"boarding_time": {},
													"boardingpass_version": {},
													"checkin_passenger_sequence_number": {},
													"departure_airport_code": {},
													"departure_airport_name": {},
													"departure_city_name": {},
													"departure_estimated_date": {},
													"departure_estimated_time": {},
													"departure_scheduled_date": {},
													"departure_scheduled_time": {},
													"flight_additional_information": {},
													"flight_carrier_code": {},
													"flight_number": {},
													"frecuent_flyer_information": {
														"type": "object",
														"description": "This object holds the information of the frequent flyer of passenger.",
														"properties": {
															"passenger_frecuent_flyer_carrier_code": {},
															"passenger_frecuent_flyer_number": {},
															"passenger_frecuent_flyer_tier": {}
														}
													},
													"gate": {},
													"passenger_foid_id": {},
													"passenger_full_name": {},
													"passenger_security_dhs": {},
													"passenger_security_selectee": {},
													"passenger_ticket_number": {},
													"present_at_airport_date": {},
													"present_at_airport_time": {},
													"record_locator": {},
													"reservation_booking_designator": {},
													"seat": {}
												}
											}
										},
										"departure_information": {
											"$ref": "#/components/schemas/departure_information"
										},
										"equipment_reference_id": {
											"$ref": "#/components/schemas/equipment_reference_id"
										},
										"flight_number": {
											"type": "string",
											"description": "Flight identification number.",
											"example": "4116"
										},
										"flight_operate_status": {
											"type": "object",
											"description": "This object hold the operator qualifiers status.",
											"properties": {
												"boarding": {
													"type": "string",
													"description": "Status of boarding for flight.",
													"example": "OPEN"
												},
												"checkin": {
													"type": "string",
													"description": "Status of checkin for flight.",
													"example": "OPEN"
												}
											}
										},
										"passenger_list": {
											"type": "object",
											"description": "This object contains the data of passenger/s .",
											"properties": {
												"^[NMA-Z0-9999]+$": {
													"type": "object",
													"description": "Dynamic key refers to passenger_reference_id.",
													"properties": {
														"arrival_location_reference_id": {
															"$ref": "#/components/schemas/location_reference_id"
														},
														"baggage_is_pooled": {
															"type": "boolean",
															"description": "This toggle indicates if passenger holds pooled baggage.",
															"example": [
																false
															]
														},
														"boarding_eligible": {
															"type": "boolean",
															"description": "This toggle indicates if passenger is eligible for boarding.",
															"example": true
														},
														"cabin_reference_id": {
															"$ref": "#/components/schemas/reservation_cabin_designator_reference_id"
														},
														"checkin_baggage_total_quantity": {
															"type": "string",
															"description": "Total baggage count on checkin.",
															"example": [
																0
															]
														},
														"checkin_baggage_total_weight": {
															"type": "string",
															"description": "Total baggage weight.",
															"example": [
																0
															]
														},
														"checkin_eligible": {
															"type": "boolean",
															"description": "This toggle indicates if passenger is eligible for checkin.",
															"example": [
																false
															]
														},
														"checkin_handbaggage_total_quantity": {
															"type": "string",
															"description": "Total quantity count of handbaggage checked.",
															"example": [
																0
															]
														},
														"checkin_handbaggage_total_weight": {
															"type": "string",
															"description": "Total weight for handbaggag checked.",
															"example": [
																0
															]
														},
														"checkin_passenger_information": {
															"type": "object",
															"description": "It holds the information of passenger.",
															"properties": {
																"boarding_group_identifier": {
																	"type": "string",
																	"description": "Identifier code for group of boarding.",
																	"example": "A1"
																},
																"boarding_group_name": {
																	"type": "string",
																	"description": "Name of boarding group.",
																	"example": "ZONE"
																},
																"boarding_message_automated": {
																	"type": "string",
																	"description": "Automated message generated for boarding.",
																	"example": "TEST AUTOMATED MESSAGE"
																},
																"boarding_message_manual": {
																	"type": "string",
																	"description": "Manual message entered for boarding.",
																	"example": "TEST MANUAL MESSAGE"
																},
																"checked_passenger_goshow": {
																	"type": "boolean",
																	"description": "This toggle indicates if passenger was checked by goshow.",
																	"example": [
																		false
																	]
																},
																"checked_passenger_remark": {
																	"type": "string",
																	"description": "Remarks entered on checkin process for passenger.",
																	"example": "PASSENGER VIP"
																},
																"checkin_passenger_sequence_number": {
																	"type": "string",
																	"description": "Sequence order number of passenger given on checkin process.",
																	"example": [
																		1
																	]
																},
																"pre_checked_passenger": {
																	"type": "boolean",
																	"description": "This toggle indicated that the passenger is pre-checked.",
																	"example": [
																		false
																	]
																}
															}
														},
														"checkin_reject_reason": {
															"type": "string",
															"description": "Description of passenger reject checkin.",
															"example": "passenger_already_checked"
														},
														"dcs_passenger_status": {
															"type": "string",
															"description": "Passenger status for DCS system.",
															"example": "CHECKED"
														},
														"gender": {
															"type": "string",
															"description": "Passenger gender.",
															"example": "MALE"
														},
														"name": {
															"type": "string",
															"description": "Name/s of passenger.",
															"example": "JOSE LUIS"
														},
														"name_suffix": {
															"type": "string",
															"description": "Suffix associated to passenger´s name.(EX: MR,MSS,MRS).",
															"example": "MR"
														},
														"passenger_apis": {
															"type": "string",
															"description": "Related to advanced_passenger_information required.",
															"example": [
																false
															]
														},
														"passenger_body_temperature": {
															"type": "string",
															"description": "Passenger temperature at time of checkin.",
															"example": "36.6"
														},
														"passenger_foid_id": {
															"type": "string",
															"description": "Passenger´s foid id.",
															"example": "62688550"
														},
														"passenger_foid_type_reference_id": {
															"$ref": "#/components/schemas/foid_type_reference_id"
														},
														"passenger_frecuent_flyer_carrier_reference_id": {
															"$ref": "#/components/schemas/carrier_reference_id"
														},
														"passenger_frecuent_flyer_number": {
															"type": "string",
															"description": "Identification of passenger´s frequent flyer.",
															"example": "12311AAO"
														},
														"passenger_frequent_flyer_tier": {
															"type": "string",
															"description": "The level of tier for passenger´s",
															"example": "GOLD"
														},
														"passenger_reference_key": {
															"$ref": "#/components/schemas/passenger_reference_id"
														},
														"passenger_ticket_coupon": {
															"type": "string",
															"description": "Ticket coupon that involved flight checked for passenger.",
															"example": "1"
														},
														"passenger_ticket_issue_type": {
															"type": "string",
															"description": "Type of ticket issued.",
															"example": "ELECTRONIC"
														},
														"passenger_ticket_number": {
															"type": "string",
															"description": "Ticket number of passenger.",
															"example": "9990210024887"
														},
														"passenger_type": {
															"type": "string",
															"description": "Type of passenger.",
															"example": [
																"ADULT"
															]
														},
														"passenger_type_code_reference_id": {
															"$ref": "#/components/schemas/passenger_type_code_reference_id"
														},
														"passenger_voluntary_for_denied_boarding": {
															"type": "boolean",
															"description": "This indicator means that passenger voluntary for denied boarding.",
															"example": [
																false
															]
														},
														"record_locator": {
															"$ref": "#/components/schemas/record_locator"
														},
														"record_locator_version": {
															"type": "string",
															"description": "Last version of booking for system.",
															"example": "2020-09-15T19:23:01.900Z"
														},
														"reservation_booking_designator": {
															"type": "string",
															"description": "Class of service booked.",
															"example": "Y"
														},
														"reservation_marketing_flight": {
															"type": "object",
															"description": "This object hold the information of the Marketing carrier",
															"properties": {
																"carrier_reference_id": {
																	"description": "The carrier_reference_id to identify the marketing carrier",
																	"$ref": "#/components/schemas/carrier_reference_id"
																},
																"departure_date": {
																	"type": "string",
																	"description": "The date of departure for the marketing carrier",
																	"example": [
																		"2021-08-30"
																	]
																},
																"departure_location_reference_id": {
																	"$ref": "#/components/schemas/location_reference_id"
																},
																"flight_number": {
																	"type": "string",
																	"description": "The flight identification number for the marketing carrier.",
																	"example": [
																		"2115"
																	]
																}
															}
														},
														"reservation_flight_conections_outbound": {
															"type": "array",
															"description": "List of diccionaries that details the connecting flights.",
															"items": {
																"type": "object",
																"properties": {
																	"arrival_information": {
																		"$ref": "#/components/schemas/arrival_information"
																	},
																	"boarding_time": {
																		"type": "string",
																		"description": "Boarding time of flight.",
																		"example": "19:30"
																	},
																	"carrier_reference_id": {
																		"$ref": "#/components/schemas/carrier_reference_id"
																	},
																	"checkin_passenger_information": {
																		"type": "object",
																		"description": "Information of checkin for connect flight,",
																		"properties": {
																			"checkin_passenger_sequence_number": {
																				"type": "number",
																				"example": [
																					1
																				]
																			}
																		}
																	},
																	"connection_number": {
																		"type": "number",
																		"description": "Number of connection.",
																		"example": [
																			2
																		]
																	},
																	"dcs_passenger_status": {
																		"type": "string",
																		"description": "Status of passenger for DCS.",
																		"example": "CHECKED"
																	},
																	"departure_information": {
																		"$ref": "#/components/schemas/departure_information"
																	},
																	"flight_number": {
																		"type": "string",
																		"description": "Flight identification number.",
																		"example": "4520"
																	},
																	"passenger_seats": {
																		"type": "array",
																		"description": "List of seats assigned for a passenger in flight.",
																		"items": {
																			"type": "string",
																			"example": "2A"
																		}
																	},
																	"passenger_ticket_coupon": {
																		"type": "string",
																		"description": "Ticket coupon that involved flight checked for passenger.",
																		"example": "1"
																	},
																	"passenger_ticket_issue_type": {
																		"type": "string",
																		"description": "Type of ticket issued.",
																		"example": "ELECTRONIC"
																	},
																	"passenger_ticket_number": {
																		"type": "string",
																		"description": "Ticket number of passenger.",
																		"example": "9990210024887"
																	},
																	"reservation_booking_designator": {
																		"type": "string",
																		"description": "Class of service booked.",
																		"example": "Y"
																	}
																}
															}
														},
														"reservation_passenger_upid": {
															"type": "string",
															"description": "Unique identification Key for passenger on Checkin system.",
															"example": "1"
														},
														"reservation_pending_payment_items": {
															"type": "object",
															"description": "This object hold the details of the pending payment items on passenger´s reservation.",
															"properties": {
																"seat_free": {
																	"type": "string",
																	"description": "Indicator of pending fees of seats",
																	"example": "false"
																},
																"service_fee": {
																	"type": "string",
																	"description": "Indicator of pending fees of services.",
																	"example": "false"
																},
																"special_service_service_fees": {
																	"type": "string",
																	"description": "Indicator of pending fees of special services.",
																	"example": "false"
																},
																"ticket_fee": {
																	"type": "string",
																	"description": "Indicator of pending fees of ticket service.",
																	"example": "false"
																}
															}
														},
														"reservation_status_reference_id": {
															"$ref": "#/components/schemas/reservation_status_reference_id"
														},
														"surname": {
															"$ref": "#/components/schemas/surname"
														},
														"transaction_detail": {
															"$ref": "#/components/schemas/transaction_details"
														}
													}
												}
											}
										},
										"registration": {
											"type": "string",
											"description": "Registration code of flights.",
											"example": "LK-SSS"
										}
									}
								}
							}
						}
					},
					"400": {
						"description": "Error received by KIU-API",
						"content": {
							"application/json": {
								"schema": {
									"type": "object",
									"properties": {
										"exception": {
											"type": "string",
											"description": "Exception name that origin the error",
											"example": "InvalidAccessException"
										},
										"extended": {
											"type": "object",
											"properties": {
												"error_additional_information": {
													"type": "string",
													"description": "Message associated to error on preference user language",
													"example": "INVALID ACCESS"
												},
												"error_number": {
													"type": "string",
													"description": "Unique id number that identifies the error",
													"example": "9999"
												},
												"reconfirm_action": {
													"type": "boolean",
													"description": "This toggle indicate if the original request should include the reconfirm_action:true function.",
													"example": true
												}
											},
											"description": "extend information related error"
										},
										"layer": {
											"type": "number",
											"description": "Level that generate the error. This is recommended to inform in case to consult support",
											"example": [
												2
											]
										},
										"message": {
											"type": "string",
											"description": "Exception associated text",
											"example": "Service unavailable."
										}
									}
								}
							}
						}
					}
				},
				"deprecated": false
			}
		},
		"/webscheckin/boarding_pass_reprint": {
			"post": {
				"tags": [
					"webcheckin"
				],
				"summary": "Reprint boarding pass of a checked passenger.",
				"description": "This method allows reprint passenger´s boarding pass",
				"parameters": [
					{
						"$ref": "#/components/parameters/KIU-API-Token"
					},
					{
						"$ref": "#/components/parameters/Content-Type"
					}
				],
				"requestBody": {
					"description": "Request have to send at least the minimum required data to obtaing the passenger data.",
					"content": {
						"application/json": {
							"schema": {
								"type": "object",
								"required": [
									"point_of_sale",
									"pew_boarding_pass_reprint",
									"flight_number",
									"operating_date",
									"departure_airport",
									"arriva_airport",
									"reprint"
								],
								"oneOf": [
									{
										"required": [
											"search_by_sequence_number"
										]
									},
									{
										"required": [
											"search_by_seat"
										]
									},
									{
										"required": [
											"search_by_surname"
										]
									}
								],
								"properties": {
									"point_of_sale": {
										"$ref": "#/components/schemas/point_of_sale"
									},
									"pew_boarding_pass_reprint": {
										"type": "boolean",
										"description": "Internal qualifier for webcheckin boardingpass reprint instance.",
										"enum": [
											true
										],
										"default": true
									},
									"carrier": {
										"type": "string",
										"description": "Two carrier identifier code.",
										"example": "XX"
									},
									"flight_number": {
										"type": "string",
										"description": "Flight identification number.",
										"minLength": 1,
										"maxLength": 4,
										"pattern": "^[0-9999]*$",
										"example": "6400"
									},
									"operating_date": {
										"type": "string",
										"description": "Date of departure flight.",
										"example": "30JAN"
									},
									"departure_airport": {
										"type": "string",
										"description": "3 Alpha Chars of the departure airport code.",
										"minLength": 3,
										"maxLength": 3,
										"pattern": "^[0-9999]*$",
										"example": "MIA"
									},
									"arrival_airport": {
										"type": "string",
										"description": "3 Alpha Chars of the arrival airport code.",
										"minLength": 3,
										"maxLength": 3,
										"pattern": "^[0-9999]*$",
										"example": "JFK"
									},
									"search_by_sequence_number": {
										"type": "string",
										"description": "Related to the sequence number obtained as responde of passenger-checkin process.",
										"example": "001"
									},
									"search_by_seat": {
										"type": "string",
										"description": "Passenger search by seat assigned on the checkin process.",
										"example": "2A"
									},
									"search_by_surname": {
										"type": "string",
										"description": "User can search the passenger by surname which has to be exactly as appear on the flight list or reservation.",
										"example": "DIAZ VELEZ"
									},
									"reprint": {
										"type": "boolean",
										"description": "Indicator for reprint passenger boarding pass",
										"enum": [
											true
										],
										"default": true
									}
								}
							}
						}
					}
				},
				"responses": {
					"200": {
						"description": "Success",
						"content": {
							"application/json": {
								"schema": {
									"type": "object",
									"properties": {
										"carrier_reference_id": {
											"$ref": "#/components/schemas/carrier_reference_id"
										},
										"data_to_file": {
											"type": "array",
											"description": "List of objects that holds the detail of each boarding pass for passenger/s.",
											"items": {
												"type": "object",
												"properties": {
													"agent_id": {
														"type": "string",
														"description": "Id of checkin agent identification",
														"example": "AEP00XXWC"
													},
													"arrival_airport_code": {
														"type": "string",
														"description": "3 Chars of airport code for arrival.",
														"example": "AEP"
													},
													"arrival_airport_name": {
														"type": "string",
														"description": "Name of arrival´s airport.",
														"example": "AEROPARQUE JORGE NEWERY"
													},
													"arrival_city_name": {
														"type": "string",
														"description": "Name of the city of the arrival airport.",
														"example": "BUENOS AIRES"
													},
													"baggage_reference": {
														"type": "string",
														"description": "Detail of the baggage checked.",
														"example": "00/000"
													},
													"barcode_2d_info": {
														"type": "string",
														"description": "This string represent the information to masked to present the barcode on the boardingpass.",
														"example": "M1PENA CESPEDES/MARIA EVHQBIA CORAEPXX 4116 261Y004A0003 148>3180WW0259BXX              2A999021000384300                          N#"
													},
													"boarding_date": {
														"type": "string",
														"description": "Date to board flight.",
														"example": "17SEP"
													},
													"boarding_group_identifier": {},
													"boarding_group_name": {},
													"boarding_message_automated": {},
													"boarding_message_manual": {},
													"boarding_time": {},
													"boardingpass_version": {},
													"checkin_passenger_sequence_number": {},
													"departure_airport_code": {},
													"departure_airport_name": {},
													"departure_city_name": {},
													"departure_estimated_date": {},
													"departure_estimated_time": {},
													"departure_scheduled_date": {},
													"departure_scheduled_time": {},
													"flight_additional_information": {},
													"flight_carrier_code": {},
													"flight_number": {},
													"frecuent_flyer_information": {
														"type": "object",
														"description": "This object holds the information of the frequent flyer of passenger.",
														"properties": {
															"passenger_frecuent_flyer_carrier_code": {},
															"passenger_frecuent_flyer_number": {},
															"passenger_frecuent_flyer_tier": {}
														}
													},
													"gate": {},
													"passenger_foid_id": {},
													"passenger_full_name": {},
													"passenger_security_dhs": {},
													"passenger_security_selectee": {},
													"passenger_ticket_number": {},
													"present_at_airport_date": {},
													"present_at_airport_time": {},
													"record_locator": {},
													"reservation_booking_designator": {},
													"seat": {}
												}
											}
										},
										"departure_information": {
											"$ref": "#/components/schemas/departure_information"
										},
										"equipment_reference_id": {
											"$ref": "#/components/schemas/equipment_reference_id"
										},
										"flight_number": {
											"type": "string",
											"description": "Flight identification number.",
											"example": "4116"
										},
										"flight_operate_status": {
											"type": "object",
											"description": "This object hold the operator qualifiers status.",
											"properties": {
												"boarding": {
													"type": "string",
													"description": "Status of boarding for flight.",
													"example": "OPEN"
												},
												"checkin": {
													"type": "string",
													"description": "Status of checkin for flight.",
													"example": "OPEN"
												}
											}
										},
										"passenger_list": {
											"type": "object",
											"description": "This object contains the data of passenger/s .",
											"properties": {
												"^[NMA-Z0-9999]+$": {
													"type": "object",
													"description": "Dynamic key refers to passenger_reference_id.",
													"properties": {
														"arrival_location_reference_id": {
															"$ref": "#/components/schemas/location_reference_id"
														},
														"baggage_is_pooled": {
															"type": "boolean",
															"description": "This toggle indicates if passenger holds pooled baggage.",
															"example": [
																false
															]
														},
														"boarding_eligible": {
															"type": "boolean",
															"description": "This toggle indicates if passenger is eligible for boarding.",
															"example": true
														},
														"cabin_reference_id": {
															"$ref": "#/components/schemas/reservation_cabin_designator_reference_id"
														},
														"checkin_baggage_total_quantity": {
															"type": "string",
															"description": "Total baggage count on checkin.",
															"example": [
																0
															]
														},
														"checkin_baggage_total_weight": {
															"type": "string",
															"description": "Total baggage weight.",
															"example": [
																0
															]
														},
														"checkin_eligible": {
															"type": "boolean",
															"description": "This toggle indicates if passenger is eligible for checkin.",
															"example": [
																false
															]
														},
														"checkin_handbaggage_total_quantity": {
															"type": "string",
															"description": "Total quantity count of handbaggage checked.",
															"example": [
																0
															]
														},
														"checkin_handbaggage_total_weight": {
															"type": "string",
															"description": "Total weight for handbaggag checked.",
															"example": [
																0
															]
														},
														"checkin_passenger_information": {
															"type": "object",
															"description": "It holds the information of passenger.",
															"properties": {
																"boarding_group_identifier": {
																	"type": "string",
																	"description": "Identifier code for group of boarding.",
																	"example": "A1"
																},
																"boarding_group_name": {
																	"type": "string",
																	"description": "Name of boarding group.",
																	"example": "ZONE"
																},
																"boarding_message_automated": {
																	"type": "string",
																	"description": "Automated message generated for boarding.",
																	"example": "TEST AUTOMATED MESSAGE"
																},
																"boarding_message_manual": {
																	"type": "string",
																	"description": "Manual message entered for boarding.",
																	"example": "TEST MANUAL MESSAGE"
																},
																"checked_passenger_goshow": {
																	"type": "boolean",
																	"description": "This toggle indicates if passenger was checked by goshow.",
																	"example": [
																		false
																	]
																},
																"checked_passenger_remark": {
																	"type": "string",
																	"description": "Remarks entered on checkin process for passenger.",
																	"example": "PASSENGER VIP"
																},
																"checkin_passenger_sequence_number": {
																	"type": "string",
																	"description": "Sequence order number of passenger given on checkin process.",
																	"example": [
																		1
																	]
																},
																"pre_checked_passenger": {
																	"type": "boolean",
																	"description": "This toggle indicated that the passenger is pre-checked.",
																	"example": [
																		false
																	]
																}
															}
														},
														"checkin_reject_reason": {
															"type": "string",
															"description": "Description of passenger reject checkin.",
															"example": "passenger_already_checked"
														},
														"dcs_passenger_status": {
															"type": "string",
															"description": "Passenger status for DCS system.",
															"example": "CHECKED"
														},
														"gender": {
															"type": "string",
															"description": "Passenger gender.",
															"example": "MALE"
														},
														"name": {
															"type": "string",
															"description": "Name/s of passenger.",
															"example": "JOSE LUIS"
														},
														"name_suffix": {
															"type": "string",
															"description": "Suffix associated to passenger´s name.(EX: MR,MSS,MRS).",
															"example": "MR"
														},
														"passenger_apis": {
															"type": "string",
															"description": "Related to advanced_passenger_information required.",
															"example": [
																false
															]
														},
														"passenger_body_temperature": {
															"type": "string",
															"description": "Passenger temperature at time of checkin.",
															"example": "36.6"
														},
														"passenger_foid_id": {
															"type": "string",
															"description": "Passenger´s foid id.",
															"example": "62688550"
														},
														"passenger_foid_type_reference_id": {
															"$ref": "#/components/schemas/foid_type_reference_id"
														},
														"passenger_frecuent_flyer_carrier_reference_id": {
															"$ref": "#/components/schemas/carrier_reference_id"
														},
														"passenger_frecuent_flyer_number": {
															"type": "string",
															"description": "Identification of passenger´s frequent flyer.",
															"example": "12311AAO"
														},
														"passenger_frequent_flyer_tier": {
															"type": "string",
															"description": "The level of tier for passenger´s",
															"example": "GOLD"
														},
														"passenger_reference_key": {
															"$ref": "#/components/schemas/passenger_reference_id"
														},
														"passenger_ticket_coupon": {
															"type": "string",
															"description": "Ticket coupon that involved flight checked for passenger.",
															"example": "1"
														},
														"passenger_ticket_issue_type": {
															"type": "string",
															"description": "Type of ticket issued.",
															"example": "ELECTRONIC"
														},
														"passenger_ticket_number": {
															"type": "string",
															"description": "Ticket number of passenger.",
															"example": "9990210024887"
														},
														"passenger_type": {
															"type": "string",
															"description": "Type of passenger.",
															"example": [
																"ADULT"
															]
														},
														"passenger_type_code_reference_id": {
															"$ref": "#/components/schemas/passenger_type_code_reference_id"
														},
														"passenger_voluntary_for_denied_boarding": {
															"type": "boolean",
															"description": "This indicator means that passenger voluntary for denied boarding.",
															"example": [
																false
															]
														},
														"record_locator": {
															"$ref": "#/components/schemas/record_locator"
														},
														"record_locator_version": {
															"type": "string",
															"description": "Last version of booking for system.",
															"example": "2020-09-15T19:23:01.900Z"
														},
														"reservation_booking_designator": {
															"type": "string",
															"description": "Class of service booked.",
															"example": "Y"
														},
														"reservation_marketing_flight": {
															"type": "object",
															"description": "This object hold the information of the Marketing carrier",
															"properties": {
																"carrier_reference_id": {
																	"description": "The carrier_reference_id to identify the marketing carrier",
																	"$ref": "#/components/schemas/carrier_reference_id"
																},
																"departure_date": {
																	"type": "string",
																	"description": "The date of departure for the marketing carrier",
																	"example": [
																		"2021-08-30"
																	]
																},
																"departure_location_reference_id": {
																	"$ref": "#/components/schemas/location_reference_id"
																},
																"flight_number": {
																	"type": "string",
																	"description": "The flight identification number for the marketing carrier.",
																	"example": [
																		"2115"
																	]
																}
															}
														},
														"reservation_flight_conections_outbound": {
															"type": "array",
															"description": "List of diccionaries that details the connecting flights.",
															"items": {
																"type": "object",
																"properties": {
																	"arrival_information": {
																		"$ref": "#/components/schemas/arrival_information"
																	},
																	"boarding_time": {
																		"type": "string",
																		"description": "Boarding time of flight.",
																		"example": "19:30"
																	},
																	"carrier_reference_id": {
																		"$ref": "#/components/schemas/carrier_reference_id"
																	},
																	"checkin_passenger_information": {
																		"type": "object",
																		"description": "Information of checkin for connect flight,",
																		"properties": {
																			"checkin_passenger_sequence_number": {
																				"type": "number",
																				"example": [
																					1
																				]
																			}
																		}
																	},
																	"connection_number": {
																		"type": "number",
																		"description": "Number of connection.",
																		"example": [
																			2
																		]
																	},
																	"dcs_passenger_status": {
																		"type": "string",
																		"description": "Status of passenger for DCS.",
																		"example": "CHECKED"
																	},
																	"departure_information": {
																		"$ref": "#/components/schemas/departure_information"
																	},
																	"flight_number": {
																		"type": "string",
																		"description": "Flight identification number.",
																		"example": "4520"
																	},
																	"passenger_seats": {
																		"type": "array",
																		"description": "List of seats assigned for a passenger in flight.",
																		"items": {
																			"type": "string",
																			"example": "2A"
																		}
																	},
																	"passenger_ticket_coupon": {
																		"type": "string",
																		"description": "Ticket coupon that involved flight checked for passenger.",
																		"example": "1"
																	},
																	"passenger_ticket_issue_type": {
																		"type": "string",
																		"description": "Type of ticket issued.",
																		"example": "ELECTRONIC"
																	},
																	"passenger_ticket_number": {
																		"type": "string",
																		"description": "Ticket number of passenger.",
																		"example": "9990210024887"
																	},
																	"reservation_booking_designator": {
																		"type": "string",
																		"description": "Class of service booked.",
																		"example": "Y"
																	}
																}
															}
														},
														"reservation_passenger_upid": {
															"type": "string",
															"description": "Unique identification Key for passenger on Checkin system.",
															"example": "1"
														},
														"reservation_pending_payment_items": {
															"type": "object",
															"description": "This object hold the details of the pending payment items on passenger´s reservation.",
															"properties": {
																"seat_free": {
																	"type": "string",
																	"description": "Indicator of pending fees of seats",
																	"example": "false"
																},
																"service_fee": {
																	"type": "string",
																	"description": "Indicator of pending fees of services.",
																	"example": "false"
																},
																"special_service_service_fees": {
																	"type": "string",
																	"description": "Indicator of pending fees of special services.",
																	"example": "false"
																},
																"ticket_fee": {
																	"type": "string",
																	"description": "Indicator of pending fees of ticket service.",
																	"example": "false"
																}
															}
														},
														"reservation_status_reference_id": {
															"$ref": "#/components/schemas/reservation_status_reference_id"
														},
														"surname": {
															"$ref": "#/components/schemas/surname"
														},
														"transaction_detail": {
															"$ref": "#/components/schemas/transaction_details"
														}
													}
												}
											}
										},
										"registration": {
											"type": "string",
											"description": "Registration code of flights.",
											"example": "LK-SSS"
										}
									}
								}
							}
						}
					},
					"400": {
						"description": "Error received by KIU-API",
						"content": {
							"application/json": {
								"schema": {
									"type": "object",
									"properties": {
										"exception": {
											"type": "string",
											"description": "Exception name that origin the error",
											"example": "InvalidAccessException"
										},
										"extended": {
											"type": "object",
											"properties": {
												"error_additional_information": {
													"type": "string",
													"description": "Message associated to error on preference user language",
													"example": "INVALID ACCESS"
												},
												"error_number": {
													"type": "string",
													"description": "Unique id number that identifies the error",
													"example": "9999"
												},
												"reconfirm_action": {
													"type": "boolean",
													"description": "This toggle indicate if the original request should include the reconfirm_action:true function.",
													"example": true
												}
											},
											"description": "extend information related error"
										},
										"layer": {
											"type": "number",
											"description": "Level that generate the error. This is recommended to inform in case to consult support",
											"example": [
												2
											]
										},
										"message": {
											"type": "string",
											"description": "Exception associated text",
											"example": "Service unavailable."
										}
									}
								}
							}
						}
					}
				},
				"deprecated": false
			}
		}
	},
	"components": {
		"parameters": {
			"KIU-API-Token": {
				"name": "KIU-API-Token",
				"in": "header",
				"description": "Token access to consume APIs",
				"required": true,
				"schema": {
					"type": "string",
					"example": "BEE3CDABBDERSDFSD"
				}
			},
			"Content-Type": {
				"name": "ContentType",
				"in": "header",
				"description": "Type of content mandatory in header",
				"required": true,
				"schema": {
					"type": "string",
					"example": "application/json"
				}
			}
		},
		"schemas": {
			"point_of_sale": {
				"required": [
					"agent_id",
					"country",
					"kiu_device_id",
					"user"
				],
				"type": "object",
				"properties": {
					"user": {
						"maxLength": 4,
						"minLength": 2,
						"pattern": "^[A-Z0-99]*$",
						"type": "string",
						"description": "The user code informed by KIU System identifies the customer",
						"example": "XX"
					},
					"kiu_device_id": {
						"maxLength": 10,
						"minLength": 10,
						"pattern": "^[A-Z0-99]*$",
						"type": "string",
						"description": "Authorized kiu_device_id to consume APIs",
						"example": "AEP00XX818"
					},
					"agent_id": {
						"maxLength": 9,
						"minLength": 9,
						"pattern": "^[A-Z0-99]*$",
						"type": "string",
						"description": "It is the identification agent ID for a user.",
						"example": "AEP00XXSM"
					},
					"preferred_display_currency": {
						"maxLength": 3,
						"minLength": 3,
						"pattern": "^[A-Z]*$",
						"type": "string",
						"description": "Displayed preferred currency by agent",
						"example": "USD"
					},
					"country": {
						"maxLength": 2,
						"minLength": 2,
						"pattern": "^[A-Z]*$",
						"type": "string",
						"description": "Country code of the kiu_device_id",
						"example": "AR"
					},
					"agent_preferred_language": {
						"maxLength": 5,
						"minLength": 2,
						"pattern": "^[A-Za-z.-]*$",
						"type": "string",
						"description": "Display language preferred by agent",
						"example": "es-AR",
						"default": "en-US"
					},
					"application_name": {
						"type": "string",
						"description": "Name of application that consume the API",
						"example": "IBE"
					},
					"device_category": {
						"type": "string",
						"description": "Type of device that access to the application name that generate the request.",
						"example": "TABLET"
					},
					"device_branding": {
						"type": "string",
						"description": "Branding of the device of the category that access thrue application name that generate the request.",
						"example": "Apple"
					},
					"device_model": {
						"type": "string",
						"description": "Model of the device branding that access to generate the request.",
						"example": "iPad"
					},
					"device_browser": {
						"type": "string",
						"description": "The browser of the device that generate the request.",
						"example": "Chrome"
					},
					"device_os_system": {
						"type": "string",
						"description": "Operating system branding",
						"example": "Chrome OS"
					},
					"device_os_system_version": {
						"type": "string",
						"description": "Operating system version of the device",
						"example": "Intel 10.11"
					},
					"social_network": {
						"type": "string",
						"description": "Name of the social network that generate the request",
						"example": "Facebook"
					},
					"device_id": {
						"type": "string",
						"description": "Unique identification of the device.",
						"example": "IMEI"
					},
					"sale_channel": {
						"type": "string",
						"description": "AIR or Agency depending the type of consumer",
						"example": "AIR",
						"default": "AIR",
						"enum": [
							"AIR",
							"AGENCY"
						]
					},
					"sub_channel": {
						"type": "string",
						"description": "Specific sale channel.",
						"example": "BSP",
						"default": "NO-BSP",
						"enum": [
							"BSP",
							"NO-BSP",
							"ARC",
							"NO-ARC",
							"WEB"
						]
					},
					"office_issue_code": {
						"type": "string",
						"description": "IATA or Office ID of KIU SYSTEM or ARC issue code",
						"example": "AR089650"
					}
				}
			},
			"session_id": {
				"type": "string",
				"description": "log in session_id returned by login service",
				"example": "gAAAAABc4_DlgJQYAWks99rjNJIG46jwNHBKhVrjMR5kKdz2NZSt_Z53aMgdNBzgde_DrW3KQ2sLhmj76-Zi0ifzG2UVBjF-yXFzR2ZGIzG4qXe7CM_JeJszFRX5iZd9lduXP92iKtee6XqS7iVmFKdWDzE7yISAAKWOet0WwjrChD9Wt-kMnHHm7bjKIFY3MowMj4oHJy2yB4HE2Whocq_RkjH5fXLXgnFktFWjyPEvyT79Kb9h_l4=",
				"minLength": 100,
				"maxLength": 300
			},
			"record_locator_version_information": {
				"description": "Hold the record_locator information to work with",
				"type": "object",
				"required": [
					"record_locator",
					"record_locator_version"
				],
				"properties": {
					"record_locator": {
						"description": "ID of reservation",
						"type": "string",
						"minLength": 6,
						"maxLength": 6,
						"example": "ADCDEF"
					},
					"record_locator_version": {
						"description": "DateTime on UTC, lastest version of the reservation",
						"type": "string",
						"example": "2019-04-22T12:02:47.900Z"
					}
				}
			},
			"date_time": {
				"type": "string",
				"description": "Date of request generation from system requester on GMT.",
				"format": "date-time",
				"example": "2019-09-20T12:00:00.000Z"
			},
			"echo_token": {
				"type": "string",
				"description": "Unique message identify for log tracking purposes.",
				"example": "20190920120000000ABCD",
				"minLength": 10,
				"maxLength": 32
			},
			"elegibility": {
				"type": "string",
				"description": "Discount by passenger elegibility code.",
				"minLength": 2,
				"maxLength": 2,
				"pattern": "(^[A-Z]*$)",
				"example": [
					"ST"
				]
			},
			"first_form_of_payment": {
				"type": "object",
				"description": "first form of payment description to apply to process ticketing",
				"required": [
					"type"
				],
				"oneOf": [
					{
						"properties": {
							"type": {
								"enum": [
									"CASH"
								]
							}
						}
					},
					{
						"properties": {
							"type": {
								"enum": [
									"CREDITCARD"
								]
							}
						},
						"required": [
							"credit_card"
						]
					},
					{
						"properties": {
							"type": {
								"enum": [
									"DEBITCARD"
								]
							}
						},
						"required": [
							"debit_card"
						]
					},
					{
						"properties": {
							"type": {
								"enum": [
									"CHECK"
								]
							}
						},
						"required": [
							"check"
						]
					},
					{
						"properties": {
							"type": {
								"enum": [
									"INVOICE"
								]
							}
						},
						"required": [
							"invoice"
						]
					},
					{
						"properties": {
							"type": {
								"enum": [
									"MISCELLANEOUS"
								]
							}
						},
						"required": [
							"miscellaneous_information"
						]
					},
					{
						"properties": {
							"type": {
								"enum": [
									"GIFTCARD"
								]
							}
						},
						"required": [
							"gift_card_information"
						]
					},
					{
						"properties": {
							"type": {
								"enum": [
									"WALLET"
								]
							}
						},
						"required": [
							"wallet_id",
							"wallet_password"
						]
					}
				],
				"properties": {
					"type": {
						"type": "string",
						"description": "Type of payment",
						"example": [
							"CASH"
						],
						"enum": [
							"CASH",
							"CREDITCARD",
							"CHECK",
							"DEBITCARD",
							"INVOICE",
							"MISCELLANEOUS",
							"GIFTCARD",
							"WALLET"
						]
					},
					"credit_card": {
						"type": "object",
						"required": [
							"brand_code",
							"number",
							"expiration_date",
							"approval_code"
						],
						"properties": {
							"brand_code": {
								"type": "string",
								"description": "brand code of credit card",
								"example": [
									"VI"
								],
								"pattern": "^[A-Z]*$",
								"minLength": 2,
								"maxLength": 3
							},
							"number": {
								"type": "string",
								"description": "credit card number",
								"example": [
									"4242424242424242"
								],
								"pattern": "^[0-99N]*$",
								"minLength": 15,
								"maxLength": 17
							},
							"expiration_date": {
								"type": "string",
								"description": "expiration date of credit card",
								"example": [
									"1219"
								],
								"pattern": "^[0-9999]*$",
								"minLength": 4,
								"maxLength": 4
							},
							"approval_code": {
								"type": "string",
								"description": "Approval code to debit from credit card",
								"example": [
									"121912312"
								],
								"pattern": "^[0-9999]*$",
								"minLength": 5,
								"maxLength": 10
							},
							"extended_payments": {
								"type": "string",
								"description": "Approval code to debit from credit card",
								"example": [
									"121912312"
								],
								"pattern": "^[0-9999]*$"
							},
							"cvs": {
								"type": "string",
								"description": "security code of credit card",
								"example": [
									"3764"
								],
								"pattern": "^[0-9999]*$",
								"minLength": 2,
								"maxLength": 4
							},
							"card_holder_name": {
								"type": "string",
								"description": "Name of the card holder printed",
								"example": [
									"JUAN PEREZ"
								],
								"pattern": "^[A-Z ]*$",
								"minLength": 1,
								"maxLength": 15
							}
						}
					},
					"debit_card": {
						"type": "object",
						"description": "Debit card details to process ticketing",
						"required": [
							"brand_code",
							"number",
							"approval_code"
						],
						"properties": {
							"brand_code": {
								"type": "string",
								"description": "brand code of debit card",
								"example": [
									"EL"
								],
								"pattern": "^[A-Z]*$",
								"minLength": 2,
								"maxLength": 3
							},
							"number": {
								"type": "string",
								"description": "debit card number",
								"example": [
									"4242424242424242"
								],
								"pattern": "^[0-99]*$",
								"minLength": 15,
								"maxLength": 16
							},
							"approval_code": {
								"type": "string",
								"description": "Approval code to debit from debit card",
								"example": [
									"121912312"
								],
								"pattern": "^[0-9999]*$",
								"minLength": 5,
								"maxLength": 10
							}
						}
					},
					"check": {
						"type": "object",
						"required": [
							"number"
						],
						"properties": {
							"number": {
								"type": "string",
								"description": "check number",
								"example": [
									"78465465465"
								]
							},
							"associated_text": {
								"type": "string",
								"description": "associated_text of check like holder bank",
								"example": [
									"AM BANK"
								]
							}
						}
					},
					"invoice": {
						"type": "object",
						"required": [
							"code"
						],
						"properties": {
							"account_code": {
								"type": "string",
								"description": "Invoice code to input the debit amount",
								"example": [
									"ACME"
								],
								"pattern": "^[A-Z0-99]*$"
							}
						}
					},
					"miscellaneous_information": {
						"type": "object",
						"required": [
							"code"
						],
						"properties": {
							"code": {
								"type": "string",
								"description": "Code of miscellaneous payment",
								"example": [
									"FF"
								]
							},
							"associated_text": {
								"type": "string",
								"description": "associated_text of miscellaneous payment",
								"example": [
									"XX987987987876876"
								]
							}
						}
					},
					"gift_card_information": {
						"type": "object",
						"properties": {
							"giftcard_number": {
								"type": "string",
								"description": "Gift card identification number",
								"maxLength": 30
							},
							"giftcard_pin": {
								"type": "string",
								"description": "Gift card security identification pin",
								"maxLength": 10
							}
						}
					},
					"wallet_information": {
						"type": "object",
						"properties": {
							"wallet_id": {
								"type": "string",
								"description": "ID of wallet ",
								"maxLength": 30
							},
							"wallet_password": {
								"type": "string",
								"description": "Secret password for wallet account",
								"maxLength": 50
							}
						}
					},
					"fare_amount": {
						"type": "number",
						"description": "Amount of fare to debit of this form of payment. It´s commonly used when there are multiform of payments",
						"example": [
							"100.00"
						]
					},
					"tax_amount": {
						"type": "number",
						"description": "Amount of taxes to debit of this form of payment. It´s commonly used when there are multiform of payments",
						"example": [
							"0"
						]
					}
				}
			},
			"second_form_of_payment": {
				"type": "object",
				"description": "second form of payment description to apply to issue process",
				"required": [
					"type",
					"fare_amount",
					"tax_amount"
				],
				"oneOf": [
					{
						"properties": {
							"type": {
								"enum": [
									"CASH"
								]
							}
						}
					},
					{
						"properties": {
							"type": {
								"enum": [
									"CREDITCARD"
								]
							}
						},
						"required": [
							"credit_card"
						]
					},
					{
						"properties": {
							"type": {
								"enum": [
									"DEBITCARD"
								]
							}
						},
						"required": [
							"debit_card"
						]
					},
					{
						"properties": {
							"type": {
								"enum": [
									"CHECK"
								]
							}
						},
						"required": [
							"check"
						]
					},
					{
						"properties": {
							"type": {
								"enum": [
									"INVOICE"
								]
							}
						},
						"required": [
							"invoice"
						]
					},
					{
						"properties": {
							"type": {
								"enum": [
									"MISCELLANEOUS"
								]
							}
						},
						"required": [
							"miscellaneous_information"
						]
					},
					{
						"properties": {
							"type": {
								"enum": [
									"GIFTCARD"
								]
							}
						},
						"required": [
							"gift_card_information"
						]
					},
					{
						"properties": {
							"type": {
								"enum": [
									"WALLET"
								]
							}
						},
						"required": [
							"wallet_id",
							"wallet_password"
						]
					}
				],
				"properties": {
					"type": {
						"type": "string",
						"description": "Type of payment",
						"example": [
							"CASH"
						],
						"enum": [
							"CASH",
							"CREDITCARD",
							"CHECK",
							"DEBITCARD",
							"INVOICE",
							"MISCELLANEOUS",
							"GIFTCARD",
							"WALLET"
						]
					},
					"credit_card": {
						"type": "object",
						"required": [
							"brand_code",
							"number",
							"expiration_date",
							"approval_code"
						],
						"properties": {
							"brand_code": {
								"type": "string",
								"description": "brand code of credit card",
								"example": [
									"VI"
								],
								"pattern": "^[A-Z]*$",
								"minLength": 2,
								"maxLength": 3
							},
							"number": {
								"type": "string",
								"description": "credit card number",
								"example": [
									"4242424242424242"
								],
								"pattern": "^[0-99N]*$",
								"minLength": 15,
								"maxLength": 17
							},
							"expiration_date": {
								"type": "string",
								"description": "expiration date of credit card",
								"example": [
									"1219"
								],
								"pattern": "^[0-9999]*$",
								"minLength": 4,
								"maxLength": 4
							},
							"approval_code": {
								"type": "string",
								"description": "Approval code to debit from credit card",
								"example": [
									"121912312"
								],
								"pattern": "^[0-9999]*$",
								"minLength": 5,
								"maxLength": 10
							},
							"extended_payments": {
								"type": "string",
								"description": "Approval code to debit from credit card",
								"example": [
									"121912312"
								],
								"pattern": "^[0-9999]*$"
							},
							"cvs": {
								"type": "string",
								"description": "security code of credit card",
								"example": [
									"3764"
								],
								"pattern": "^[0-9999]*$",
								"minLength": 2,
								"maxLength": 4
							},
							"card_holder_name": {
								"type": "string",
								"description": "Name of the card holder printed",
								"example": [
									"JUAN PEREZ"
								],
								"pattern": "^[A-Z ]*$",
								"minLength": 1,
								"maxLength": 15
							}
						}
					},
					"debit_card": {
						"type": "object",
						"description": "Debit card details to process ticketing",
						"required": [
							"brand_code",
							"number",
							"approval_code"
						],
						"properties": {
							"brand_code": {
								"type": "string",
								"description": "brand code of debit card",
								"example": [
									"EL"
								],
								"pattern": "^[A-Z]*$",
								"minLength": 2,
								"maxLength": 3
							},
							"number": {
								"type": "string",
								"description": "debit card number",
								"example": [
									"4242424242424242"
								],
								"pattern": "^[0-99]*$",
								"minLength": 15,
								"maxLength": 16
							},
							"approval_code": {
								"type": "string",
								"description": "Approval code to debit from debit card",
								"example": [
									"121912312"
								],
								"pattern": "^[0-9999]*$",
								"minLength": 5,
								"maxLength": 10
							}
						}
					},
					"check": {
						"type": "object",
						"required": [
							"number"
						],
						"properties": {
							"number": {
								"type": "string",
								"description": "check number",
								"example": [
									"78465465465"
								]
							},
							"associated_text": {
								"type": "string",
								"description": "associated_text of check like holder bank",
								"example": [
									"AM BANK"
								]
							}
						}
					},
					"invoice": {
						"type": "object",
						"required": [
							"code"
						],
						"properties": {
							"account_code": {
								"type": "string",
								"description": "Invoice code to input the debit amount",
								"example": [
									"ACME"
								],
								"pattern": "^[A-Z0-99]*$"
							}
						}
					},
					"miscellaneous_information": {
						"type": "object",
						"required": [
							"code"
						],
						"properties": {
							"code": {
								"type": "string",
								"description": "Code of miscellaneous payment",
								"example": [
									"FF"
								]
							},
							"associated_text": {
								"type": "string",
								"description": "associated_text of miscellaneous payment",
								"example": [
									"XX987987987876876"
								]
							}
						}
					},
					"gift_card_information": {
						"type": "object",
						"properties": {
							"gift_card_number": {
								"type": "string",
								"description": "Gift card identification number",
								"maxLength": 30
							},
							"gift_card_pin": {
								"type": "string",
								"description": "Gift card security identification pin",
								"maxLength": 10
							}
						}
					},
					"wallet_information": {
						"type": "object",
						"properties": {
							"wallet_id": {
								"type": "string",
								"description": "ID of wallet ",
								"maxLength": 30
							},
							"wallet_password": {
								"type": "string",
								"description": "Secret password for wallet account",
								"maxLength": 50
							}
						}
					},
					"fare_amount": {
						"type": "number",
						"description": "Amount of fare to debit of this form of payment. It´s commonly used when there are multiform of payments",
						"example": [
							"100.00"
						]
					},
					"tax_amount": {
						"type": "number",
						"description": "Amount of taxes to debit of this form of payment. It´s commonly used when there are multiform of payments",
						"default": 0,
						"example": [
							0
						]
					}
				}
			},
			"passenger_reference_key": {
				"type": "string",
				"description": "Unique passenger identifier to process",
				"example": "NM00XX202009657583788889000001"
			},
			"segment_reference_key": {
				"type": "string",
				"description": "Unique segment identifier to process",
				"example": "IT00XX202009657583788889000001"
			},
			"reservation_status_reference_key": {
				"type": "string",
				"enum": [
					"HK",
					"UC",
					"HX",
					"PN"
				],
				"example": "HK"
			},
			"seat_reference_key": {
				"type": "string",
				"description": "Unique identifier for a seat in a segment",
				"example": "ST00XX202009657583788889000003"
			},
			"seats_list": {
				"type": "array",
				"description": "List of objects that describe each seat on reservation.",
				"items": {
					"type": "object",
					"properties": {
						"booked_seat": {
							"type": "string",
							"description": "Seat assigned.",
							"example": "6A"
						},
						"carrier_reference_id": {
							"$ref": "#/components/schemas/carrier_reference_id"
						},
						"chargeable": {
							"type": "boolean",
							"description": "This toggle indicates if seat is chargeable.",
							"example": true
						},
						"flight_segment_reference_key": {
							"$ref": "#/components/schemas/flight_segment_reference_key"
						},
						"order": {
							"type": "number",
							"description": "Order of seat in reservation.",
							"example": 1
						},
						"passenger_reference_key": {
							"$ref": "#/components/schemas/passenger_reference_key"
						},
						"reservation_status_reference_id": {
							"$ref": "#/components/schemas/reservation_status_reference_id"
						},
						"proccessed": {
							"type": "boolean",
							"description": "This toggle indicates that the seat issue is processed.",
							"example": [
								false
							]
						},
						"seat_reference_key": {
							"$ref": "#/components/schemas/seat_reference_key"
						},
						"service_group_reference_id": {
							"$ref": "#/components/schemas/service_group_reference_id"
						},
						"service_reference_id": {
							"$ref": "#/components/schemas/service_reference_id"
						},
						"time_limit": {
							"$ref": "#/components/schemas/time_limit"
						},
						"transaction_details": {
							"$ref": "#/components/schemas/transaction_details"
						}
					}
				}
			},
			"carrier_reference_id": {
				"type": "string",
				"description": "Unique reference ID for carrier_information",
				"example": "00XX"
			},
			"service_reference_id": {
				"type": "string",
				"description": "Unique id for identify service for references.",
				"example": "STXL_0"
			},
			"service_group_reference_id": {
				"type": "string",
				"description": "Unique Id of service group for references.",
				"example": "SA_00XX_0"
			},
			"flight_segment_reference_key": {
				"type": "string",
				"description": "Unique reference for a segment key",
				"example": "IT00XX202008658686668286000001"
			},
			"reservation_status_reference_id": {
				"type": "string",
				"description": "ID for status code information",
				"example": "HK_00XX_0"
			},
			"contact_reference_key": {
				"type": "string",
				"description": "Unique identification key for reference a contact.",
				"example": "CT00XX202009807866669066000001"
			},
			"currency_reference_id": {
				"type": "string",
				"description": "Unique ID to identify currency code on system.",
				"pattern": "^([A-Z]{3}[(_)][0-99])$",
				"example": [
					"USD_0"
				]
			},
			"location_reference_id": {
				"type": "string",
				"description": "Unique ID of location information.",
				"example": "OYO_0"
			},
			"family_fare_reference_id": {
				"type": "string",
				"description": "Unique ID for family_fare reference information.",
				"example": "ECONOMY_FLEX_00XX_0"
			},
			"reservation_cabin_designator_reference_id": {
				"type": "string",
				"description": "Unique reference id for cabins information",
				"example": "Y_00XX_0"
			},
			"foid_type_reference_id": {
				"type": "string",
				"description": "Unique ID for reference FOID_information.",
				"example": "PP_00XX_0"
			},
			"passenger_type_code_reference_id": {
				"type": "string",
				"description": "Unique ID for reference information of passenger_type_code.",
				"example": "ADT_00XX_0"
			},
			"passenger_information": {
				"type": "object",
				"description": "This object holds the passegner information.",
				"properties": {
					"^[MN0-9999]+$": {
						"type": "object",
						"description": "This object has a dynamic reference for passenger (passenger_reference_key).",
						"properties": {
							"date_of_birt": {
								"type": "string",
								"description": "Date of birth of passenger reference.",
								"example": [
									"1973-10-30"
								]
							},
							"gender": {
								"type": "string",
								"description": "Gender of passenger",
								"example": [
									"MALE"
								]
							},
							"foid_information": {
								"type": "object",
								"description": "This object contains the information of Identification for passenger.",
								"properties": {
									"^[FD0-9999]+$": {
										"type": "object",
										"description": "This object is determine by a dynamic key that represent a Foid reference key for internal references",
										"properties": {
											"carrier_reference_id": {
												"$ref": "#/components/schemas/carrier_reference_id"
											},
											"foid_id": {
												"type": "string",
												"description": "Passenger identification.",
												"example": "94533672"
											},
											"foid_type_reference_id": {
												"$ref": "#/components/schemas/foid_type_reference_id"
											},
											"foid_reference_key": {
												"type": "string",
												"description": "Unique identifier for Foid used for intrinsecal reference into the method.",
												"example": "FDN00XX202008658686668286000001"
											},
											"passenger_reference_associated": {
												"type": "string",
												"description": "Passenger reference key of reference, associated to object",
												"example": "NM00XX202008658686668286000001"
											}
										}
									}
								}
							},
							"travel_document_information": {
								"type": "object",
								"description": "This object contains the information of travel documents for reference passenger",
								"properties": {
									"^[TD0-9999A-Z]+$": {
										"type": "object",
										"description": "The reference key of one SSR Doc exist for the reference passenger",
										"properties": {
											"travel_document_reference_key": {
												"type": "string",
												"description": "Unique reference key for internal method reference assigned to the Travel Doc",
												"example": [
													"TD00XX202012876878759071000010"
												]
											},
											"order": {
												"type": "number",
												"description": "The order of the SSR into the list.",
												"example": [
													"1"
												]
											},
											"passenger_reference_associated": {
												"type": "string",
												"description": "passenger_reference_key to reference the passegner associated to travel doc.",
												"example": [
													"NM00XX202012876878759071000003"
												]
											},
											"travel_document_code": {
												"type": "string",
												"description": "Based on the IATA documents codes.",
												"example": [
													"P"
												]
											},
											"travel_document_name": {
												"type": "string",
												"description": "Associated name of document related the travel_document_code",
												"example": [
													"PASSPORT"
												]
											},
											"travel_document_issuing_place": {
												"type": "string",
												"description": "Country code of issue travel document place.",
												"example": [
													"AR"
												]
											},
											"travel_document_number": {
												"type": "string",
												"description": "ID of the travel document.",
												"example": [
													"987999879898"
												]
											},
											"travel_document_expiry_date": {
												"type": "string",
												"description": "Travel document date of expiration express on date format. (YYYY-MM-DD)",
												"example": [
													"2021-12-01"
												]
											},
											"travel_document_surname": {
												"type": "string",
												"description": "Last name of passenger as printed on the travel document.",
												"example": [
													"PEREZ"
												]
											},
											"travel_document_first_given_name": {
												"type": "string",
												"description": "First name of passenger as printed on the travel document.",
												"example": [
													"JUAN"
												]
											},
											"carrier_reference_key": {
												"$ref": "#/components/schemas/carrier_reference_id"
											}
										}
									}
								}
							},
							"additional_travel_document_information": {
								"type": "object",
								"description": "This object contains the information of SSRs DOCA entered for the reference passenger.",
								"properties": {
									"^[TO0-9999A-Z]+$": {
										"type": "object",
										"description": "Each object contain the detail of a SSR DOCO associated to the reference passenger.",
										"properties": {
											"additional_travel_document_reference_key": {
												"type": "string",
												"description": "Unique reference key for internal reference of the method",
												"example": [
													"TO00XX202101678080808984000002"
												]
											},
											"apply_to_country": {
												"type": "string",
												"description": "Country code that the visa apply for.",
												"example": [
													"US"
												]
											},
											"carrier_reference_key": {
												"$ref": "#/components/schemas/carrier_reference_id"
											},
											"infant_indicator": {
												"type": "boolean",
												"description": "This toggle indicates if the documents apply for infant.",
												"default": false,
												"example": [
													false
												]
											},
											"order": {
												"type": "number",
												"description": "The order of the SSR into the list.",
												"example": [
													"1"
												]
											},
											"passenger_place_of_birth": {
												"type": "string",
												"description": "Country code of passenger´s place of birth.",
												"example": [
													"AR"
												]
											},
											"passenger_reference_associated": {
												"type": "string",
												"description": "passenger_reference_key to reference the passegner associated to travel doc.",
												"example": [
													"NM00XX202012876878759071000003"
												]
											},
											"travel_document_code": {
												"type": "string",
												"description": "Standard code of visa document type.",
												"default": "V",
												"example": [
													"V"
												]
											},
											"travel_document_issuing_date": {
												"type": "string",
												"description": "Date of issue of the VISA.",
												"example": [
													"2020-10-19"
												]
											},
											"travel_document_issuing_place": {
												"type": "string",
												"description": "Country code where the visa was issued.",
												"example": [
													"AR"
												]
											},
											"travel_document_name": {
												"type": "string",
												"description": "Name of the document associated to the document_code",
												"example": [
													"VISA"
												]
											},
											"travel_document_number": {
												"type": "string",
												"description": "ID of the VISA document.",
												"example": [
													"123456789WA"
												]
											}
										}
									}
								}
							},
							"travel_address_information": {
								"type": "object",
								"description": "This object contains the description by passenger of the DOCA SSR entered.",
								"properties": {
									"^[TD0-9999A-Z]+$": {
										"type": "object",
										"description": "The reference object contains the detail of a single documment for the reference passenger",
										"properties": {
											"address_details": {
												"type": "string",
												"description": "Detail of passegner´s address.",
												"example": [
													"144 Collins Av"
												]
											},
											"carrier_reference_key": {
												"$ref": "#/components/schemas/carrier_reference_id"
											},
											"city": {
												"type": "string",
												"description": "City name of passenger´s residence",
												"example": [
													"MIAMI BEACH"
												]
											},
											"country": {
												"type": "string",
												"description": "Country code of passenger´s residence",
												"example": [
													"US"
												]
											},
											"infant_indicator": {
												"type": "boolean",
												"description": "This toggle indicates if the documents apply for infant.",
												"default": false,
												"example": [
													false
												]
											},
											"order": {
												"type": "number",
												"description": "The order of the SSR into the list.",
												"example": [
													"1"
												]
											},
											"passenger_reference_associated": {
												"type": "string",
												"description": "passenger_reference_key to reference the passegner associated to travel doc.",
												"example": [
													"NM00XX202012876878759071000003"
												]
											},
											"state": {
												"type": "string",
												"description": "State or provice of passenger´s residence",
												"example": [
													"FL"
												]
											},
											"travel_address_reference_key": {
												"type": "string",
												"description": "Unique identification key for address ssr.",
												"example": [
													"TA00XX202101678080808984000002"
												]
											},
											"type_of_address": {
												"type": "string",
												"description": "Type of residence.",
												"example": [
													"R"
												]
											},
											"zip_code": {
												"type": "string",
												"description": "Posta code of passenger´s residence",
												"example": [
													"FL12312231"
												]
											}
										}
									}
								}
							},
							"frecuent_flyer_information": {
								"type": "object",
								"description": "This object contain the information of frequent flyer of reference passenger.",
								"properties": {
									"^[FFS0-9999A-Z]+$": {
										"type": "object",
										"description": "Individual description of a frequent flyer.",
										"properties": {
											"carrier_reference_id": {
												"$ref": "#/components/schemas/carrier_reference_id"
											},
											"flight_segment_reference_id": {
												"type": "string",
												"description": "Flight segment reference id to associate the FQTV.",
												"example": [
													"IT00XX202101678080808984000001"
												]
											},
											"frequent_flyer_carrier_reference_id": {
												"type": "string",
												"description": "Reference carrier id of the FF owner program.",
												"example": [
													"00XX_0"
												]
											},
											"frequest_flyer_id": {
												"type": "string",
												"description": "ID of FF program for the passenger.",
												"example": [
													"8769987999888"
												]
											},
											"frequest_flyer_reference_key": {
												"type": "string",
												"description": "Unique identification key for FQTV of passenger into the reservation for internal reference.",
												"example": [
													"FFS00XX202101678080808984000002"
												]
											},
											"frequest_flyer_tier": {
												"type": "string",
												"description": "Tier, level of honored for the FF of the passenger.",
												"example": [
													"GLD"
												]
											},
											"passenger_reference_associated": {
												"type": "string",
												"description": "passenger_reference_key to reference the passegner associated to travel doc.",
												"example": [
													"NM00XX202012876878759071000003"
												]
											}
										}
									}
								}
							},
							"infant_associated_indicator": {
								"type": "boolean",
								"description": "This toggle indicates if passenger has an infant associated",
								"example": [
									false
								]
							},
							"name": {
								"type": "string",
								"description": "Passenger´s names",
								"example": "JOAQUIN ALBERTO"
							},
							"name_suffix": {
								"type": "string",
								"description": "Passenger suffix for name. (MR, MSS, MRS, JNR).",
								"example": "MR"
							},
							"order": {
								"type": "number",
								"description": "Relative order of passegner into the passegner name list of PNR.",
								"example": [
									1
								]
							},
							"passenger_reference_key": {
								"$ref": "#/components/schemas/passenger_reference_key"
							},
							"passenger_type": {
								"type": "string",
								"description": "Type of passenger (Adult, Infant, Child)",
								"example": [
									"ADULT"
								]
							},
							"passenger_type_code_reference_id": {
								"$ref": "#/components/schemas/passenger_type_code_reference_id"
							},
							"surname": {
								"type": "string",
								"description": "Last name/s of passenger.",
								"example": "PEREZ GOMEZ"
							}
						}
					},
					"pnr_group": {
						"type": "boolean",
						"description": "This toggle indicates if passenger is part of group.",
						"example": [
							false
						]
					},
					"pnr_has_infant_passenger": {
						"type": "boolean",
						"description": "This toggle indicates if the PNR to process holds an infant type.",
						"example": [
							false
						]
					},
					"pnr_has_passenger_advice_code": {
						"type": "boolean",
						"description": "This toggle indicates if PNR has a passenger indicated for advice code.",
						"example": [
							false
						]
					}
				}
			},
			"time_limit": {
				"type": "object",
				"properties": {
					"auto_cancel": {
						"type": "boolean",
						"description": "Indicate if the reservation cancelled automatically at time of expiration",
						"example": true
					},
					"loca_date_time": {
						"type": "string",
						"format": "date-time",
						"description": "The time limit expressed on the local time",
						"example": "2020-09-07T17:45:00"
					},
					"location_reference_key": {
						"type": "string",
						"description": "Unique reference identifier for a location",
						"example": "AEP_0"
					}
				}
			},
			"ticket_times_limit": {
				"type": "array",
				"description": "List of objects. Each object detail the Ticket-time-limit.",
				"items": {
					"type": "object",
					"properties": {
						"auto-cancel": {
							"type": "boolean",
							"description": "This toggle indicates if the auto-cancel reservation at time-limit is enable.",
							"example": true
						},
						"local_datetime": {
							"type": "string",
							"description": "TimeLimit date-time on local time.",
							"example": "2020-10-19T19:00:00"
						},
						"location_reference_id": {
							"$ref": "#/components/schemas/location_reference_id",
							"description": "Location reference id associated to the kiu_device_id location.",
							"example": "AEP_0"
						},
						"transaction_details": {
							"$ref": "#/components/schemas/transaction_details"
						}
					}
				}
			},
			"transaction_details": {
				"type": "object",
				"properties": {
					"creation_date": {
						"type": "string",
						"format": "date-time-stamp",
						"description": "Time of transaction created",
						"example": "2020-09-04T16:45:31.153"
					},
					"source": {
						"type": "string",
						"description": "Responsible for transaction creation",
						"example": "AGENT"
					}
				}
			},
			"air_itinerary_quotations": {
				"type": "array",
				"description": "This object contains the details of air quotations.",
				"items": {
					"type": "object",
					"properties": {
						"currency_conversion": {
							"type": "array",
							"description": "List of exchange conversion rates involved on quotation.",
							"items": {
								"type": "object",
								"description": "Object that contain the detail of each rate conversion.",
								"properties": {
									"code": {
										"type": "string",
										"description": "Type of converion code.",
										"example": [
											"BSR"
										]
									},
									"rate": {
										"type": "number",
										"description": "Exchange ratio applied.",
										"example": [
											79.5
										]
									}
								}
							}
						},
						"fare_calculation_mode_indicator": {
							"type": "number",
							"description": "Mode of fare calculation.",
							"example": [
								0
							]
						},
						"fare_calculation_pricing_indicator": {
							"type": "number",
							"description": "Pricing calculation type.",
							"example": [
								0
							]
						},
						"mode": {
							"type": "string",
							"description": "Mode of pricing.",
							"example": [
								"AUTOMATIC"
							]
						},
						"pq_number": {
							"type": "number",
							"description": "Number of stored mask quotation for pricing system.",
							"example": [
								1
							]
						},
						"pricing_information": {
							"type": "array",
							"description": "List of pricing messages associated to quotations.",
							"items": {
								"type": "string",
								"example": [
									"AIRLINE FEES INCLUDED"
								]
							}
						},
						"ptc_breakdown_information": {
							"type": "object",
							"description": "Individual detail of quotation by passenger type code.",
							"properties": {
								"^[A-Z1-9999]+$": {
									"type": "object",
									"description": "Dynamic Key that refer to a passenger type code reference_key.",
									"properties": {
										"^([(ADT)(CHD)(INF)]{3}[(_)][0-9A-Z]{4}[(_)][0-99])$": {
											"type": "object",
											"description": "The object key is a passenger_type_code_reference_key in the reservation.",
											"anyOf": [
												{
													"required": [
														"ADULT"
													]
												},
												{
													"required": [
														"CHILD"
													]
												},
												{
													"required": [
														"INFANT"
													]
												}
											],
											"properties": {
												"ADULT": {
													"type": "object",
													"description": "Pricing details for adult passenger type.",
													"properties": {
														"coupons_list": {
															"type": "array",
															"description": "List of objects that contains the coupons mask details for Ticket pricing.",
															"items": {
																"type": "object",
																"description": "Each object represent a coupon.",
																"properties": {
																	"is_arnk": {
																		"type": "boolean",
																		"description": "This toggle indicates if the coupon is an ARNK segment or not.",
																		"default": false
																	},
																	"cabin_designator_reference_key": {
																		"$ref": "#/components/schemas/reservation_cabin_designator_reference_id"
																	},
																	"coupon_number": {
																		"type": "number",
																		"description": "Order coupon number.",
																		"example": [
																			1
																		]
																	},
																	"family_fare_reference_id": {
																		"$ref": "#/components/schemas/family_fare_reference_id"
																	},
																	"fare_basis": {
																		"type": "string",
																		"description": "Fare basis code applied on coupon.",
																		"example": [
																			"YOW"
																		]
																	},
																	"fare_id": {
																		"type": "number",
																		"description": "Unique identification key for the fare for pricing system.",
																		"example": [
																			495522
																		]
																	},
																	"flight_segment_reference_associated": {
																		"$ref": "#/components/schemas/flight_segment_reference_key"
																	},
																	"ticket_baggage_allowance": {
																		"type": "string",
																		"description": "Baggage allowance offerd on the flight/coupon.",
																		"example": [
																			"PC2"
																		]
																	}
																}
															}
														},
														"fare_construction": {
															"type": "string",
															"description": "Fare construction as the fared system.",
															"example": [
																"SEZ XX JNB700.00 XX SEZ700.00NUC1400.00END ROE1.000000"
															]
														},
														"fare_construction_detail": {
															"type": "array",
															"description": "Additional description of fare construction.",
															"items": {
																"type": "object",
																"description": "Each object of the list represent a componente priced.",
																"properties": {
																	"component_amount": {
																		"type": "number",
																		"description": "Amount of the component priced.",
																		"example": [
																			700
																		]
																	},
																	"component_currency_id": {
																		"$ref": "#/components/schemas/currency_reference_id"
																	},
																	"origin_destination_reference_key": {
																		"type": "string",
																		"description": "Association to an origin_destination by reference key.",
																		"example": [
																			"OD_SEZJNB"
																		]
																	},
																	"component_point_reference_id": {
																		"type": "string",
																		"description": "Association to point/s locations id priced.",
																		"example": [
																			"SEZ_0-JNB_0"
																		]
																	},
																	"fare_component_id": {
																		"type": "number",
																		"description": "Identification ID of the component priced.",
																		"example": [
																			1
																		]
																	},
																	"is_previous_surface": {
																		"type": "boolean",
																		"description": "This toggle indicates if the component is right after a Surface or ARNK.",
																		"example": [
																			false
																		]
																	},
																	"stop_over": {
																		"type": "number",
																		"description": "Amount of charge for stopover.",
																		"example": [
																			0
																		]
																	},
																	"surcharge": {
																		"type": "number",
																		"description": "Amount of surcharge applied on pricing for the component.",
																		"example": [
																			0
																		]
																	}
																}
															}
														},
														"faretype": {
															"type": "string",
															"description": "Type of fare applied.",
															"example": [
																"PUBLIC"
															]
														},
														"fees_excepted": {
															"type": "boolean",
															"description": "This toggle indicates if exception of fees was applied on quotations.",
															"example": [
																false
															]
														},
														"passenger_quantity": {
															"type": "number",
															"description": "Quantity of passenger type priced.",
															"example": [
																2
															]
														},
														"passenger_type": {
															"type": "string",
															"description": "Type of passenger. (ADULT/CHILD/INFANT).",
															"example": [
																"ADULT"
															]
														},
														"passenger_code_type_reference_key": {
															"$ref": "#/components/schemas/passenger_type_code_reference_id"
														},
														"ptc_breakdown": {
															"type": "object",
															"description": "Individual detail of prices by the passenger type code/ADULT",
															"properties": {
																"base_fare": {
																	"type": "object",
																	"description": "Fare priced on publish currency.",
																	"properties": {
																		"currency_reference_id": {
																			"$ref": "#/components/schemas/currency_reference_id"
																		},
																		"amount": {
																			"type": "number",
																			"description": "Base fare priced amount.",
																			"example": [
																				1
																			]
																		}
																	}
																},
																"display_by_component": {
																	"type": "object",
																	"description": "This object contain the individual quotation detailed by component and global items applied to entire itinerary.",
																	"properties": {
																		"^([(OD_){3}[A-Z]{6})$": {
																			"type": "object",
																			"description": "Origin_destination_reference_key as object name to refer the component.",
																			"properties": {
																				"equivalent_paid": {
																					"type": "object",
																					"description": "Equivalent to paid of fare by component.",
																					"properties": {
																						"amount": {
																							"type": "number",
																							"description": "Amount of fare by the component.",
																							"example": [
																								100
																							]
																						},
																						"currency_reference_id": {
																							"$ref": "#/components/schemas/currency_reference_id"
																						}
																					}
																				},
																				"fees_breakdown": {
																					"type": "array",
																					"description": "List of object that detail each fee applied on component.",
																					"items": {
																						"type": "object",
																						"properties": {
																							"amount": {
																								"type": "number",
																								"description": "Base fare priced amount.",
																								"example": [
																									1
																								]
																							},
																							"currency_reference_id": {
																								"$ref": "#/components/schemas/currency_reference_id"
																							},
																							"fee_code": {
																								"type": "string",
																								"description": "Fee identification code.",
																								"example": [
																									"OB"
																								]
																							},
																							"fee_code_name": {
																								"type": "string",
																								"description": "Fee marketing description associated to the code.",
																								"example": [
																									"TESTING FEE"
																								]
																							},
																							"fee_subcode": {
																								"type": "string",
																								"description": "Sub-code associated to the fee.",
																								"example": [
																									"T05"
																								]
																							}
																						}
																					}
																				},
																				"taxes_breakdown": {
																					"type": "array",
																					"description": "List of taxes applied in component.",
																					"items": {
																						"type": "object",
																						"properties": {
																							"amount": {
																								"type": "number",
																								"description": "Base fare priced amount.",
																								"example": [
																									1
																								]
																							},
																							"carrier_owner": {
																								"type": "boolean",
																								"description": "This toggle indicates if the carrier is the tax collector.",
																								"example": [
																									true
																								]
																							},
																							"currency_reference_id": {
																								"$ref": "#/components/schemas/currency_reference_id"
																							},
																							"tax_code": {
																								"type": "string",
																								"description": "Tax identification code.",
																								"example": [
																									"O5"
																								]
																							},
																							"country": {
																								"type": "string",
																								"description": "Country code that collect the tax.",
																								"example": [
																									"AR"
																								]
																							},
																							"tax_code_name": {
																								"type": "string",
																								"description": "IATA Tax description name.",
																								"example": [
																									"INCLUSIVE AND SOLIDARITY (PAIS) TAX"
																								]
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																},
																"equivalent_paid": {
																	"type": "object",
																	"description": "Fare priced on equivalent paid currency.",
																	"properties": {
																		"currency_reference_id": {
																			"$ref": "#/components/schemas/currency_reference_id",
																			"example": [
																				"ARS_0"
																			]
																		},
																		"amount": {
																			"type": "number",
																			"description": "Equivalent priced amount.",
																			"example": [
																				1
																			]
																		}
																	}
																},
																"fees_information": {
																	"type": "object",
																	"description": "Total fees and description of each into the quotation.",
																	"properties": {
																		"currency_reference_id": {
																			"$ref": "#/components/schemas/currency_reference_id"
																		},
																		"amount": {
																			"type": "number",
																			"description": "total fees amount.",
																			"example": [
																				1
																			]
																		},
																		"fees_list": {
																			"type": "array",
																			"description": "List of objects that describe each fees applied on quotation.",
																			"items": {
																				"type": "object",
																				"properties": {
																					"amount": {
																						"type": "number",
																						"description": "Base fare priced amount.",
																						"example": [
																							1
																						]
																					},
																					"collectable": {
																						"type": "boolean",
																						"description": "This toggle indicates If the fee is collectable.",
																						"example": [
																							false
																						]
																					},
																					"currency_reference_id": {
																						"$ref": "#/components/schemas/currency_reference_id"
																					},
																					"excepted": {
																						"type": "boolean",
																						"description": "This toggle indicate if a mandatory fee was excepted.",
																						"example": [
																							false
																						]
																					},
																					"exchange_allowed": {
																						"type": "boolean",
																						"description": "This toggle indicate if the fee could be used on exchange.",
																						"example": [
																							false
																						]
																					},
																					"fee_code": {
																						"type": "string",
																						"description": "Fee identification code.",
																						"example": [
																							"OB"
																						]
																					},
																					"fee_code_name": {
																						"type": "string",
																						"description": "Fee marketing description associated to the code.",
																						"example": [
																							"TESTING FEE"
																						]
																					},
																					"fee_subcode": {
																						"type": "string",
																						"description": "Sub-code associated to the fee.",
																						"example": [
																							"T05"
																						]
																					},
																					"paid": {
																						"type": "boolean",
																						"description": "This toggle indicates if the fee is already paid.",
																						"example": [
																							false
																						]
																					},
																					"quotation_mode": {
																						"type": "string",
																						"description": "The mode of including fee on the quotation.",
																						"example": [
																							"AUTOMATIC"
																						]
																					},
																					"refund_allowed": {
																						"type": "boolean",
																						"description": "This toggle indicates if fee is refundable.",
																						"example": [
																							false
																						]
																					}
																				}
																			}
																		}
																	}
																},
																"taxes_information": {
																	"type": "object",
																	"description": "Total taxes and description of each tax_code into the quotation.",
																	"properties": {
																		"currency_reference_id": {
																			"$ref": "#/components/schemas/currency_reference_id",
																			"example": [
																				"ARS_0"
																			]
																		},
																		"amount": {
																			"type": "number",
																			"description": "total taxes amount.",
																			"example": [
																				1
																			]
																		},
																		"taxes_list": {
																			"type": "array",
																			"description": "List of objects that describe each fees applied on quotation.",
																			"items": {
																				"type": "object",
																				"properties": {
																					"amount": {
																						"type": "number",
																						"description": "Base fare priced amount.",
																						"example": [
																							10
																						]
																					},
																					"collectable": {
																						"type": "boolean",
																						"description": "This toggle indicates If the fee is collectable.",
																						"example": [
																							false
																						]
																					},
																					"currency_reference_id": {
																						"$ref": "#/components/schemas/currency_reference_id"
																					},
																					"excepted": {
																						"type": "boolean",
																						"description": "This toggle indicate if a mandatory fee was excepted.",
																						"example": [
																							false
																						]
																					},
																					"exchange_allowed": {
																						"type": "boolean",
																						"description": "This toggle indicate if the fee could be used on exchange.",
																						"example": [
																							false
																						]
																					},
																					"paid": {
																						"type": "boolean",
																						"description": "This toggle indicates if the fee is already paid.",
																						"example": [
																							false
																						]
																					},
																					"quotation_mode": {
																						"type": "string",
																						"description": "The mode of including fee on the quotation.",
																						"example": [
																							"AUTOMATIC"
																						]
																					},
																					"refund_allowed": {
																						"type": "boolean",
																						"description": "This toggle indicates if fee is refundable.",
																						"example": [
																							false
																						]
																					},
																					"tax_code": {
																						"type": "string",
																						"description": "Tax identification code.",
																						"example": [
																							"O5"
																						]
																					},
																					"tax_code_name": {
																						"type": "string",
																						"description": "Tax description name.",
																						"example": [
																							"INCLUSIVE AND SOLIDARITY (PAIS) TAX"
																						]
																					}
																				}
																			}
																		}
																	}
																},
																"total": {
																	"type": "object",
																	"description": "Total quotation by 1 adult passenger.",
																	"properties": {
																		"currency_reference_id": {
																			"$ref": "#/components/schemas/currency_reference_id",
																			"example": [
																				"ARS_0"
																			]
																		},
																		"amount": {
																			"type": "number",
																			"description": "total amount.",
																			"example": [
																				44849
																			]
																		}
																	}
																}
															}
														},
														"ptc_breakdown_total": {
															"type": "object",
															"description": "This object hold the total quotation for passenger type ADULT quantity.",
															"properties": {
																"passenger_quantity": {
																	"type": "number",
																	"description": "Quantity of ADULT passenger involved on quotation.",
																	"example": [
																		2
																	]
																},
																"total_base_fare": {
																	"type": "object",
																	"description": "Fare priced on publish currency.",
																	"properties": {
																		"currency_reference_id": {
																			"$ref": "#/components/schemas/currency_reference_id"
																		},
																		"amount": {
																			"type": "number",
																			"description": "Base fare priced amount.",
																			"example": [
																				1
																			]
																		}
																	}
																},
																"display_by_component": {
																	"type": "object",
																	"description": "This object contain the individual quotation detailed by component and global items applied to entire itinerary.",
																	"properties": {
																		"^([(OD_){3}[A-Z]{6})$": {
																			"type": "object",
																			"description": "Origin_destination_reference_key as object name to refer the component.",
																			"properties": {
																				"equivalent_paid": {
																					"type": "object",
																					"description": "Equivalent to paid of fare by component.",
																					"properties": {
																						"amount": {
																							"type": "number",
																							"description": "Amount of fare by the component.",
																							"example": [
																								100
																							]
																						},
																						"currency_reference_id": {
																							"$ref": "#/components/schemas/currency_reference_id"
																						}
																					}
																				},
																				"fees_breakdown": {
																					"type": "array",
																					"description": "List of object that detail each fee applied on component.",
																					"items": {
																						"type": "object",
																						"properties": {
																							"amount": {
																								"type": "number",
																								"description": "Base fare priced amount.",
																								"example": [
																									1
																								]
																							},
																							"currency_reference_id": {
																								"$ref": "#/components/schemas/currency_reference_id"
																							},
																							"fee_code": {
																								"type": "string",
																								"description": "Fee identification code.",
																								"example": [
																									"OB"
																								]
																							},
																							"fee_code_name": {
																								"type": "string",
																								"description": "Fee marketing description associated to the code.",
																								"example": [
																									"TESTING FEE"
																								]
																							},
																							"fee_subcode": {
																								"type": "string",
																								"description": "Sub-code associated to the fee.",
																								"example": [
																									"T05"
																								]
																							}
																						}
																					}
																				},
																				"taxes_breakdown": {
																					"type": "array",
																					"description": "List of taxes applied in component.",
																					"items": {
																						"type": "object",
																						"properties": {
																							"amount": {
																								"type": "number",
																								"description": "Base fare priced amount.",
																								"example": [
																									1
																								]
																							},
																							"carrier_owner": {
																								"type": "boolean",
																								"description": "This toggle indicates if the carrier is the tax collector.",
																								"example": [
																									true
																								]
																							},
																							"currency_reference_id": {
																								"$ref": "#/components/schemas/currency_reference_id"
																							},
																							"tax_code": {
																								"type": "string",
																								"description": "Tax identification code.",
																								"example": [
																									"O5"
																								]
																							},
																							"country": {
																								"type": "string",
																								"description": "Country code that collect the tax.",
																								"example": [
																									"AR"
																								]
																							},
																							"tax_code_name": {
																								"type": "string",
																								"description": "IATA Tax description name.",
																								"example": [
																									"INCLUSIVE AND SOLIDARITY (PAIS) TAX"
																								]
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																},
																"equivalent_paid": {
																	"type": "object",
																	"description": "Fare priced on equivalent paid currency.",
																	"properties": {
																		"currency_reference_id": {
																			"$ref": "#/components/schemas/currency_reference_id",
																			"example": [
																				"ARS_0"
																			]
																		},
																		"amount": {
																			"type": "number",
																			"description": "Equivalent priced amount.",
																			"example": [
																				1
																			]
																		}
																	}
																},
																"total_fees": {
																	"type": "object",
																	"description": "Total fees and description of each into the quotation.",
																	"properties": {
																		"currency_reference_id": {
																			"$ref": "#/components/schemas/currency_reference_id"
																		},
																		"amount": {
																			"type": "number",
																			"description": "total fees amount.",
																			"example": [
																				1
																			]
																		}
																	}
																},
																"total_taxes": {
																	"type": "object",
																	"description": "Total taxes and description of each tax_code into the quotation.",
																	"properties": {
																		"currency_reference_id": {
																			"$ref": "#/components/schemas/currency_reference_id",
																			"example": [
																				"ARS_0"
																			]
																		},
																		"amount": {
																			"type": "number",
																			"description": "total taxes amount.",
																			"example": [
																				1
																			]
																		}
																	}
																},
																"total": {
																	"type": "object",
																	"description": "Total quotation by 1 adult passenger.",
																	"properties": {
																		"currency_reference_id": {
																			"$ref": "#/components/schemas/currency_reference_id",
																			"example": [
																				"ARS_0"
																			]
																		},
																		"amount": {
																			"type": "number",
																			"description": "total amount.",
																			"example": [
																				44849
																			]
																		}
																	}
																}
															}
														},
														"taxes_excepted": {
															"type": "boolean",
															"description": "This toggle indicates if taxes were exempt from quotation.",
															"example": [
																false
															]
														}
													}
												},
												"CHILD": {
													"type": "object",
													"description": "Pricing details for CHILD passenger type.",
													"properties": {
														"coupons_list": {
															"type": "array",
															"description": "List of objects that contains the coupons mask details for Ticket pricing.",
															"items": {
																"type": "object",
																"description": "Each object represent a coupon.",
																"properties": {
																	"is_arnk": {
																		"type": "boolean",
																		"description": "This toggle indicates if the coupon is an ARNK segment or not.",
																		"default": false
																	},
																	"cabin_designator_reference_key": {
																		"$ref": "#/components/schemas/reservation_cabin_designator_reference_id"
																	},
																	"coupon_number": {
																		"type": "number",
																		"description": "Order coupon number.",
																		"example": [
																			1
																		]
																	},
																	"family_fare_reference_id": {
																		"$ref": "#/components/schemas/family_fare_reference_id"
																	},
																	"fare_basis": {
																		"type": "string",
																		"description": "Fare basis code applied on coupon.",
																		"example": [
																			"YOW"
																		]
																	},
																	"fare_id": {
																		"type": "number",
																		"description": "Unique identification key for the fare for pricing system.",
																		"example": [
																			495522
																		]
																	},
																	"flight_segment_reference_associated": {
																		"$ref": "#/components/schemas/flight_segment_reference_key"
																	},
																	"ticket_baggage_allowance": {
																		"type": "string",
																		"description": "Baggage allowance offerd on the flight/coupon.",
																		"example": [
																			"PC2"
																		]
																	}
																}
															}
														},
														"fare_construction": {
															"type": "string",
															"description": "Fare construction as the fared system.",
															"example": [
																"SEZ XX JNB700.00 XX SEZ700.00NUC1400.00END ROE1.000000"
															]
														},
														"fare_construction_detail": {
															"type": "array",
															"description": "Additional description of fare construction.",
															"items": {
																"type": "object",
																"description": "Each object of the list represent a componente priced.",
																"properties": {
																	"component_amount": {
																		"type": "number",
																		"description": "Amount of the component priced.",
																		"example": [
																			700
																		]
																	},
																	"component_currency_id": {
																		"$ref": "#/components/schemas/currency_reference_id"
																	},
																	"origin_destination_reference_key": {
																		"type": "string",
																		"description": "Association to an origin_destination by reference key.",
																		"example": [
																			"OD_SEZJNB"
																		]
																	},
																	"component_point_reference_id": {
																		"type": "string",
																		"description": "Association to point/s locations id priced.",
																		"example": [
																			"SEZ_0-JNB_0"
																		]
																	},
																	"fare_component_id": {
																		"type": "number",
																		"description": "Identification ID of the component priced.",
																		"example": [
																			1
																		]
																	},
																	"is_previous_surface": {
																		"type": "boolean",
																		"description": "This toggle indicates if the component is right after a Surface or ARNK.",
																		"example": [
																			false
																		]
																	},
																	"stop_over": {
																		"type": "number",
																		"description": "Amount of charge for stopover.",
																		"example": [
																			0
																		]
																	},
																	"surcharge": {
																		"type": "number",
																		"description": "Amount of surcharge applied on pricing for the component.",
																		"example": [
																			0
																		]
																	}
																}
															}
														},
														"faretype": {
															"type": "string",
															"description": "Type of fare applied.",
															"example": [
																"PUBLIC"
															]
														},
														"fees_excepted": {
															"type": "boolean",
															"description": "This toggle indicates if exception of fees was applied on quotations.",
															"example": [
																false
															]
														},
														"passenger_quantity": {
															"type": "number",
															"description": "Quantity of passenger type priced.",
															"example": [
																2
															]
														},
														"passenger_type": {
															"type": "string",
															"description": "Type of passenger. (ADULT/CHILD/INFANT).",
															"example": [
																"ADULT"
															]
														},
														"passenger_code_type_reference_key": {
															"$ref": "#/components/schemas/passenger_type_code_reference_id"
														},
														"ptc_breakdown": {
															"type": "object",
															"description": "Individual detail of prices by the passenger type code/ADULT",
															"properties": {
																"base_fare": {
																	"type": "object",
																	"description": "Fare priced on publish currency.",
																	"properties": {
																		"currency_reference_id": {
																			"$ref": "#/components/schemas/currency_reference_id"
																		},
																		"amount": {
																			"type": "number",
																			"description": "Base fare priced amount.",
																			"example": [
																				1
																			]
																		}
																	}
																},
																"display_by_component": {
																	"type": "object",
																	"description": "This object contain the individual quotation detailed by component and global items applied to entire itinerary.",
																	"properties": {
																		"^([(OD_){3}[A-Z]{6})$": {
																			"type": "object",
																			"description": "Origin_destination_reference_key as object name to refer the component.",
																			"properties": {
																				"equivalent_paid": {
																					"type": "object",
																					"description": "Equivalent to paid of fare by component.",
																					"properties": {
																						"amount": {
																							"type": "number",
																							"description": "Amount of fare by the component.",
																							"example": [
																								100
																							]
																						},
																						"currency_reference_id": {
																							"$ref": "#/components/schemas/currency_reference_id"
																						}
																					}
																				},
																				"fees_breakdown": {
																					"type": "array",
																					"description": "List of object that detail each fee applied on component.",
																					"items": {
																						"type": "object",
																						"properties": {
																							"amount": {
																								"type": "number",
																								"description": "Base fare priced amount.",
																								"example": [
																									1
																								]
																							},
																							"currency_reference_id": {
																								"$ref": "#/components/schemas/currency_reference_id"
																							},
																							"fee_code": {
																								"type": "string",
																								"description": "Fee identification code.",
																								"example": [
																									"OB"
																								]
																							},
																							"fee_code_name": {
																								"type": "string",
																								"description": "Fee marketing description associated to the code.",
																								"example": [
																									"TESTING FEE"
																								]
																							},
																							"fee_subcode": {
																								"type": "string",
																								"description": "Sub-code associated to the fee.",
																								"example": [
																									"T05"
																								]
																							}
																						}
																					}
																				},
																				"taxes_breakdown": {
																					"type": "array",
																					"description": "List of taxes applied in component.",
																					"items": {
																						"type": "object",
																						"properties": {
																							"amount": {
																								"type": "number",
																								"description": "Base fare priced amount.",
																								"example": [
																									1
																								]
																							},
																							"carrier_owner": {
																								"type": "boolean",
																								"description": "This toggle indicates if the carrier is the tax collector.",
																								"example": [
																									true
																								]
																							},
																							"currency_reference_id": {
																								"$ref": "#/components/schemas/currency_reference_id"
																							},
																							"tax_code": {
																								"type": "string",
																								"description": "Tax identification code.",
																								"example": [
																									"O5"
																								]
																							},
																							"country": {
																								"type": "string",
																								"description": "Country code that collect the tax.",
																								"example": [
																									"AR"
																								]
																							},
																							"tax_code_name": {
																								"type": "string",
																								"description": "IATA Tax description name.",
																								"example": [
																									"INCLUSIVE AND SOLIDARITY (PAIS) TAX"
																								]
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																},
																"equivalent_paid": {
																	"type": "object",
																	"description": "Fare priced on equivalent paid currency.",
																	"properties": {
																		"currency_reference_id": {
																			"$ref": "#/components/schemas/currency_reference_id",
																			"example": [
																				"ARS_0"
																			]
																		},
																		"amount": {
																			"type": "number",
																			"description": "Equivalent priced amount.",
																			"example": [
																				1
																			]
																		}
																	}
																},
																"fees_information": {
																	"type": "object",
																	"description": "Total fees and description of each into the quotation.",
																	"properties": {
																		"currency_reference_id": {
																			"$ref": "#/components/schemas/currency_reference_id"
																		},
																		"amount": {
																			"type": "number",
																			"description": "total fees amount.",
																			"example": [
																				1
																			]
																		},
																		"fees_list": {
																			"type": "array",
																			"description": "List of objects that describe each fees applied on quotation.",
																			"items": {
																				"type": "object",
																				"properties": {
																					"amount": {
																						"type": "number",
																						"description": "Base fare priced amount.",
																						"example": [
																							1
																						]
																					},
																					"collectable": {
																						"type": "boolean",
																						"description": "This toggle indicates If the fee is collectable.",
																						"example": [
																							false
																						]
																					},
																					"currency_reference_id": {
																						"$ref": "#/components/schemas/currency_reference_id"
																					},
																					"excepted": {
																						"type": "boolean",
																						"description": "This toggle indicate if a mandatory fee was excepted.",
																						"example": [
																							false
																						]
																					},
																					"exchange_allowed": {
																						"type": "boolean",
																						"description": "This toggle indicate if the fee could be used on exchange.",
																						"example": [
																							false
																						]
																					},
																					"fee_code": {
																						"type": "string",
																						"description": "Fee identification code.",
																						"example": [
																							"OB"
																						]
																					},
																					"fee_code_name": {
																						"type": "string",
																						"description": "Fee marketing description associated to the code.",
																						"example": [
																							"TESTING FEE"
																						]
																					},
																					"fee_subcode": {
																						"type": "string",
																						"description": "Sub-code associated to the fee.",
																						"example": [
																							"T05"
																						]
																					},
																					"paid": {
																						"type": "boolean",
																						"description": "This toggle indicates if the fee is already paid.",
																						"example": [
																							false
																						]
																					},
																					"quotation_mode": {
																						"type": "string",
																						"description": "The mode of including fee on the quotation.",
																						"example": [
																							"AUTOMATIC"
																						]
																					},
																					"refund_allowed": {
																						"type": "boolean",
																						"description": "This toggle indicates if fee is refundable.",
																						"example": [
																							false
																						]
																					}
																				}
																			}
																		}
																	}
																},
																"taxes_information": {
																	"type": "object",
																	"description": "Total taxes and description of each tax_code into the quotation.",
																	"properties": {
																		"currency_reference_id": {
																			"$ref": "#/components/schemas/currency_reference_id",
																			"example": [
																				"ARS_0"
																			]
																		},
																		"amount": {
																			"type": "number",
																			"description": "total taxes amount.",
																			"example": [
																				1
																			]
																		},
																		"taxes_list": {
																			"type": "array",
																			"description": "List of objects that describe each fees applied on quotation.",
																			"items": {
																				"type": "object",
																				"properties": {
																					"amount": {
																						"type": "number",
																						"description": "Base fare priced amount.",
																						"example": [
																							10
																						]
																					},
																					"collectable": {
																						"type": "boolean",
																						"description": "This toggle indicates If the fee is collectable.",
																						"example": [
																							false
																						]
																					},
																					"currency_reference_id": {
																						"$ref": "#/components/schemas/currency_reference_id"
																					},
																					"excepted": {
																						"type": "boolean",
																						"description": "This toggle indicate if a mandatory fee was excepted.",
																						"example": [
																							false
																						]
																					},
																					"exchange_allowed": {
																						"type": "boolean",
																						"description": "This toggle indicate if the fee could be used on exchange.",
																						"example": [
																							false
																						]
																					},
																					"paid": {
																						"type": "boolean",
																						"description": "This toggle indicates if the fee is already paid.",
																						"example": [
																							false
																						]
																					},
																					"quotation_mode": {
																						"type": "string",
																						"description": "The mode of including fee on the quotation.",
																						"example": [
																							"AUTOMATIC"
																						]
																					},
																					"refund_allowed": {
																						"type": "boolean",
																						"description": "This toggle indicates if fee is refundable.",
																						"example": [
																							false
																						]
																					},
																					"tax_code": {
																						"type": "string",
																						"description": "Tax identification code.",
																						"example": [
																							"O5"
																						]
																					},
																					"tax_code_name": {
																						"type": "string",
																						"description": "Tax description name.",
																						"example": [
																							"INCLUSIVE AND SOLIDARITY (PAIS) TAX"
																						]
																					}
																				}
																			}
																		}
																	}
																},
																"total": {
																	"type": "object",
																	"description": "Total quotation by 1 adult passenger.",
																	"properties": {
																		"currency_reference_id": {
																			"$ref": "#/components/schemas/currency_reference_id",
																			"example": [
																				"ARS_0"
																			]
																		},
																		"amount": {
																			"type": "number",
																			"description": "total amount.",
																			"example": [
																				44849
																			]
																		}
																	}
																}
															}
														},
														"ptc_breakdown_total": {
															"type": "object",
															"description": "This object hold the total quotation for passenger type ADULT quantity.",
															"properties": {
																"passenger_quantity": {
																	"type": "number",
																	"description": "Quantity of ADULT passenger involved on quotation.",
																	"example": [
																		2
																	]
																},
																"total_base_fare": {
																	"type": "object",
																	"description": "Fare priced on publish currency.",
																	"properties": {
																		"currency_reference_id": {
																			"$ref": "#/components/schemas/currency_reference_id"
																		},
																		"amount": {
																			"type": "number",
																			"description": "Base fare priced amount.",
																			"example": [
																				1
																			]
																		}
																	}
																},
																"display_by_component": {
																	"type": "object",
																	"description": "This object contain the individual quotation detailed by component and global items applied to entire itinerary.",
																	"properties": {
																		"^([(OD_){3}[A-Z]{6})$": {
																			"type": "object",
																			"description": "Origin_destination_reference_key as object name to refer the component.",
																			"properties": {
																				"equivalent_paid": {
																					"type": "object",
																					"description": "Equivalent to paid of fare by component.",
																					"properties": {
																						"amount": {
																							"type": "number",
																							"description": "Amount of fare by the component.",
																							"example": [
																								100
																							]
																						},
																						"currency_reference_id": {
																							"$ref": "#/components/schemas/currency_reference_id"
																						}
																					}
																				},
																				"fees_breakdown": {
																					"type": "array",
																					"description": "List of object that detail each fee applied on component.",
																					"items": {
																						"type": "object",
																						"properties": {
																							"amount": {
																								"type": "number",
																								"description": "Base fare priced amount.",
																								"example": [
																									1
																								]
																							},
																							"currency_reference_id": {
																								"$ref": "#/components/schemas/currency_reference_id"
																							},
																							"fee_code": {
																								"type": "string",
																								"description": "Fee identification code.",
																								"example": [
																									"OB"
																								]
																							},
																							"fee_code_name": {
																								"type": "string",
																								"description": "Fee marketing description associated to the code.",
																								"example": [
																									"TESTING FEE"
																								]
																							},
																							"fee_subcode": {
																								"type": "string",
																								"description": "Sub-code associated to the fee.",
																								"example": [
																									"T05"
																								]
																							}
																						}
																					}
																				},
																				"taxes_breakdown": {
																					"type": "array",
																					"description": "List of taxes applied in component.",
																					"items": {
																						"type": "object",
																						"properties": {
																							"amount": {
																								"type": "number",
																								"description": "Base fare priced amount.",
																								"example": [
																									1
																								]
																							},
																							"carrier_owner": {
																								"type": "boolean",
																								"description": "This toggle indicates if the carrier is the tax collector.",
																								"example": [
																									true
																								]
																							},
																							"currency_reference_id": {
																								"$ref": "#/components/schemas/currency_reference_id"
																							},
																							"tax_code": {
																								"type": "string",
																								"description": "Tax identification code.",
																								"example": [
																									"O5"
																								]
																							},
																							"country": {
																								"type": "string",
																								"description": "Country code that collect the tax.",
																								"example": [
																									"AR"
																								]
																							},
																							"tax_code_name": {
																								"type": "string",
																								"description": "IATA Tax description name.",
																								"example": [
																									"INCLUSIVE AND SOLIDARITY (PAIS) TAX"
																								]
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																},
																"equivalent_paid": {
																	"type": "object",
																	"description": "Fare priced on equivalent paid currency.",
																	"properties": {
																		"currency_reference_id": {
																			"$ref": "#/components/schemas/currency_reference_id",
																			"example": [
																				"ARS_0"
																			]
																		},
																		"amount": {
																			"type": "number",
																			"description": "Equivalent priced amount.",
																			"example": [
																				1
																			]
																		}
																	}
																},
																"total_fees": {
																	"type": "object",
																	"description": "Total fees and description of each into the quotation.",
																	"properties": {
																		"currency_reference_id": {
																			"$ref": "#/components/schemas/currency_reference_id"
																		},
																		"amount": {
																			"type": "number",
																			"description": "total fees amount.",
																			"example": [
																				1
																			]
																		}
																	}
																},
																"total_taxes": {
																	"type": "object",
																	"description": "Total taxes and description of each tax_code into the quotation.",
																	"properties": {
																		"currency_reference_id": {
																			"$ref": "#/components/schemas/currency_reference_id",
																			"example": [
																				"ARS_0"
																			]
																		},
																		"amount": {
																			"type": "number",
																			"description": "total taxes amount.",
																			"example": [
																				1
																			]
																		}
																	}
																},
																"total": {
																	"type": "object",
																	"description": "Total quotation by 1 adult passenger.",
																	"properties": {
																		"currency_reference_id": {
																			"$ref": "#/components/schemas/currency_reference_id",
																			"example": [
																				"ARS_0"
																			]
																		},
																		"amount": {
																			"type": "number",
																			"description": "total amount.",
																			"example": [
																				44849
																			]
																		}
																	}
																}
															}
														},
														"taxes_excepted": {
															"type": "boolean",
															"description": "This toggle indicates if taxes were exempt from quotation.",
															"example": [
																false
															]
														}
													}
												},
												"INFANT": {
													"type": "object",
													"description": "Pricing details for INFANT passenger type.",
													"properties": {
														"coupons_list": {
															"type": "array",
															"description": "List of objects that contains the coupons mask details for Ticket pricing.",
															"items": {
																"type": "object",
																"description": "Each object represent a coupon.",
																"properties": {
																	"is_arnk": {
																		"type": "boolean",
																		"description": "This toggle indicates if the coupon is an ARNK segment or not.",
																		"default": false
																	},
																	"cabin_designator_reference_key": {
																		"$ref": "#/components/schemas/reservation_cabin_designator_reference_id"
																	},
																	"coupon_number": {
																		"type": "number",
																		"description": "Order coupon number.",
																		"example": [
																			1
																		]
																	},
																	"family_fare_reference_id": {
																		"$ref": "#/components/schemas/family_fare_reference_id"
																	},
																	"fare_basis": {
																		"type": "string",
																		"description": "Fare basis code applied on coupon.",
																		"example": [
																			"YOW"
																		]
																	},
																	"fare_id": {
																		"type": "number",
																		"description": "Unique identification key for the fare for pricing system.",
																		"example": [
																			495522
																		]
																	},
																	"flight_segment_reference_associated": {
																		"$ref": "#/components/schemas/flight_segment_reference_key"
																	},
																	"ticket_baggage_allowance": {
																		"type": "string",
																		"description": "Baggage allowance offerd on the flight/coupon.",
																		"example": [
																			"PC2"
																		]
																	}
																}
															}
														},
														"fare_construction": {
															"type": "string",
															"description": "Fare construction as the fared system.",
															"example": [
																"SEZ XX JNB700.00 XX SEZ700.00NUC1400.00END ROE1.000000"
															]
														},
														"fare_construction_detail": {
															"type": "array",
															"description": "Additional description of fare construction.",
															"items": {
																"type": "object",
																"description": "Each object of the list represent a componente priced.",
																"properties": {
																	"component_amount": {
																		"type": "number",
																		"description": "Amount of the component priced.",
																		"example": [
																			700
																		]
																	},
																	"component_currency_id": {
																		"$ref": "#/components/schemas/currency_reference_id"
																	},
																	"origin_destination_reference_key": {
																		"type": "string",
																		"description": "Association to an origin_destination by reference key.",
																		"example": [
																			"OD_SEZJNB"
																		]
																	},
																	"component_point_reference_id": {
																		"type": "string",
																		"description": "Association to point/s locations id priced.",
																		"example": [
																			"SEZ_0-JNB_0"
																		]
																	},
																	"fare_component_id": {
																		"type": "number",
																		"description": "Identification ID of the component priced.",
																		"example": [
																			1
																		]
																	},
																	"is_previous_surface": {
																		"type": "boolean",
																		"description": "This toggle indicates if the component is right after a Surface or ARNK.",
																		"example": [
																			false
																		]
																	},
																	"stop_over": {
																		"type": "number",
																		"description": "Amount of charge for stopover.",
																		"example": [
																			0
																		]
																	},
																	"surcharge": {
																		"type": "number",
																		"description": "Amount of surcharge applied on pricing for the component.",
																		"example": [
																			0
																		]
																	}
																}
															}
														},
														"faretype": {
															"type": "string",
															"description": "Type of fare applied.",
															"example": [
																"PUBLIC"
															]
														},
														"fees_excepted": {
															"type": "boolean",
															"description": "This toggle indicates if exception of fees was applied on quotations.",
															"example": [
																false
															]
														},
														"passenger_quantity": {
															"type": "number",
															"description": "Quantity of passenger type priced.",
															"example": [
																2
															]
														},
														"passenger_type": {
															"type": "string",
															"description": "Type of passenger. (ADULT/CHILD/INFANT).",
															"example": [
																"ADULT"
															]
														},
														"passenger_code_type_reference_key": {
															"$ref": "#/components/schemas/passenger_type_code_reference_id"
														},
														"ptc_breakdown": {
															"type": "object",
															"description": "Individual detail of prices by the passenger type code/ADULT",
															"properties": {
																"base_fare": {
																	"type": "object",
																	"description": "Fare priced on publish currency.",
																	"properties": {
																		"currency_reference_id": {
																			"$ref": "#/components/schemas/currency_reference_id"
																		},
																		"amount": {
																			"type": "number",
																			"description": "Base fare priced amount.",
																			"example": [
																				1
																			]
																		}
																	}
																},
																"display_by_component": {
																	"type": "object",
																	"description": "This object contain the individual quotation detailed by component and global items applied to entire itinerary.",
																	"properties": {
																		"^([(OD_){3}[A-Z]{6})$": {
																			"type": "object",
																			"description": "Origin_destination_reference_key as object name to refer the component.",
																			"properties": {
																				"equivalent_paid": {
																					"type": "object",
																					"description": "Equivalent to paid of fare by component.",
																					"properties": {
																						"amount": {
																							"type": "number",
																							"description": "Amount of fare by the component.",
																							"example": [
																								100
																							]
																						},
																						"currency_reference_id": {
																							"$ref": "#/components/schemas/currency_reference_id"
																						}
																					}
																				},
																				"fees_breakdown": {
																					"type": "array",
																					"description": "List of object that detail each fee applied on component.",
																					"items": {
																						"type": "object",
																						"properties": {
																							"amount": {
																								"type": "number",
																								"description": "Base fare priced amount.",
																								"example": [
																									1
																								]
																							},
																							"currency_reference_id": {
																								"$ref": "#/components/schemas/currency_reference_id"
																							},
																							"fee_code": {
																								"type": "string",
																								"description": "Fee identification code.",
																								"example": [
																									"OB"
																								]
																							},
																							"fee_code_name": {
																								"type": "string",
																								"description": "Fee marketing description associated to the code.",
																								"example": [
																									"TESTING FEE"
																								]
																							},
																							"fee_subcode": {
																								"type": "string",
																								"description": "Sub-code associated to the fee.",
																								"example": [
																									"T05"
																								]
																							}
																						}
																					}
																				},
																				"taxes_breakdown": {
																					"type": "array",
																					"description": "List of taxes applied in component.",
																					"items": {
																						"type": "object",
																						"properties": {
																							"amount": {
																								"type": "number",
																								"description": "Base fare priced amount.",
																								"example": [
																									1
																								]
																							},
																							"carrier_owner": {
																								"type": "boolean",
																								"description": "This toggle indicates if the carrier is the tax collector.",
																								"example": [
																									true
																								]
																							},
																							"currency_reference_id": {
																								"$ref": "#/components/schemas/currency_reference_id"
																							},
																							"tax_code": {
																								"type": "string",
																								"description": "Tax identification code.",
																								"example": [
																									"O5"
																								]
																							},
																							"country": {
																								"type": "string",
																								"description": "Country code that collect the tax.",
																								"example": [
																									"AR"
																								]
																							},
																							"tax_code_name": {
																								"type": "string",
																								"description": "IATA Tax description name.",
																								"example": [
																									"INCLUSIVE AND SOLIDARITY (PAIS) TAX"
																								]
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																},
																"equivalent_paid": {
																	"type": "object",
																	"description": "Fare priced on equivalent paid currency.",
																	"properties": {
																		"currency_reference_id": {
																			"$ref": "#/components/schemas/currency_reference_id",
																			"example": [
																				"ARS_0"
																			]
																		},
																		"amount": {
																			"type": "number",
																			"description": "Equivalent priced amount.",
																			"example": [
																				1
																			]
																		}
																	}
																},
																"fees_information": {
																	"type": "object",
																	"description": "Total fees and description of each into the quotation.",
																	"properties": {
																		"currency_reference_id": {
																			"$ref": "#/components/schemas/currency_reference_id"
																		},
																		"amount": {
																			"type": "number",
																			"description": "total fees amount.",
																			"example": [
																				1
																			]
																		},
																		"fees_list": {
																			"type": "array",
																			"description": "List of objects that describe each fees applied on quotation.",
																			"items": {
																				"type": "object",
																				"properties": {
																					"amount": {
																						"type": "number",
																						"description": "Base fare priced amount.",
																						"example": [
																							1
																						]
																					},
																					"collectable": {
																						"type": "boolean",
																						"description": "This toggle indicates If the fee is collectable.",
																						"example": [
																							false
																						]
																					},
																					"currency_reference_id": {
																						"$ref": "#/components/schemas/currency_reference_id"
																					},
																					"excepted": {
																						"type": "boolean",
																						"description": "This toggle indicate if a mandatory fee was excepted.",
																						"example": [
																							false
																						]
																					},
																					"exchange_allowed": {
																						"type": "boolean",
																						"description": "This toggle indicate if the fee could be used on exchange.",
																						"example": [
																							false
																						]
																					},
																					"fee_code": {
																						"type": "string",
																						"description": "Fee identification code.",
																						"example": [
																							"OB"
																						]
																					},
																					"fee_code_name": {
																						"type": "string",
																						"description": "Fee marketing description associated to the code.",
																						"example": [
																							"TESTING FEE"
																						]
																					},
																					"fee_subcode": {
																						"type": "string",
																						"description": "Sub-code associated to the fee.",
																						"example": [
																							"T05"
																						]
																					},
																					"paid": {
																						"type": "boolean",
																						"description": "This toggle indicates if the fee is already paid.",
																						"example": [
																							false
																						]
																					},
																					"quotation_mode": {
																						"type": "string",
																						"description": "The mode of including fee on the quotation.",
																						"example": [
																							"AUTOMATIC"
																						]
																					},
																					"refund_allowed": {
																						"type": "boolean",
																						"description": "This toggle indicates if fee is refundable.",
																						"example": [
																							false
																						]
																					}
																				}
																			}
																		}
																	}
																},
																"taxes_information": {
																	"type": "object",
																	"description": "Total taxes and description of each tax_code into the quotation.",
																	"properties": {
																		"currency_reference_id": {
																			"$ref": "#/components/schemas/currency_reference_id",
																			"example": [
																				"ARS_0"
																			]
																		},
																		"amount": {
																			"type": "number",
																			"description": "total taxes amount.",
																			"example": [
																				1
																			]
																		},
																		"taxes_list": {
																			"type": "array",
																			"description": "List of objects that describe each fees applied on quotation.",
																			"items": {
																				"type": "object",
																				"properties": {
																					"amount": {
																						"type": "number",
																						"description": "Base fare priced amount.",
																						"example": [
																							10
																						]
																					},
																					"collectable": {
																						"type": "boolean",
																						"description": "This toggle indicates If the fee is collectable.",
																						"example": [
																							false
																						]
																					},
																					"currency_reference_id": {
																						"$ref": "#/components/schemas/currency_reference_id"
																					},
																					"excepted": {
																						"type": "boolean",
																						"description": "This toggle indicate if a mandatory fee was excepted.",
																						"example": [
																							false
																						]
																					},
																					"exchange_allowed": {
																						"type": "boolean",
																						"description": "This toggle indicate if the fee could be used on exchange.",
																						"example": [
																							false
																						]
																					},
																					"paid": {
																						"type": "boolean",
																						"description": "This toggle indicates if the fee is already paid.",
																						"example": [
																							false
																						]
																					},
																					"quotation_mode": {
																						"type": "string",
																						"description": "The mode of including fee on the quotation.",
																						"example": [
																							"AUTOMATIC"
																						]
																					},
																					"refund_allowed": {
																						"type": "boolean",
																						"description": "This toggle indicates if fee is refundable.",
																						"example": [
																							false
																						]
																					},
																					"tax_code": {
																						"type": "string",
																						"description": "Tax identification code.",
																						"example": [
																							"O5"
																						]
																					},
																					"tax_code_name": {
																						"type": "string",
																						"description": "Tax description name.",
																						"example": [
																							"INCLUSIVE AND SOLIDARITY (PAIS) TAX"
																						]
																					}
																				}
																			}
																		}
																	}
																},
																"total": {
																	"type": "object",
																	"description": "Total quotation by 1 adult passenger.",
																	"properties": {
																		"currency_reference_id": {
																			"$ref": "#/components/schemas/currency_reference_id",
																			"example": [
																				"ARS_0"
																			]
																		},
																		"amount": {
																			"type": "number",
																			"description": "total amount.",
																			"example": [
																				44849
																			]
																		}
																	}
																}
															}
														},
														"ptc_breakdown_total": {
															"type": "object",
															"description": "This object hold the total quotation for passenger type ADULT quantity.",
															"properties": {
																"passenger_quantity": {
																	"type": "number",
																	"description": "Quantity of ADULT passenger involved on quotation.",
																	"example": [
																		2
																	]
																},
																"total_base_fare": {
																	"type": "object",
																	"description": "Fare priced on publish currency.",
																	"properties": {
																		"currency_reference_id": {
																			"$ref": "#/components/schemas/currency_reference_id"
																		},
																		"amount": {
																			"type": "number",
																			"description": "Base fare priced amount.",
																			"example": [
																				1
																			]
																		}
																	}
																},
																"display_by_component": {
																	"type": "object",
																	"description": "This object contain the individual quotation detailed by component and global items applied to entire itinerary.",
																	"properties": {
																		"^([(OD_){3}[A-Z]{6})$": {
																			"type": "object",
																			"description": "Origin_destination_reference_key as object name to refer the component.",
																			"properties": {
																				"equivalent_paid": {
																					"type": "object",
																					"description": "Equivalent to paid of fare by component.",
																					"properties": {
																						"amount": {
																							"type": "number",
																							"description": "Amount of fare by the component.",
																							"example": [
																								100
																							]
																						},
																						"currency_reference_id": {
																							"$ref": "#/components/schemas/currency_reference_id"
																						}
																					}
																				},
																				"fees_breakdown": {
																					"type": "array",
																					"description": "List of object that detail each fee applied on component.",
																					"items": {
																						"type": "object",
																						"properties": {
																							"amount": {
																								"type": "number",
																								"description": "Base fare priced amount.",
																								"example": [
																									1
																								]
																							},
																							"currency_reference_id": {
																								"$ref": "#/components/schemas/currency_reference_id"
																							},
																							"fee_code": {
																								"type": "string",
																								"description": "Fee identification code.",
																								"example": [
																									"OB"
																								]
																							},
																							"fee_code_name": {
																								"type": "string",
																								"description": "Fee marketing description associated to the code.",
																								"example": [
																									"TESTING FEE"
																								]
																							},
																							"fee_subcode": {
																								"type": "string",
																								"description": "Sub-code associated to the fee.",
																								"example": [
																									"T05"
																								]
																							}
																						}
																					}
																				},
																				"taxes_breakdown": {
																					"type": "array",
																					"description": "List of taxes applied in component.",
																					"items": {
																						"type": "object",
																						"properties": {
																							"amount": {
																								"type": "number",
																								"description": "Base fare priced amount.",
																								"example": [
																									1
																								]
																							},
																							"carrier_owner": {
																								"type": "boolean",
																								"description": "This toggle indicates if the carrier is the tax collector.",
																								"example": [
																									true
																								]
																							},
																							"currency_reference_id": {
																								"$ref": "#/components/schemas/currency_reference_id"
																							},
																							"tax_code": {
																								"type": "string",
																								"description": "Tax identification code.",
																								"example": [
																									"O5"
																								]
																							},
																							"country": {
																								"type": "string",
																								"description": "Country code that collect the tax.",
																								"example": [
																									"AR"
																								]
																							},
																							"tax_code_name": {
																								"type": "string",
																								"description": "IATA Tax description name.",
																								"example": [
																									"INCLUSIVE AND SOLIDARITY (PAIS) TAX"
																								]
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																},
																"equivalent_paid": {
																	"type": "object",
																	"description": "Fare priced on equivalent paid currency.",
																	"properties": {
																		"currency_reference_id": {
																			"$ref": "#/components/schemas/currency_reference_id",
																			"example": [
																				"ARS_0"
																			]
																		},
																		"amount": {
																			"type": "number",
																			"description": "Equivalent priced amount.",
																			"example": [
																				1
																			]
																		}
																	}
																},
																"total_fees": {
																	"type": "object",
																	"description": "Total fees and description of each into the quotation.",
																	"properties": {
																		"currency_reference_id": {
																			"$ref": "#/components/schemas/currency_reference_id"
																		},
																		"amount": {
																			"type": "number",
																			"description": "total fees amount.",
																			"example": [
																				1
																			]
																		}
																	}
																},
																"total_taxes": {
																	"type": "object",
																	"description": "Total taxes and description of each tax_code into the quotation.",
																	"properties": {
																		"currency_reference_id": {
																			"$ref": "#/components/schemas/currency_reference_id",
																			"example": [
																				"ARS_0"
																			]
																		},
																		"amount": {
																			"type": "number",
																			"description": "total taxes amount.",
																			"example": [
																				1
																			]
																		}
																	}
																},
																"total": {
																	"type": "object",
																	"description": "Total quotation by 1 adult passenger.",
																	"properties": {
																		"currency_reference_id": {
																			"$ref": "#/components/schemas/currency_reference_id",
																			"example": [
																				"ARS_0"
																			]
																		},
																		"amount": {
																			"type": "number",
																			"description": "total amount.",
																			"example": [
																				44849
																			]
																		}
																	}
																}
															}
														},
														"taxes_excepted": {
															"type": "boolean",
															"description": "This toggle indicates if taxes were exempt from quotation.",
															"example": [
																false
															]
														}
													}
												},
												"passenger_type_code_reference_id": {
													"$ref": "#/components/schemas/passenger_type_code_reference_id"
												},
												"pq_number": {
													"type": "string",
													"description": "Quotation internal number reference for reservation in pricing system",
													"example": [
														"10"
													]
												}
											}
										}
									}
								}
							}
						},
						"quotation_grand_total": {
							"type": "object",
							"description": "Individual detail of prices by the passenger type code/ADULT",
							"properties": {
								"total_base_fare": {
									"type": "object",
									"description": "Toral Fare priced on publish currency.",
									"properties": {
										"currency_reference_id": {
											"$ref": "#/components/schemas/currency_reference_id"
										},
										"amount": {
											"type": "number",
											"description": "Base fare priced amount.",
											"example": [
												1
											]
										}
									}
								},
								"total_display_by_component": {
									"type": "object",
									"description": "This object contain the total quotation detailed by component and global items applied to entire itinerary.",
									"properties": {
										"^([(OD_){3}[A-Z]{6})$": {
											"type": "object",
											"description": "Origin_destination_reference_key as object name to refer the component.",
											"properties": {
												"equivalent_paid": {
													"type": "object",
													"description": "Equivalent to paid of fare by component.",
													"properties": {
														"amount": {
															"type": "number",
															"description": "Amount of fare by the component.",
															"example": [
																100
															]
														},
														"currency_reference_id": {
															"$ref": "#/components/schemas/currency_reference_id"
														}
													}
												},
												"fees_breakdown": {
													"type": "array",
													"description": "List of object that detail each fee applied on component.",
													"items": {
														"type": "object",
														"properties": {
															"amount": {
																"type": "number",
																"description": "Base fare priced amount.",
																"example": [
																	1
																]
															},
															"currency_reference_id": {
																"$ref": "#/components/schemas/currency_reference_id"
															},
															"fee_code": {
																"type": "string",
																"description": "Fee identification code.",
																"example": [
																	"OB"
																]
															},
															"fee_code_name": {
																"type": "string",
																"description": "Fee marketing description associated to the code.",
																"example": [
																	"TESTING FEE"
																]
															},
															"fee_subcode": {
																"type": "string",
																"description": "Sub-code associated to the fee.",
																"example": [
																	"T05"
																]
															}
														}
													}
												},
												"taxes_breakdown": {
													"type": "array",
													"description": "List of taxes applied in component.",
													"items": {
														"type": "object",
														"properties": {
															"amount": {
																"type": "number",
																"description": "Base fare priced amount.",
																"example": [
																	1
																]
															},
															"carrier_owner": {
																"type": "boolean",
																"description": "This toggle indicates if the carrier is the tax collector.",
																"example": [
																	true
																]
															},
															"currency_reference_id": {
																"$ref": "#/components/schemas/currency_reference_id"
															},
															"tax_code": {
																"type": "string",
																"description": "Tax identification code.",
																"example": [
																	"O5"
																]
															},
															"country": {
																"type": "string",
																"description": "Country code that collect the tax.",
																"example": [
																	"AR"
																]
															},
															"tax_code_name": {
																"type": "string",
																"description": "IATA Tax description name.",
																"example": [
																	"INCLUSIVE AND SOLIDARITY (PAIS) TAX"
																]
															}
														}
													}
												}
											}
										},
										"all_itinerary_items": {
											"type": "object",
											"description": "This object contain all the items that applied to the entire itinerary and cannot be separate by components.",
											"properties": {
												"fees_breakdown": {
													"type": "array",
													"description": "List of object that detail each fee applied on component.",
													"items": {
														"type": "object",
														"properties": {
															"amount": {
																"type": "number",
																"description": "Base fare priced amount.",
																"example": [
																	1
																]
															},
															"currency_reference_id": {
																"$ref": "#/components/schemas/currency_reference_id"
															},
															"fee_code": {
																"type": "string",
																"description": "Fee identification code.",
																"example": [
																	"OB"
																]
															},
															"fee_code_name": {
																"type": "string",
																"description": "Fee marketing description associated to the code.",
																"example": [
																	"TESTING FEE"
																]
															},
															"fee_subcode": {
																"type": "string",
																"description": "Sub-code associated to the fee.",
																"example": [
																	"T05"
																]
															}
														}
													}
												},
												"taxes_breakdown": {
													"type": "array",
													"description": "List of taxes applied in component.",
													"items": {
														"type": "object",
														"properties": {
															"amount": {
																"type": "number",
																"description": "Base fare priced amount.",
																"example": [
																	1
																]
															},
															"carrier_owner": {
																"type": "boolean",
																"description": "This toggle indicates if the carrier is the tax collector.",
																"example": [
																	true
																]
															},
															"currency_reference_id": {
																"$ref": "#/components/schemas/currency_reference_id"
															},
															"tax_code": {
																"type": "string",
																"description": "Tax identification code.",
																"example": [
																	"O5"
																]
															},
															"country": {
																"type": "string",
																"description": "Country code that collect the tax.",
																"example": [
																	"AR"
																]
															},
															"tax_code_name": {
																"type": "string",
																"description": "IATA Tax description name.",
																"example": [
																	"INCLUSIVE AND SOLIDARITY (PAIS) TAX"
																]
															}
														}
													}
												}
											}
										}
									}
								},
								"total_equivalent_paid": {
									"type": "object",
									"description": "Total fare priced on equivalent paid currency.",
									"properties": {
										"currency_reference_id": {
											"$ref": "#/components/schemas/currency_reference_id",
											"example": [
												"ARS_0"
											]
										},
										"amount": {
											"type": "number",
											"description": "Equivalent priced amount.",
											"example": [
												1
											]
										}
									}
								},
								"total_fees": {
									"type": "object",
									"description": "Total of fees for quotation.",
									"properties": {
										"currency_reference_id": {
											"$ref": "#/components/schemas/currency_reference_id"
										},
										"amount": {
											"type": "number",
											"description": "total fees amount.",
											"example": [
												1
											]
										}
									}
								},
								"total_taxes": {
									"type": "object",
									"description": "Total of taxes for quotation.",
									"properties": {
										"currency_reference_id": {
											"$ref": "#/components/schemas/currency_reference_id",
											"example": [
												"ARS_0"
											]
										},
										"amount": {
											"type": "number",
											"description": "total taxes amount.",
											"example": [
												1
											]
										},
										"taxes_list": {
											"type": "array",
											"description": "List of objects that describe each fees applied on quotation.",
											"items": {
												"type": "object",
												"properties": {
													"amount": {
														"type": "number",
														"description": "Base fare priced amount.",
														"example": [
															1
														]
													},
													"collectable": {
														"type": "boolean",
														"description": "This toggle indicates If the fee is collectable.",
														"example": [
															false
														]
													},
													"currency_reference_id": {
														"$ref": "#/components/schemas/currency_reference_id"
													},
													"excepted": {
														"type": "boolean",
														"description": "This toggle indicate if a mandatory fee was excepted.",
														"example": [
															false
														]
													},
													"exchange_allowed": {
														"type": "boolean",
														"description": "This toggle indicate if the fee could be used on exchange.",
														"example": [
															false
														]
													},
													"paid": {
														"type": "boolean",
														"description": "This toggle indicates if the fee is already paid.",
														"example": [
															false
														]
													},
													"quotation_mode": {
														"type": "string",
														"description": "The mode of including fee on the quotation.",
														"example": [
															"AUTOMATIC"
														]
													},
													"refund_allowed": {
														"type": "boolean",
														"description": "This toggle indicates if fee is refundable.",
														"example": [
															false
														]
													},
													"tax_code": {
														"type": "string",
														"description": "Tax identification code.",
														"example": [
															"O5"
														]
													},
													"tax_code_name": {
														"type": "string",
														"description": "Tax description name.",
														"example": [
															"INCLUSIVE AND SOLIDARITY (PAIS) TAX"
														]
													}
												}
											}
										}
									}
								},
								"total": {
									"type": "object",
									"description": "Total quotation priced for reservation.",
									"properties": {
										"currency_reference_id": {
											"$ref": "#/components/schemas/currency_reference_id",
											"example": [
												"ARS_0"
											]
										},
										"amount": {
											"type": "number",
											"description": "total amount.",
											"example": [
												44849
											]
										}
									}
								}
							}
						},
						"transaction_detail": {
							"$ref": "#/components/schemas/transaction_details"
						}
					}
				}
			},
			"ancillaries_quotations": {
				"type": "array",
				"description": "List of object that hold each ancillary quotation on reservation.",
				"items": {
					"type": "object",
					"properties": {
						"pqa_number": {
							"type": "number",
							"description": "Number of ancillary quotation stored.",
							"example": 1
						},
						"ptc_breackdowns": {
							"type": "object",
							"description": "This object contain the details of the ancillary priced quotation.",
							"properties": {
								"base_fare": {
									"type": "object",
									"description": "Fare priced on publish currency.",
									"properties": {
										"currency_key": {
											"type": "string",
											"description": "Currency code based on ISO 4217.",
											"example": "USD"
										},
										"amount": {
											"type": "number",
											"description": "Base fare priced amount.",
											"example": [
												1
											]
										}
									}
								},
								"coupons_list": {
									"type": "array",
									"description": "List of obeject. Each object hold the information of each coupon to be issue by ancillary.",
									"items": {
										"type": "object",
										"properties": {
											"is_arnk": {
												"type": "boolean",
												"description": "This toggle indicates if the coupon is an ARNK segment or not.",
												"default": false
											},
											"carrier_reference_key": {
												"type": "string",
												"description": "Carrier reference key identification for internal reference of method.",
												"example": "00XX"
											},
											"city_of_service_reference_key": {
												"type": "string",
												"description": "Location code of 3 alphabetic chars for city of service.",
												"example": "SEZ"
											},
											"coupon_fare": {
												"type": "object",
												"description": "Fare per coupon.",
												"properties": {
													"currency_reference_id": {
														"$ref": "#/components/schemas/currency_reference_id"
													},
													"amount": {
														"type": "number",
														"description": "Base fare priced amount.",
														"example": [
															1
														]
													},
													"coupon_number": {
														"type": "number",
														"description": "Number of coupon.",
														"example": 1
													},
													"date_of_service": {
														"type": "string",
														"description": "Date for consume service.",
														"example": "2020-10-10"
													},
													"fee_owner_airline_designator_reference_key": {
														"type": "string",
														"description": "Owner carrier of service.",
														"example": "00XX"
													},
													"flight_number": {
														"type": "number",
														"description": "Flight identification number.",
														"example": 163
													},
													"flight_segment_reference_associated": {
														"$ref": "#/components/schemas/flight_segment_reference_key"
													},
													"reservation_booking_designator": {
														"type": "string",
														"description": "booking class",
														"example": "Y"
													},
													"rfic": {
														"type": "string",
														"description": "Group of services code.",
														"example": "A"
													},
													"rfisc": {
														"type": "string",
														"description": "Code of service of the group.",
														"example": "99X"
													},
													"service_code": {
														"type": "string",
														"description": "Code of special service booked",
														"example": "STXL"
													},
													"service_quantity": {
														"type": "number",
														"description": "Quantity of services booked",
														"example": 1
													},
													"service_type": {
														"type": "string",
														"description": "Type of service associated to service code.",
														"example": "SEA"
													},
													"special_service_reference_associated": {
														"type": "string",
														"description": "Unique ID for special service reference.",
														"example": "00XX202009807866669066000002"
													}
												}
											}
										}
									}
								},
								"emd_type": {
									"type": "string",
									"description": "Type of document to issue for this service.",
									"example": "A"
								},
								"equivalent_paid": {
									"type": "object",
									"description": "Fare priced on equivalent paid currency.",
									"properties": {
										"currency_reference_id": {
											"$ref": "#/components/schemas/currency_reference_id",
											"example": [
												"ARS_0"
											]
										},
										"bsr": {
											"type": "number",
											"description": "Exchange rate applied on base fare pusblish currency for display currency amount.",
											"example": 79.95
										},
										"amount": {
											"type": "number",
											"description": "Equivalent priced amount.",
											"example": [
												1
											]
										}
									}
								},
								"is_seat_assignment": {
									"type": "boolean",
									"description": "This toggle indicates if the service is relate to seat assignment.",
									"example": true
								},
								"order_item": {
									"type": "number",
									"description": "Order of service into the special services list in the reservation.",
									"example": 1
								},
								"passenger_quantity": {
									"type": "number",
									"description": "Quantity of passengers involved on quotation.",
									"example": 1
								},
								"passenger_reference_associated": {
									"type": "string",
									"description": "Unique identification Key to associate a passenger in the reservation.",
									"example": "00XX202009807866669066000001"
								},
								"passenger_type": {
									"type": "string",
									"description": "Passenger type of quotation.",
									"example": "ADULT"
								},
								"passenger_type_code": {
									"type": "string",
									"description": "Passenger type code applied on quotation.",
									"example": [
										"ADULT"
									]
								},
								"passenger_type_code_description": {
									"type": "string",
									"description": "Marketing description of passenger_type_code.",
									"example": "ADULT"
								},
								"rfic": {
									"type": "string",
									"description": "rfic code for the quotation item.",
									"example": "A"
								},
								"rfic_description": {
									"type": "string",
									"description": "Marketing description of rfic code.",
									"example": "AIR TRANSPORTATION"
								},
								"taxes_list": {
									"type": "array",
									"description": "List of objects that detail each tax applied in quotation.",
									"items": {
										"type": "object",
										"properties": {
											"amount": {
												"type": "number",
												"description": "Amount of tax.",
												"example": 715.5
											},
											"currency": {
												"type": "string",
												"description": "Currency code based on ISO 4217.",
												"example": "ARS"
											},
											"tax_code": {
												"type": "string",
												"description": "Code of tax.",
												"example": "O5"
											}
										}
									}
								},
								"total": {
									"type": "object",
									"description": "Total amount of item quotation.",
									"properties": {
										"amount": {
											"type": "number",
											"description": "Total amount of item priced.",
											"example": 3100.05
										},
										"currency_key": {
											"type": "string",
											"description": "Currency code of total.",
											"example": "ARS"
										}
									}
								},
								"total_taxes": {
									"type": "object",
									"description": "Total taxes amount of the descripted item.",
									"properties": {
										"amount": {
											"type": "number",
											"description": "Total amount of tax by the item priced descripted.",
											"example": 3100.05
										},
										"currency_key": {
											"type": "string",
											"description": "Currency code of total taxes.",
											"example": "ARS"
										}
									}
								},
								"quotation_mode": {
									"type": "string",
									"description": "Type of quotations applied.",
									"example": [
										"AUTOMATIC"
									]
								}
							}
						},
						"total": {
							"type": "object",
							"description": "Total amount for all services of the quotation.",
							"properties": {
								"amount": {
									"type": "number",
									"description": "Total amount of quotation.",
									"example": 3100.5
								},
								"currency_key": {
									"type": "string",
									"description": "Currency code based on ISO 4217.",
									"example": "USD"
								}
							}
						},
						"total_base_fare": {
							"type": "object",
							"description": "Total amount of base fares.",
							"properties": {
								"currency_key": {
									"type": "string",
									"description": "Currency code based on ISO 4217.",
									"example": "USD"
								},
								"amount": {
									"type": "number",
									"description": "Amount of base fare of the quotation.",
									"example": 30
								}
							}
						},
						"total_equivalent_paid": {
							"type": "object",
							"description": "Total of equivalent paid on display currency.",
							"properties": {
								"currency_key": {
									"type": "string",
									"description": "Currency code based on ISO 4217.",
									"example": "USD"
								},
								"amount": {
									"type": "number",
									"description": "Amount of equivalent to paid of the quotation.",
									"example": 30
								}
							}
						},
						"total_taxes": {
							"type": "object",
							"description": "Total amount of taxes in the quotations.",
							"properties": {
								"currency_key": {
									"type": "string",
									"description": "Currency code based on ISO 4217.",
									"example": "USD"
								},
								"amount": {
									"type": "number",
									"description": "Amount of taxes of the quotation.",
									"example": 30
								}
							}
						},
						"transaction_detail": {
							"$ref": "#/components/schemas/transaction_details"
						}
					}
				}
			},
			"pricing_information": {
				"type": "object",
				"description": "This object holds the quotations information.",
				"properties": {
					"air_itinerary_quotations": {
						"$ref": "#/components/schemas/air_itinerary_quotations"
					},
					"ancillaries_quotations": {
						"$ref": "#/components/schemas/ancillaries_quotations"
					}
				}
			},
			"segments_selection_list": {
				"type": "array",
				"description": "Enable user to select specific segment/s to process",
				"minItems": 1,
				"items": {
					"type": "string"
				}
			},
			"passengers_selection_list": {
				"type": "array",
				"description": "Enable user to select passenger/s to process",
				"minItems": 1,
				"items": {
					"type": "string"
				}
			},
			"manual_discount": {
				"type": "object",
				"description": "Enable user to forced a discount into the process of pricing and issue documents",
				"required": [
					"ticket_designator",
					"discount_percent"
				],
				"properties": {
					"base_fare": {
						"type": "string",
						"description": "user can forced a discount over a specific fare basis code"
					},
					"ticket_designator": {
						"type": "string",
						"description": "Mandatory associated code for the discount applied on pricing/ticketing"
					},
					"discount_percent": {
						"type": "number",
						"description": "Amount of percent to apply as discount of base fare amount"
					}
				}
			},
			"eligibility": {
				"type": "array",
				"description": "List of eligibility codes to apply in pricing",
				"items": {
					"type": "string",
					"description": "The eligibity code to use in pricing process",
					"minItems": 1,
					"maxItems": 3,
					"minLength": 2,
					"maxLength": 3,
					"pattern": "^[A-Z0-99]*$"
				}
			},
			"fare_forced": {
				"type": "string",
				"description": "Fare basis code to forced the pricing of entire air itinerary.",
				"minLength": 1,
				"maxLength": 12
			},
			"remote_city": {
				"type": "string",
				"description": "City code or Kiu office code. Allow user to process assuming a different location",
				"minLength": 3,
				"maxLength": 8
			},
			"taxes_criteria": {
				"type": "object",
				"description": "Allow user to manipulate the taxes of a pricing",
				"properties": {
					"exception_taxes": {
						"type": "boolean",
						"description": "Allow user to except all taxes from pricing."
					},
					"add_tax_list": {
						"type": "array",
						"description": "Allow to add taxes to a quotation",
						"items": {
							"type": "object",
							"required": [
								"tax_code",
								"amount"
							],
							"properties": {
								"tax_code": {
									"type": "string",
									"description": "Code of tax to add",
									"minLength": 2,
									"maxLength": 4
								},
								"amount": {
									"type": "number",
									"description": "Value of tax"
								}
							}
						}
					},
					"delete_tax_list": {
						"type": "array",
						"description": "List of taxes code to delete from the quotation. The tax code MUST exist into the quotation",
						"items": {
							"minItems": 1,
							"minLength": 2,
							"maxLength": 4
						}
					},
					"replace_tax_list": {
						"type": "array",
						"description": "Allow to replace the value of an existant tax/taxes into the quotation",
						"items": {
							"type": "object",
							"required": [
								"tax_code",
								"amount"
							],
							"properties": {
								"tax_code": {
									"type": "string",
									"description": "Code of tax to add",
									"minLength": 2,
									"maxLength": 4
								},
								"amount": {
									"type": "number",
									"description": "Value of tax"
								}
							}
						}
					}
				}
			},
			"tour_code_information": {
				"type": "object",
				"description": "Criteria of configuracion and tour code info",
				"required": [
					"tourcode_type",
					"tourcode_text"
				],
				"properties": {
					"tourcode_type": {
						"type": "string",
						"description": "Type of tour code to apply, refer to KIU System manual to identify the different options functionalities",
						"enum": [
							"N",
							"B",
							"B/",
							"I",
							"I/"
						]
					},
					"tourcode_text": {
						"type": "string",
						"description": "Tour code text to entered to apply for the process"
					}
				}
			},
			"record_locator": {
				"type": "string",
				"description": "Record_locator PNR identification",
				"minLength": 5,
				"example": [
					"ABCDEF"
				]
			},
			"record_locator_information": {
				"type": "object",
				"description": "This object hold a summary of the PNR information.",
				"properties": {
					"RP": {
						"type": "object",
						"description": "Responsible of PNR.",
						"properties": {
							"description": {
								"type": "string",
								"description": "Marketing name of PNR´s owner",
								"example": "TEST AIRLINE"
							},
							"office_id": {
								"type": "string",
								"description": "Office code owner of PNR.",
								"example": "AEP00XX8"
							}
						}
					},
					"ancillary_quotation_automatic_stored": {
						"type": "boolean",
						"description": "This toggle indicates if PNR holds ancillaries automated quotations retained.",
						"example": true
					},
					"ancillaries_quotation_manual_stored": {
						"type": "boolean",
						"description": "This toggle indicates if PNR holds ancillaries manual quotations retained.",
						"example": false
					},
					"itinerary_quotation_automatic_stored": {
						"type": "boolean",
						"description": "This toggle indicates if PNR holds air itinerary automated quotations retained.",
						"example": true
					},
					"itinerary_quotation_manual_stored": {
						"type": "boolean",
						"description": "This toggle indicates if PNR holds air itinerary manual quotations retained.",
						"example": false
					},
					"pnr_group": {
						"type": "boolean",
						"description": "This toggle indicates if PNR is a group PNR.",
						"example": [
							false
						]
					},
					"pnr_has_passenger_advice_code": {
						"type": "boolean",
						"description": "This toggle indicates if passenger on the PNR has and advice code associated.",
						"example": false
					},
					"record_locator_status_confirmed": {
						"type": "boolean",
						"description": "This toggle indicate that segemtns status is RR/KL/KK/HK",
						"example": [
							true
						]
					},
					"record_locator_status_modified": {
						"type": "boolean",
						"description": "This toggle indicates that at least 1 segment has status UN/NO/UC/TK/TL. Users must take action.",
						"example": [
							false
						]
					},
					"record_locator_status_unconfirmed": {
						"type": "boolean",
						"description": "This toggle indicates that at least 1 segment exist with an status of  HL/HM/HN/MM/PN.",
						"example": [
							false
						]
					},
					"record_locator_status_cancelled": {
						"type": "boolean",
						"description": "This toggle indicate that there´s no active segments on PNR. It was cancelled.",
						"example": [
							false
						]
					},
					"record_locator": {
						"$ref": "#/components/schemas/record_locator"
					},
					"record_locator_key": {
						"type": "string",
						"description": "Unique identification key for record_locator.",
						"example": "RP00XX202009807866669066000001"
					},
					"record_locator_version": {
						"type": "string",
						"description": "Last version saved on system expressed on DateTimeStamp.",
						"example": "2020-09-24T16:27:13.290"
					},
					"transaction_detail": {
						"$ref": "#/components/schemas/transaction_details"
					}
				}
			},
			"surname": {
				"type": "string",
				"description": "Passenger´s surname",
				"example": "RAMIREZ PEREZ"
			},
			"segment_reference_id": {
				"type": "string",
				"description": "Unique id for reference segment",
				"example": "001"
			},
			"special_services_list": {
				"type": "object",
				"description": "List of objects that describe each service on a PNR.",
				"properties": {
					"apply_all_passengers": {
						"type": "boolean",
						"description": "This toggle indicate if service apply to all passengers.",
						"example": [
							false
						]
					},
					"carrier_reference_id": {
						"$ref": "#/components/schemas/carrier_reference_id"
					},
					"chargeable": {
						"type": "boolean",
						"description": "This toggle indicates if seat is chargeable.",
						"example": true
					},
					"flight_segment_reference_key": {
						"$ref": "#/components/schemas/flight_segment_reference_key"
					},
					"order": {
						"type": "number",
						"description": "Order of seat in reservation.",
						"example": 1
					},
					"passenger_reference_keys": {
						"type": "object",
						"description": "List of passenger reference_key.",
						"items": {
							"$ref": "#/components/schemas/passenger_reference_key"
						}
					},
					"reservation_status_reference_id": {
						"$ref": "#/components/schemas/reservation_status_reference_id"
					},
					"proccessed": {
						"type": "boolean",
						"description": "This toggle indicates that the seat issue is processed.",
						"example": [
							false
						]
					},
					"special_service_reference_key": {
						"$ref": "#/components/schemas/special_service_reference_key"
					},
					"service_group_reference_id": {
						"$ref": "#/components/schemas/service_group_reference_id"
					},
					"service_reference_id": {
						"$ref": "#/components/schemas/service_reference_id"
					},
					"time_limit": {
						"$ref": "#/components/schemas/time_limit"
					},
					"transaction_details": {
						"$ref": "#/components/schemas/transaction_details"
					}
				}
			},
			"passenger_reference_id": {
				"type": "string",
				"description": "Id reference for passenger to process checkin",
				"example": "001"
			},
			"passegner_type_code_reference_key": {
				"type": "string",
				"description": "Unique identification key for passenger_type_code.",
				"pattern": "^([(ADT)(CHD)(INF)]{3}[(_)][0-9A-Z]{4}[(_)][0-99])$",
				"example": "ADT_00XX_0"
			},
			"special_service_reference_key": {
				"type": "string",
				"description": "Unique identification id for Special service.",
				"example": "PDBG_0"
			},
			"arrival_information": {
				"type": "object",
				"description": "This object contain the detail of the arrival point of flight.",
				"properties": {
					"change_day_indicator": {
						"type": "number",
						"description": "This toggle indicate if arrival day is different from departure in quantity of days.",
						"example": [
							0
						]
					},
					"date": {
						"type": "string",
						"description": "Arrival date of flight.",
						"example": "2020-09-10"
					},
					"day_of_week_name": {
						"type": "string",
						"description": "It holds the name of a week of the date of arrival.",
						"example": "FRIDAY"
					},
					"days_prior_to_departure": {
						"type": "number",
						"description": "Quantity of days prior of segment´s departure.",
						"example": [
							2
						]
					},
					"difference_day_indicator": {
						"type": "number",
						"description": "This element indicate the difference quantity of days between departure and arrival",
						"example": [
							0
						]
					},
					"location_reference_id": {
						"$ref": "#/components/schemas/location_reference_id"
					},
					"time": {
						"type": "string",
						"description": "The estimated time of flight´s arrival.",
						"example": "08:30"
					},
					"terminal": {
						"type": "string",
						"description": "The terminal of flight arrival.",
						"example": [
							"A1"
						]
					},
					"time_zone": {
						"type": "string",
						"description": "The difference time zone in minutes to GMT.",
						"example": "-180"
					}
				}
			},
			"departure_information": {
				"type": "object",
				"description": "This object contain the detail of the departure point of flight.",
				"properties": {
					"date": {
						"type": "string",
						"description": "Departure date of flight.",
						"example": "2020-09-10"
					},
					"day_of_week_name": {
						"type": "string",
						"description": "It holds the name of a week of the date of departure.",
						"example": "FRIDAY"
					},
					"days_prior_to_departure": {
						"type": "number",
						"description": "Quantity of days prior of segment´s departure.",
						"example": [
							2
						]
					},
					"difference_day_indicator": {
						"type": "number",
						"description": "This element indicate the difference quantity of days between departure and arrival",
						"example": [
							0
						]
					},
					"location_reference_id": {
						"$ref": "#/components/schemas/location_reference_id"
					},
					"time": {
						"type": "string",
						"description": "The estimated time of flight´s departure.",
						"example": "08:30"
					},
					"terminal": {
						"type": "string",
						"description": "The terminal of flight departure.",
						"example": [
							"A2"
						]
					},
					"time_zone": {
						"type": "string",
						"description": "The difference time zone in minutes to GMT.",
						"example": "-180"
					}
				}
			},
			"flights_origin_destination_information": {
				"type": "object",
				"description": "This object holds the information of the origin-destination components[oubtound-inbound].",
				"properties": {
					"^[OD0-9999A-Z]+$": {
						"type": "object",
						"description": "The key of the object is the reference_key name of the object itself.",
						"properties": {
							"arrival_information": {
								"$ref": "#/components/schemas/arrival_information"
							},
							"departure_information": {
								"$ref": "#/components/schemas/departure_information"
							},
							"flight_quantity": {
								"type": "number",
								"description": "Quantity of flights involves into the origin-destination.",
								"example": [
									1
								]
							},
							"flight_segment_reference_keys": {
								"type": "array",
								"description": "This list contain the reference of the flights involved.",
								"items": {
									"type": "string",
									"example": "IT00XX202009778070687375000001"
								}
							},
							"flights_origin_destination_reference_key": {
								"type": "string",
								"description": "Unique identification key for object origin-destination."
							}
						}
					}
				}
			},
			"flights_segment_information": {
				"type": "object",
				"description": "This object hold the information of an itinerary.",
				"properties": {
					"^[IT0-9999A-Z]+$": {
						"type": "object",
						"description": "Dynamic Key that refer to a Segment reference_key.",
						"properties": {
							"api_required": {
								"type": "boolean",
								"description": "This toggle indicates if this segment requires advance passenger information.",
								"example": [
									false
								]
							},
							"arnk_indicator": {
								"type": "boolean",
								"description": "This toggle indicates if the segment is ARNK type.",
								"example": true
							},
							"arrival_information": {
								"$ref": "#/components/schemas/arrival_information"
							},
							"carrier_reference_id": {
								"$ref": "#/components/schemas/carrier_reference_id"
							},
							"departure_information": {
								"$ref": "#/components/schemas/departure_information"
							},
							"enable_prs": {
								"type": "boolean",
								"description": "This toggle indicates if the segment support seatmap for pre-reserved.",
								"example": true
							},
							"equipment_reference_id": {
								"$ref": "#/components/schemas/equipment_reference_id"
							},
							"family_fare_reference_id": {
								"$ref": "#/components/schemas/family_fare_reference_id"
							},
							"flight_elapsed_time": {
								"type": "string",
								"description": "Estimated time fo flight.",
								"example": "04:55"
							},
							"flight_number": {
								"type": "string",
								"description": "Flight identification number.",
								"example": "162"
							},
							"flight_segment_reference_key": {
								"$ref": "#/components/schemas/flight_segment_reference_key"
							},
							"flight_stops": {
								"type": "number",
								"description": "Quantity of stops during the segment.",
								"example": "0"
							},
							"flight_stops_details": {
								"type": "array",
								"description": "List of objects that describe each stop point.",
								"items": {
									"type": "object",
									"properties": {
										"arrival_information": {
											"$ref": "#/components/schemas/arrival_information"
										},
										"departure_information": {
											"$ref": "#/components/schemas/departure_information"
										},
										"equipment_reference_id": {
											"$ref": "#/components/schemas/equipment_reference_id"
										},
										"flight_elapsed_time": {
											"type": "string",
											"description": "Estimated time fo flight.",
											"example": "04:55"
										},
										"flight_type": {
											"type": "string",
											"description": "Description of flight type based on origin-destination.",
											"example": "DOMESTIC"
										},
										"ground_time": {
											"type": "string",
											"description": "Time of plane on ground on the stop point.",
											"example": "02:00"
										},
										"order": {
											"type": "number",
											"description": "Order of stop",
											"example": [
												1
											]
										}
									}
								}
							},
							"flight_type": {
								"type": "string",
								"description": "Description of flight type based on origin-destination.",
								"example": "INTERNATIONAL"
							},
							"number_in_party": {
								"type": "number",
								"description": "Quantity of seats space occupied.",
								"example": [
									2
								]
							},
							"order": {
								"type": "number",
								"description": "Order segment into the air itinerary.",
								"example": [
									1
								]
							},
							"reservation_booking_designator": {
								"type": "string",
								"description": "Class of service",
								"example": "B"
							},
							"reservation_cabin_designator_reference_id": {
								"$ref": "#/components/schemas/reservation_cabin_designator_reference_id"
							},
							"reservation_status_reference_id": {
								"$ref": "#/components/schemas/reservation_status_reference_id"
							},
							"transaction_details": {
								"$ref": "#/components/schemas/transaction_details"
							}
						}
					}
				}
			},
			"equipment_reference_id": {
				"type": "string",
				"description": "Unique id for reference of equipment information.",
				"example": "SF3_0"
			},
			"passenger_list": {
				"type": "object",
				"description": "This object contains the data of passenger/s .",
				"properties": {
					"^[NMA-Z0-9999]+$": {
						"type": "object",
						"description": "Dynamic key refers to passenger_reference_id.",
						"properties": {
							"arrival_location_reference_id": {
								"$ref": "#/components/schemas/location_reference_id"
							},
							"baggage_is_pooled": {
								"type": "boolean",
								"description": "This toggle indicates if passenger holds pooled baggage.",
								"example": [
									false
								]
							},
							"boarding_eligible": {
								"type": "boolean",
								"description": "This toggle indicates if passenger is eligible for boarding.",
								"example": true
							},
							"cabin_reference_id": {
								"$ref": "#/components/schemas/reservation_cabin_designator_reference_id"
							},
							"checkin_baggage_total_quantity": {
								"type": "string",
								"description": "Total baggage count on checkin.",
								"example": [
									0
								]
							},
							"checkin_baggage_total_weight": {
								"type": "string",
								"description": "Total baggage weight.",
								"example": [
									0
								]
							},
							"checkin_eligible": {
								"type": "boolean",
								"description": "This toggle indicates if passenger is eligible for checkin.",
								"example": [
									false
								]
							},
							"checkin_handbaggage_total_quantity": {
								"type": "string",
								"description": "Total quantity count of handbaggage checked.",
								"example": [
									0
								]
							},
							"checkin_handbaggage_total_weight": {
								"type": "string",
								"description": "Total weight for handbaggag checked.",
								"example": [
									0
								]
							},
							"checkin_passenger_information": {
								"type": "object",
								"description": "It holds the information of passenger.",
								"properties": {
									"boarding_group_identifier": {
										"type": "string",
										"description": "Identifier code for group of boarding.",
										"example": "A1"
									},
									"boarding_group_name": {
										"type": "string",
										"description": "Name of boarding group.",
										"example": "ZONE"
									},
									"boarding_message_automated": {
										"type": "string",
										"description": "Automated message generated for boarding.",
										"example": "TEST AUTOMATED MESSAGE"
									},
									"boarding_message_manual": {
										"type": "string",
										"description": "Manual message entered for boarding.",
										"example": "TEST MANUAL MESSAGE"
									},
									"checked_passenger_goshow": {
										"type": "boolean",
										"description": "This toggle indicates if passenger was checked by goshow.",
										"example": [
											false
										]
									},
									"checked_passenger_remark": {
										"type": "string",
										"description": "Remarks entered on checkin process for passenger.",
										"example": "PASSENGER VIP"
									},
									"checkin_passenger_sequence_number": {
										"type": "string",
										"description": "Sequence order number of passenger given on checkin process.",
										"example": [
											1
										]
									},
									"pre_checked_passenger": {
										"type": "boolean",
										"description": "This toggle indicated that the passenger is pre-checked.",
										"example": [
											false
										]
									}
								}
							},
							"checkin_reject_reason": {
								"type": "string",
								"description": "Description of passenger reject checkin.",
								"example": "passenger_already_checked"
							},
							"dcs_passenger_status": {
								"type": "string",
								"description": "Passenger status for DCS system.",
								"example": "CHECKED"
							},
							"gender": {
								"type": "string",
								"description": "Passenger gender.",
								"example": "MALE"
							},
							"name": {
								"type": "string",
								"description": "Name/s of passenger.",
								"example": "JOSE LUIS"
							},
							"name_suffix": {
								"type": "string",
								"description": "Suffix associated to passenger´s name.(EX: MR,MSS,MRS).",
								"example": "MR"
							},
							"passenger_apis": {
								"type": "string",
								"description": "Related to advanced_passenger_information required.",
								"example": [
									false
								]
							},
							"passenger_body_temperature": {
								"type": "string",
								"description": "Passenger temperature at time of checkin.",
								"example": "36.6"
							},
							"passenger_foid_id": {
								"type": "string",
								"description": "Passenger´s foid id.",
								"example": "62688550"
							},
							"passenger_foid_type_reference_id": {
								"$ref": "#/components/schemas/foid_type_reference_id"
							},
							"passenger_frecuent_flyer_carrier_reference_id": {
								"$ref": "#/components/schemas/carrier_reference_id"
							},
							"passenger_frecuent_flyer_number": {
								"type": "string",
								"description": "Identification of passenger´s frequent flyer.",
								"example": "12311AAO"
							},
							"passenger_frequent_flyer_tier": {
								"type": "string",
								"description": "The level of tier for passenger´s",
								"example": "GOLD"
							},
							"passenger_reference_key": {
								"$ref": "#/components/schemas/passenger_reference_id"
							},
							"passenger_seats": {
								"type": "array",
								"description": "List of seats assigned for a passenger in flight.",
								"items": {
									"type": "string",
									"example": "2A"
								}
							},
							"passenger_ticket_coupon": {
								"type": "string",
								"description": "Ticket coupon that involved flight checked for passenger.",
								"example": "1"
							},
							"passenger_ticket_issue_type": {
								"type": "string",
								"description": "Type of ticket issued.",
								"example": "ELECTRONIC"
							},
							"passenger_ticket_number": {
								"type": "string",
								"description": "Ticket number of passenger.",
								"example": "9990210024887"
							},
							"passenger_type": {
								"type": "string",
								"description": "Type of passenger.",
								"example": [
									"ADULT"
								]
							},
							"passenger_type_code_reference_id": {
								"$ref": "#/components/schemas/passenger_type_code_reference_id"
							},
							"passenger_voluntary_for_denied_boarding": {
								"type": "boolean",
								"description": "This indicator means that passenger voluntary for denied boarding.",
								"example": [
									false
								]
							},
							"record_locator": {
								"$ref": "#/components/schemas/record_locator"
							},
							"record_locator_version": {
								"type": "string",
								"description": "Last version of booking for system.",
								"example": "2020-09-15T19:23:01.900Z"
							},
							"reservation_booking_designator": {
								"type": "string",
								"description": "Class of service booked.",
								"example": "Y"
							},
							"reservation_pending_payment_items": {
								"type": "object",
								"description": "This object hold the details of the pending payment items on passenger´s reservation.",
								"properties": {
									"seat_free": {
										"type": "string",
										"description": "Indicator of pending fees of seats",
										"example": "false"
									},
									"service_fee": {
										"type": "string",
										"description": "Indicator of pending fees of services.",
										"example": "false"
									},
									"special_service_service_fees": {
										"type": "string",
										"description": "Indicator of pending fees of special services.",
										"example": "false"
									},
									"ticket_fee": {
										"type": "string",
										"description": "Indicator of pending fees of ticket service.",
										"example": "false"
									}
								}
							},
							"reservation_status_reference_id": {
								"$ref": "#/components/schemas/reservation_status_reference_id"
							},
							"transaction_detail": {
								"$ref": "#/components/schemas/transaction_details"
							}
						}
					}
				}
			},
			"priced_manual_currency": {
				"type": "string",
				"description": "Allow to apply specific currency to display price. ISO Currency 4127",
				"minLength": 3,
				"maxLength": 3,
				"pattern": "^[A-Z]*$"
			},
			"fiscal_designator_information": {
				"type": "object",
				"description": "Designator fiscal to define the fiscal information.",
				"required": [
					"fiscal_designator_id"
				],
				"properties": {
					"fiscal_designator_id": {
						"type": "string",
						"description": "Id of fiscal description",
						"example": [
							"30531284018"
						]
					},
					"fiscal_name": {
						"type": "string",
						"description": "Add fiscal fantasy name",
						"example": [
							"ACME S.A"
						]
					},
					"apply_all_party": {
						"type": "boolean",
						"description": "Enable to apply the same information to all",
						"example": [
							true
						]
					}
				}
			},
			"agent_involved": {
				"type": "string",
				"description": "Travel Agent code involved on the ticketing process",
				"example": [
					"12458465"
				]
			},
			"remarks": {
				"type": "string",
				"description": "Add comment to process document",
				"maxLength": 30,
				"example": [
					"TEST REMARK"
				]
			},
			"endorsement_text": {
				"type": "string",
				"description": "Enter endorsment text into the document issued.",
				"example": [
					"NON END/NON REF"
				],
				"maxLength": 30
			},
			"passenger_selection": {
				"type": "object",
				"description": "List of passengers selections by order or segment_reference_key",
				"minProperties": 1,
				"oneOf": [
					{
						"required": [
							"passenger_reference_key"
						]
					},
					{
						"required": [
							"order_list"
						]
					}
				],
				"properties": {
					"passenger_reference_key": {
						"$ref": "#/components/schemas/passenger_reference_key"
					},
					"order_list": {
						"type": "array",
						"description": "Enable to request segment by order.",
						"minItems": 1,
						"items": {
							"type": "string"
						},
						"example": [
							"1",
							"3"
						]
					}
				}
			},
			"seats_selection": {
				"type": "object",
				"description": "List of seats selected by order or segment_reference_key to process",
				"minProperties": 1,
				"oneOf": [
					{
						"required": [
							"seats_reference_key"
						]
					},
					{
						"required": [
							"order_list"
						]
					}
				],
				"properties": {
					"seat_reference_key": {
						"type": "array",
						"description": "Enable to request specific seats by reference key list",
						"minItems": 1,
						"items": {
							"type": "string",
							"example": [
								"ST00XX201909857474687167000001"
							]
						}
					},
					"order_list": {
						"type": "array",
						"description": "Enable to request seat by order SSR item.",
						"minItems": 1,
						"items": {
							"type": "string",
							"example": [
								"1",
								"3"
							]
						}
					}
				}
			},
			"special_services_selection": {
				"type": "object",
				"description": "List of services selected by order or special_service_reference_key to process",
				"minProperties": 1,
				"oneOf": [
					{
						"required": [
							"special_service_reference_key"
						]
					},
					{
						"required": [
							"order_list"
						]
					}
				],
				"properties": {
					"special_service_reference_key": {
						"type": "array",
						"description": "Enable to request specific special_service_reference_key items to process",
						"minItems": 1,
						"items": {
							"type": "string",
							"example": [
								"SR00XX201904698381726673000000000001"
							]
						}
					},
					"order_list": {
						"type": "array",
						"description": "Enable to request services by order SSR item.",
						"minItems": 1,
						"items": {
							"type": "string",
							"example": [
								"1",
								"3"
							]
						}
					}
				}
			},
			"emds_list": {
				"type": "array",
				"description": "List of objects, each object hold the details that represent an EMD issued.",
				"items": {
					"type": "object",
					"properties": {
						"emd_number": {
							"type": "string",
							"description": "EMD number issued.",
							"example": "9995570005105"
						},
						"emd_type": {
							"type": "string",
							"description": "Type of emd document issued.",
							"example": "A"
						},
						"order": {
							"type": "number",
							"description": "EMD order into the reservation.",
							"example": [
								1
							]
						},
						"passenger_reference_associated": {
							"$ref": "#/components/schemas/passenger_reference_key"
						},
						"rfic_code": {
							"type": "string",
							"description": "Reason of issueance code included in EMD.",
							"example": "C"
						},
						"rfisc_name": {
							"type": "string",
							"description": "Reason of issuance code name.",
							"example": "BAGGAGE"
						},
						"transaction_details": {
							"$ref": "#/components/schemas/transaction_details"
						},
						"type": {
							"type": "string",
							"description": "Type of issue.",
							"example": "AUTOMATIC"
						}
					}
				}
			},
			"tickets_list": {
				"type": "array",
				"description": "List of objects. Each object holds the description of each ticket issued in reservation.",
				"items": {
					"type": "object",
					"properties": {
						"order": {
							"type": "number",
							"description": "EMD order into the reservation.",
							"example": [
								1
							]
						},
						"passenger_reference_associated": {
							"$ref": "#/components/schemas/passenger_reference_key"
						},
						"ticket_number": {
							"type": "string",
							"description": "Ticket number issued.",
							"example": "9990210003757"
						},
						"transaction_details": {
							"$ref": "#/components/schemas/transaction_details"
						},
						"type": {
							"type": "string",
							"description": "Type of issue.",
							"example": "AUTOMATIC"
						}
					}
				}
			},
			"flight_dcs_information": {
				"type": "object",
				"description": "This object contains the details of flights configuration for DCS (Departure control system)",
				"properties": {
					"equipment_reference_id": {
						"$ref": "#/components/schemas/equipment_reference_id"
					},
					"flight_operate_status": {
						"type": "object",
						"description": "This object holds the operation indicators status",
						"properties": {
							"boarding": {
								"type": "string",
								"description": "This property indicates if boarding is OPEN or CLOSED."
							},
							"checkin": {
								"type": "string",
								"description": "This property indicated if checkin is OPEN or CLOSED."
							}
						}
					},
					"flight_qualifiers": {
						"type": "object",
						"description": "This object contain the information of the qualifiers status for flight.",
						"properties": {
							"api_indicator": {
								"type": "boolean",
								"description": "This toggle indicates if O&D of flight requires advanced passenger information (API).",
								"example": [
									false
								]
							},
							"bagtag_mode": {
								"type": "string",
								"description": "This property indicates the type of bagtag process configured for the flight.",
								"example": [
									"AUTOMATIC"
								]
							},
							"boarding_pass": {
								"type": "boolean",
								"description": "If issued of boarding-pass is enable",
								"example": true
							},
							"dhs_indicator": {
								"type": "string",
								"description": "The value of DHS process for flight.",
								"example": ""
							},
							"dhs_outage": {
								"type": "boolean",
								"description": "",
								"example": [
									false
								]
							},
							"e-ticket": {
								"type": "string",
								"description": "This toggle indicate if e-ticket is required for checkin.",
								"example": true
							},
							"excess_baggage_automated_control": {
								"type": "boolean",
								"description": "This toggle indicate if the automated control for baggage excess is enabled for the flight.",
								"example": [
									false
								]
							},
							"passenger_nationality_required": {
								"type": "boolean",
								"description": "This toggle indicate if the nationality of the passenger is requiered for checkin.",
								"example": true
							},
							"seat_assignation": {
								"type": "boolean",
								"description": "This toggle indicate if seat assignation is required for checkin on the flight",
								"example": true
							},
							"web_checkin_allowed": {
								"type": "boolean",
								"description": "This toggle indicate if web checkin is enable for the flight.",
								"example": true
							}
						}
					},
					"registration": {
						"type": "string",
						"description": "This property hold the registration key of the flight.",
						"example": "LV-SSS"
					}
				}
			},
			"reconfirm_action": {
				"type": "boolean",
				"description": "Force to process action without taking care of warnings.",
				"default": false,
				"example": [
					true
				]
			}
		}
	}
}