{
	"info": {
		"_postman_id": "81d2f64d-9542-43f3-8552-b7672fddb206",
		"name": "ApiXV Cloud",
		"description": "### General\n<img align=\"right\" width=\"200\" src=\"assets/logo.png\"/>\n\nWelcome to the current version of the ApiXV OpenAPI/Swagger Specification.\nThis specification is complementary to our full documentation website at [https://docs.apixv.com](https://docs.apixv.com).\n\n### Beta version\nCurrently our product is still in beta. We are still bugfixing and adding features. If you encounter a problem please contact support.\n\n### Release notes\nhttps://docs.apixv.com/apixv-website/Release+Notes\n\n\n\nContact Support:\n Name: ApiXV Support\n Email: support@apixv.com",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "32296491"
	},
	"item": [
		{
			"name": "Hotels",
			"item": [
				{
					"name": "Dataset Downloads",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/hotelxv/api/v2/datasets?format=<string>",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"hotelxv",
								"api",
								"v2",
								"datasets"
							],
							"query": [
								{
									"key": "format",
									"value": "<string>",
									"description": "File format"
								}
							]
						},
						"description": "### GET /hotelxv/api/v2/datasets\nGet a list of available datasets for download (boardcodes, hotel content, etc.)"
					},
					"response": [
						{
							"name": "Successful Response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/hotelxv/api/v2/datasets?format=<string>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"hotelxv",
										"api",
										"v2",
										"datasets"
									],
									"query": [
										{
											"key": "format",
											"value": "<string>"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"datasets\": [\n    {\n      \"uri\": \"<string>\",\n      \"href\": \"<uri>\"\n    },\n    {\n      \"uri\": \"<string>\",\n      \"href\": \"<uri>\"\n    }\n  ]\n}"
						},
						{
							"name": "Validation Error",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/hotelxv/api/v2/datasets?format=<string>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"hotelxv",
										"api",
										"v2",
										"datasets"
									],
									"query": [
										{
											"key": "format",
											"value": "<string>"
										}
									]
								}
							},
							"status": "Unprocessable Entity (WebDAV) (RFC 4918)",
							"code": 422,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}"
						}
					]
				},
				{
					"name": "Hotel Mappings",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/hotelxv/api/v2/mappings/:code_system?codes=<string>",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"hotelxv",
								"api",
								"v2",
								"mappings",
								":code_system"
							],
							"query": [
								{
									"key": "codes",
									"value": "<string>",
									"description": "(Required) Comma separated list of codes to lookup"
								}
							],
							"variable": [
								{
									"key": "code_system",
									"value": "<string>",
									"description": "(Required) Hotel code system"
								}
							]
						},
						"description": "### GET /hotelxv/api/v2/mappings/{code_system}\nLookup ApiXV hotel code mapping to GIATA, Expedia or native supplier code."
					},
					"response": [
						{
							"name": "Successful Response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/hotelxv/api/v2/mappings/:code_system?codes=<string>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"hotelxv",
										"api",
										"v2",
										"mappings",
										":code_system"
									],
									"query": [
										{
											"key": "codes",
											"value": "<string>"
										}
									],
									"variable": [
										{
											"key": "code_system",
											"value": "<string>",
											"description": "(Required) Hotel code system"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"mappings\": \"<object>\"\n}"
						},
						{
							"name": "Validation Error",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/hotelxv/api/v2/mappings/:code_system?codes=<string>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"hotelxv",
										"api",
										"v2",
										"mappings",
										":code_system"
									],
									"query": [
										{
											"key": "codes",
											"value": "<string>"
										}
									],
									"variable": [
										{
											"key": "code_system",
											"value": "<string>",
											"description": "(Required) Hotel code system"
										}
									]
								}
							},
							"status": "Unprocessable Entity (WebDAV) (RFC 4918)",
							"code": 422,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}"
						}
					]
				},
				{
					"name": "Hotel Content",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/hotelxv/api/v2/hotels",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"hotelxv",
								"api",
								"v2",
								"hotels"
							]
						},
						"description": "### GET /hotelxv/api/v2/hotels\nGet hotel content"
					},
					"response": [
						{
							"name": "Successful Response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/hotelxv/api/v2/hotels",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"hotelxv",
										"api",
										"v2",
										"hotels"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"hotels\": [\n    {\n      \"hotel_uid\": \"<string>\",\n      \"hotel_uri\": \"<string>\",\n      \"label\": \"<string>\",\n      \"mapping\": {\n        \"supplier_code\": \"<string>\",\n        \"giata_code\": \"<integer>\",\n        \"expedia_code\": \"<integer>\"\n      },\n      \"location\": {\n        \"city\": \"<string>\",\n        \"address\": \"<string>\",\n        \"zip_code\": \"<string>\",\n        \"country\": \"<string>\",\n        \"coordinates\": {\n          \"latitude\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"longitude\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"pluscode_10\": \"<string>\",\n        \"pluscode_8\": \"<string>\",\n        \"pluscode_6\": \"<string>\",\n        \"pluscode_4\": \"<string>\"\n      },\n      \"contact\": {\n        \"email\": \"<string>\",\n        \"telephone\": \"<string>\",\n        \"fax\": \"<string>\",\n        \"web\": \"<string>\"\n      },\n      \"type\": {\n        \"code\": \"<string>\",\n        \"name\": \"<string>\"\n      },\n      \"descriptions\": [\n        {\n          \"type\": \"<string>\",\n          \"texts\": [\n            {\n              \"language\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"text\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"language\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"text\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"type\": \"<string>\",\n          \"texts\": [\n            {\n              \"language\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"text\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"language\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"text\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"amenities\": [\n        {\n          \"uri\": \"<string>\",\n          \"label\": \"<string>\"\n        },\n        {\n          \"uri\": \"<string>\",\n          \"label\": \"<string>\"\n        }\n      ],\n      \"images\": [\n        {\n          \"order\": \"<integer>\",\n          \"type\": \"<string>\",\n          \"url\": \"<uri>\"\n        },\n        {\n          \"order\": \"<integer>\",\n          \"type\": \"<string>\",\n          \"url\": \"<uri>\"\n        }\n      ],\n      \"star_rating\": \"<number>\"\n    },\n    {\n      \"hotel_uid\": \"<string>\",\n      \"hotel_uri\": \"<string>\",\n      \"label\": \"<string>\",\n      \"mapping\": {\n        \"supplier_code\": \"<string>\",\n        \"giata_code\": \"<integer>\",\n        \"expedia_code\": \"<integer>\"\n      },\n      \"location\": {\n        \"city\": \"<string>\",\n        \"address\": \"<string>\",\n        \"zip_code\": \"<string>\",\n        \"country\": \"<string>\",\n        \"coordinates\": {\n          \"latitude\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"longitude\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"pluscode_10\": \"<string>\",\n        \"pluscode_8\": \"<string>\",\n        \"pluscode_6\": \"<string>\",\n        \"pluscode_4\": \"<string>\"\n      },\n      \"contact\": {\n        \"email\": \"<string>\",\n        \"telephone\": \"<string>\",\n        \"fax\": \"<string>\",\n        \"web\": \"<string>\"\n      },\n      \"type\": {\n        \"code\": \"<string>\",\n        \"name\": \"<string>\"\n      },\n      \"descriptions\": [\n        {\n          \"type\": \"<string>\",\n          \"texts\": [\n            {\n              \"language\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"text\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"language\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"text\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"type\": \"<string>\",\n          \"texts\": [\n            {\n              \"language\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"text\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"language\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"text\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"amenities\": [\n        {\n          \"uri\": \"<string>\",\n          \"label\": \"<string>\"\n        },\n        {\n          \"uri\": \"<string>\",\n          \"label\": \"<string>\"\n        }\n      ],\n      \"images\": [\n        {\n          \"order\": \"<integer>\",\n          \"type\": \"<string>\",\n          \"url\": \"<uri>\"\n        },\n        {\n          \"order\": \"<integer>\",\n          \"type\": \"<string>\",\n          \"url\": \"<uri>\"\n        }\n      ],\n      \"star_rating\": \"<number>\"\n    }\n  ]\n}"
						},
						{
							"name": "Validation Error",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/hotelxv/api/v2/hotels",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"hotelxv",
										"api",
										"v2",
										"hotels"
									]
								}
							},
							"status": "Unprocessable Entity (WebDAV) (RFC 4918)",
							"code": 422,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}"
						}
					]
				},
				{
					"name": "Availability Options",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/hotelxv/api/v2/options?hotel_uids=<string>&check_in=<date>&check_out=<date>&occupancy=<string>&currency=<string>&market=<string>&language=<string>&nationality=<string>",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"hotelxv",
								"api",
								"v2",
								"options"
							],
							"query": [
								{
									"key": "hotel_uids",
									"value": "<string>",
									"description": "(Required) Comma separated list of unique hotel identifiers"
								},
								{
									"key": "check_in",
									"value": "<date>",
									"description": "(Required) Check-in date in YYYY-MM-DD format"
								},
								{
									"key": "check_out",
									"value": "<date>",
									"description": "(Required) Check-out date in YYYY-MM-DD format"
								},
								{
									"key": "occupancy",
									"value": "<string>",
									"description": "(Required) Room occupancy in <a href=\"https://docs.apixv.com/apixv-website/Formats/Occupancy\">ApiXV format</a>.<br/>Rooms delimited by <b>|</b> (pipe chararcter), Pax delimited by <b>-</b> (dash character)<br/>Format: <b>[A/C[Age]]-[A/C[Age]]-...|[A/C[Age]]-[A/C[Age]]-... (A=Adult, C=Child)</b><br/><br/><br/>Examples:<br/><b>A-A-C0</b><br/>One room, two adults, one infant.<br/><br/><b>A-A-C8</b><br/>One room, two adults, one child of 8.<br/><br/><b>A-A-C11-C15</b><br/>One room, two adults, two children of 11 and 15.<br/><br/><b>A-A-C9|A-C7-C4</b><br/> Two rooms, first with two adults and one child of 9, second room with one adult and two children of 7 and 4.<br/><br/>Optional<br/><b>A29-A33-C14</b><br/>One room, two adults of 29 and 33 (ages optional), one child of 14.<br/><br/>"
								},
								{
									"key": "currency",
									"value": "<string>",
									"description": "(Required) Currency code"
								},
								{
									"key": "market",
									"value": "<string>",
									"description": "(Required) Market code"
								},
								{
									"key": "language",
									"value": "<string>",
									"description": "(Required) Language code"
								},
								{
									"key": "nationality",
									"value": "<string>",
									"description": "(Required) Nationality code"
								}
							]
						},
						"description": "### GET /hotelxv/api/v2/options\nGet hotel availability options"
					},
					"response": [
						{
							"name": "Successful Response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/hotelxv/api/v2/options?hotel_uids=<string>&check_in=<date>&check_out=<date>&occupancy=<string>&currency=<string>&market=<string>&language=<string>&nationality=<string>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"hotelxv",
										"api",
										"v2",
										"options"
									],
									"query": [
										{
											"key": "hotel_uids",
											"value": "<string>"
										},
										{
											"key": "check_in",
											"value": "<date>"
										},
										{
											"key": "check_out",
											"value": "<date>"
										},
										{
											"key": "occupancy",
											"value": "<string>"
										},
										{
											"key": "currency",
											"value": "<string>"
										},
										{
											"key": "market",
											"value": "<string>"
										},
										{
											"key": "language",
											"value": "<string>"
										},
										{
											"key": "nationality",
											"value": "<string>"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"options\": [\n    {\n      \"hotel_uid\": \"<string>\",\n      \"option_uid\": \"<string>\",\n      \"board_code\": \"<string>\",\n      \"payment_type\": \"<string>\",\n      \"status\": \"<string>\",\n      \"occupancy\": \"<string>\",\n      \"rooms\": [\n        {\n          \"room_uid\": \"<string>\",\n          \"description\": \"<string>\",\n          \"refundable\": \"<boolean>\",\n          \"price\": {\n            \"currency\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"binding\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"net\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"gross\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"exchange\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"markups\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"room_uid\": \"<string>\",\n          \"description\": \"<string>\",\n          \"refundable\": \"<boolean>\",\n          \"price\": {\n            \"currency\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"binding\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"net\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"gross\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"exchange\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"markups\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"price\": {\n        \"currency\": \"<string>\",\n        \"binding\": \"<boolean>\",\n        \"net\": \"<number>\",\n        \"gross\": \"<number>\",\n        \"exchange\": {\n          \"currency\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"rate\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        }\n      },\n      \"surcharges\": [\n        {\n          \"charge_type\": \"<string>\",\n          \"description\": \"<string>\",\n          \"price\": {\n            \"currency\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"binding\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"net\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"gross\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"exchange\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"markups\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"charge_type\": \"<string>\",\n          \"description\": \"<string>\",\n          \"price\": {\n            \"currency\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"binding\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"net\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"gross\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"exchange\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"markups\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"cancel_policy\": {\n        \"refundable\": \"<boolean>\",\n        \"cancel_penalties\": [\n          {\n            \"hours_before\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"penalty_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"currency\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"value\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"hours_before\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"penalty_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"currency\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"value\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"hotel_name\": \"<string>\",\n      \"remarks\": \"<string>\"\n    },\n    {\n      \"hotel_uid\": \"<string>\",\n      \"option_uid\": \"<string>\",\n      \"board_code\": \"<string>\",\n      \"payment_type\": \"<string>\",\n      \"status\": \"<string>\",\n      \"occupancy\": \"<string>\",\n      \"rooms\": [\n        {\n          \"room_uid\": \"<string>\",\n          \"description\": \"<string>\",\n          \"refundable\": \"<boolean>\",\n          \"price\": {\n            \"currency\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"binding\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"net\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"gross\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"exchange\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"markups\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"room_uid\": \"<string>\",\n          \"description\": \"<string>\",\n          \"refundable\": \"<boolean>\",\n          \"price\": {\n            \"currency\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"binding\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"net\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"gross\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"exchange\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"markups\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"price\": {\n        \"currency\": \"<string>\",\n        \"binding\": \"<boolean>\",\n        \"net\": \"<number>\",\n        \"gross\": \"<number>\",\n        \"exchange\": {\n          \"currency\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"rate\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        }\n      },\n      \"surcharges\": [\n        {\n          \"charge_type\": \"<string>\",\n          \"description\": \"<string>\",\n          \"price\": {\n            \"currency\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"binding\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"net\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"gross\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"exchange\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"markups\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        },\n        {\n          \"charge_type\": \"<string>\",\n          \"description\": \"<string>\",\n          \"price\": {\n            \"currency\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"binding\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"net\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"gross\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"exchange\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"markups\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        }\n      ],\n      \"cancel_policy\": {\n        \"refundable\": \"<boolean>\",\n        \"cancel_penalties\": [\n          {\n            \"hours_before\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"penalty_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"currency\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"value\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"hours_before\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"penalty_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"currency\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"value\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      },\n      \"hotel_name\": \"<string>\",\n      \"remarks\": \"<string>\"\n    }\n  ]\n}"
						},
						{
							"name": "Validation Error",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/hotelxv/api/v2/options?hotel_uids=<string>&check_in=<date>&check_out=<date>&occupancy=<string>&currency=<string>&market=<string>&language=<string>&nationality=<string>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"hotelxv",
										"api",
										"v2",
										"options"
									],
									"query": [
										{
											"key": "hotel_uids",
											"value": "<string>"
										},
										{
											"key": "check_in",
											"value": "<date>"
										},
										{
											"key": "check_out",
											"value": "<date>"
										},
										{
											"key": "occupancy",
											"value": "<string>"
										},
										{
											"key": "currency",
											"value": "<string>"
										},
										{
											"key": "market",
											"value": "<string>"
										},
										{
											"key": "language",
											"value": "<string>"
										},
										{
											"key": "nationality",
											"value": "<string>"
										}
									]
								}
							},
							"status": "Unprocessable Entity (WebDAV) (RFC 4918)",
							"code": 422,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}"
						}
					]
				},
				{
					"name": "Create Quote",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/hotelxv/api/v2/options/:option_uid/actions/quote",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"hotelxv",
								"api",
								"v2",
								"options",
								":option_uid",
								"actions",
								"quote"
							],
							"variable": [
								{
									"key": "option_uid",
									"value": "<string>",
									"description": "(Required) Unique identifier of the booking option"
								}
							]
						},
						"description": "### POST /hotelxv/api/v2/options/{option_uid}/actions/quote\nCreate a quote for a given availability option"
					},
					"response": [
						{
							"name": "Successful Response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/hotelxv/api/v2/options/:option_uid/actions/quote",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"hotelxv",
										"api",
										"v2",
										"options",
										":option_uid",
										"actions",
										"quote"
									],
									"variable": [
										{
											"key": "option_uid",
											"value": "<string>",
											"description": "(Required) Unique identifier of the booking option"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"option_uid\": \"<string>\",\n  \"status\": \"<string>\",\n  \"price\": {\n    \"currency\": \"<string>\",\n    \"binding\": \"<boolean>\",\n    \"net\": \"<number>\",\n    \"gross\": \"<number>\",\n    \"exchange\": {\n      \"currency\": \"<string>\",\n      \"rate\": \"<number>\"\n    }\n  },\n  \"surcharges\": [\n    {\n      \"charge_type\": \"<string>\",\n      \"description\": \"<string>\",\n      \"price\": {\n        \"currency\": \"<string>\",\n        \"binding\": \"<boolean>\",\n        \"net\": \"<number>\",\n        \"gross\": \"<number>\",\n        \"exchange\": {\n          \"currency\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"rate\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        }\n      }\n    },\n    {\n      \"charge_type\": \"<string>\",\n      \"description\": \"<string>\",\n      \"price\": {\n        \"currency\": \"<string>\",\n        \"binding\": \"<boolean>\",\n        \"net\": \"<number>\",\n        \"gross\": \"<number>\",\n        \"exchange\": {\n          \"currency\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"rate\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        }\n      }\n    }\n  ],\n  \"cancel_policy\": {\n    \"refundable\": \"<boolean>\",\n    \"cancel_penalties\": [\n      {\n        \"hours_before\": \"<integer>\",\n        \"penalty_type\": \"<string>\",\n        \"currency\": \"<string>\",\n        \"value\": \"<number>\"\n      },\n      {\n        \"hours_before\": \"<integer>\",\n        \"penalty_type\": \"<string>\",\n        \"currency\": \"<string>\",\n        \"value\": \"<number>\"\n      }\n    ]\n  }\n}"
						},
						{
							"name": "Validation Error",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/hotelxv/api/v2/options/:option_uid/actions/quote",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"hotelxv",
										"api",
										"v2",
										"options",
										":option_uid",
										"actions",
										"quote"
									],
									"variable": [
										{
											"key": "option_uid",
											"value": "<string>",
											"description": "(Required) Unique identifier of the booking option"
										}
									]
								}
							},
							"status": "Unprocessable Entity (WebDAV) (RFC 4918)",
							"code": 422,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}"
						}
					]
				},
				{
					"name": "Create Booking",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/hotelxv/api/v2/options/:option_uid/actions/book",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"hotelxv",
								"api",
								"v2",
								"options",
								":option_uid",
								"actions",
								"book"
							],
							"variable": [
								{
									"key": "option_uid",
									"value": "<string>",
									"description": "(Required) Unique identifier of the booking option"
								}
							]
						},
						"description": "### POST /hotelxv/api/v2/options/{option_uid}/actions/book\nCreate a booking for a given availability option"
					},
					"response": [
						{
							"name": "Successful Response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/hotelxv/api/v2/options/:option_uid/actions/book",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"hotelxv",
										"api",
										"v2",
										"options",
										":option_uid",
										"actions",
										"book"
									],
									"variable": [
										{
											"key": "option_uid",
											"value": "<string>",
											"description": "(Required) Unique identifier of the booking option"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"booking_uid\": \"<string>\",\n  \"price\": {\n    \"currency\": \"<string>\",\n    \"binding\": \"<boolean>\",\n    \"net\": \"<number>\",\n    \"gross\": \"<number>\",\n    \"exchange\": {\n      \"currency\": \"<string>\",\n      \"rate\": \"<number>\"\n    }\n  },\n  \"status\": \"<string>\",\n  \"reference\": {\n    \"supplier\": \"<string>\",\n    \"client\": \"<string>\",\n    \"hotel\": \"<string>\",\n    \"platform\": \"<string>\"\n  },\n  \"holder\": {\n    \"first_name\": \"<string>\",\n    \"sur_name\": \"<string>\"\n  },\n  \"remarks\": \"<string>\"\n}"
						},
						{
							"name": "Validation Error",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/hotelxv/api/v2/options/:option_uid/actions/book",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"hotelxv",
										"api",
										"v2",
										"options",
										":option_uid",
										"actions",
										"book"
									],
									"variable": [
										{
											"key": "option_uid",
											"value": "<string>",
											"description": "(Required) Unique identifier of the booking option"
										}
									]
								}
							},
							"status": "Unprocessable Entity (WebDAV) (RFC 4918)",
							"code": 422,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}"
						}
					]
				},
				{
					"name": "Amend Booking",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/hotelxv/api/v2/bookings/:booking_uid/actions/amend",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"hotelxv",
								"api",
								"v2",
								"bookings",
								":booking_uid",
								"actions",
								"amend"
							],
							"variable": [
								{
									"key": "booking_uid",
									"value": "<string>",
									"description": "(Required) Booking unique identifier"
								}
							]
						},
						"description": "### POST /hotelxv/api/v2/bookings/{booking_uid}/actions/amend\nAmend existing booking"
					},
					"response": [
						{
							"name": "Successful Response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/hotelxv/api/v2/bookings/:booking_uid/actions/amend",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"hotelxv",
										"api",
										"v2",
										"bookings",
										":booking_uid",
										"actions",
										"amend"
									],
									"variable": [
										{
											"key": "booking_uid",
											"value": "<string>",
											"description": "(Required) Booking unique identifier"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"booking_uid\": \"<string>\",\n  \"price\": {\n    \"currency\": \"<string>\",\n    \"binding\": \"<boolean>\",\n    \"net\": \"<number>\",\n    \"gross\": \"<number>\",\n    \"exchange\": {\n      \"currency\": \"<string>\",\n      \"rate\": \"<number>\"\n    }\n  },\n  \"status\": \"<string>\",\n  \"reference\": {\n    \"supplier\": \"<string>\",\n    \"client\": \"<string>\",\n    \"hotel\": \"<string>\",\n    \"platform\": \"<string>\"\n  },\n  \"holder\": {\n    \"first_name\": \"<string>\",\n    \"sur_name\": \"<string>\"\n  },\n  \"remarks\": \"<string>\"\n}"
						},
						{
							"name": "Validation Error",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/hotelxv/api/v2/bookings/:booking_uid/actions/amend",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"hotelxv",
										"api",
										"v2",
										"bookings",
										":booking_uid",
										"actions",
										"amend"
									],
									"variable": [
										{
											"key": "booking_uid",
											"value": "<string>",
											"description": "(Required) Booking unique identifier"
										}
									]
								}
							},
							"status": "Unprocessable Entity (WebDAV) (RFC 4918)",
							"code": 422,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}"
						}
					]
				},
				{
					"name": "Cancel Booking",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/hotelxv/api/v2/bookings/:booking_uid/actions/cancel",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"hotelxv",
								"api",
								"v2",
								"bookings",
								":booking_uid",
								"actions",
								"cancel"
							],
							"variable": [
								{
									"key": "booking_uid",
									"value": "<string>",
									"description": "(Required) Booking unique identifier"
								}
							]
						},
						"description": "### POST /hotelxv/api/v2/bookings/{booking_uid}/actions/cancel\nCancel existing booking"
					},
					"response": [
						{
							"name": "Successful Response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/hotelxv/api/v2/bookings/:booking_uid/actions/cancel",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"hotelxv",
										"api",
										"v2",
										"bookings",
										":booking_uid",
										"actions",
										"cancel"
									],
									"variable": [
										{
											"key": "booking_uid",
											"value": "<string>",
											"description": "(Required) Booking unique identifier"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"cancellation_uid\": \"<string>\",\n  \"Booking reference\": {\n    \"supplier\": \"<string>\",\n    \"client\": \"<string>\",\n    \"hotel\": \"<string>\",\n    \"platform\": \"<string>\"\n  },\n  \"status\": \"<string>\",\n  \"price\": {\n    \"currency\": \"<string>\",\n    \"binding\": \"<boolean>\",\n    \"net\": \"<number>\",\n    \"gross\": \"<number>\",\n    \"exchange\": {\n      \"currency\": \"<string>\",\n      \"rate\": \"<number>\"\n    }\n  }\n}"
						},
						{
							"name": "Validation Error",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/hotelxv/api/v2/bookings/:booking_uid/actions/cancel",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"hotelxv",
										"api",
										"v2",
										"bookings",
										":booking_uid",
										"actions",
										"cancel"
									],
									"variable": [
										{
											"key": "booking_uid",
											"value": "<string>",
											"description": "(Required) Booking unique identifier"
										}
									]
								}
							},
							"status": "Unprocessable Entity (WebDAV) (RFC 4918)",
							"code": 422,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}"
						}
					]
				},
				{
					"name": "List Bookings",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/hotelxv/api/v2/bookings?booking_uids=<string>",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"hotelxv",
								"api",
								"v2",
								"bookings"
							],
							"query": [
								{
									"key": "booking_uids",
									"value": "<string>",
									"description": "(Required) Comma separated list of booking uids"
								}
							]
						},
						"description": "### GET /hotelxv/api/v2/bookings\nGet list of bookings"
					},
					"response": [
						{
							"name": "Successful Response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/hotelxv/api/v2/bookings?booking_uids=<string>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"hotelxv",
										"api",
										"v2",
										"bookings"
									],
									"query": [
										{
											"key": "booking_uids",
											"value": "<string>"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"bookings\": [\n    {\n      \"booking_uid\": \"<string>\",\n      \"price\": {\n        \"currency\": \"<string>\",\n        \"binding\": \"<boolean>\",\n        \"net\": \"<number>\",\n        \"gross\": \"<number>\",\n        \"exchange\": {\n          \"currency\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"rate\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        }\n      },\n      \"status\": \"<string>\",\n      \"reference\": {\n        \"supplier\": \"<string>\",\n        \"client\": \"<string>\",\n        \"hotel\": \"<string>\",\n        \"platform\": \"<string>\"\n      },\n      \"holder\": {\n        \"first_name\": \"<string>\",\n        \"sur_name\": \"<string>\"\n      },\n      \"remarks\": \"<string>\"\n    },\n    {\n      \"booking_uid\": \"<string>\",\n      \"price\": {\n        \"currency\": \"<string>\",\n        \"binding\": \"<boolean>\",\n        \"net\": \"<number>\",\n        \"gross\": \"<number>\",\n        \"exchange\": {\n          \"currency\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"rate\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        }\n      },\n      \"status\": \"<string>\",\n      \"reference\": {\n        \"supplier\": \"<string>\",\n        \"client\": \"<string>\",\n        \"hotel\": \"<string>\",\n        \"platform\": \"<string>\"\n      },\n      \"holder\": {\n        \"first_name\": \"<string>\",\n        \"sur_name\": \"<string>\"\n      },\n      \"remarks\": \"<string>\"\n    }\n  ]\n}"
						},
						{
							"name": "Validation Error",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/hotelxv/api/v2/bookings?booking_uids=<string>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"hotelxv",
										"api",
										"v2",
										"bookings"
									],
									"query": [
										{
											"key": "booking_uids",
											"value": "<string>"
										}
									]
								}
							},
							"status": "Unprocessable Entity (WebDAV) (RFC 4918)",
							"code": 422,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}"
						}
					]
				}
			],
			"description": "Hotel API calls."
		}
	],
	"variable": [
		{
			"key": "baseUrl",
			"value": "/",
			"type": "string"
		}
	]
}