Skip to end of banner
Go to start of banner

Hotels ***

Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 8 Next »

Get a list of hotels connected to the selected publisher and your application.

Hotel LIst

Method: GET
Path: /publishers/{publisherCode}/hotels
Sample Response:

[
	{
		"code": "samplehotel",
		"name": "Sample Hotel",
		"currency": "AUD",
		"messageTypes": [
			"Reservations",
			"ARI"
		]
	},
	{
		"code": "samplehotel1",
		"name": "Sample Hotel 1",
		"currency": "USD",
		"messageTypes": [
			"Reservations"
		]
	},
	{
		"code": "samplehotel2",
		"name": "Sample Hotel 2",
		"currency": "AUD",
		"messageTypes": [
			"ARI"
		]
	},
	{
		"code": "samplehotel3",
		"name": "Sample Hotel 3",
		"currency": "EUR",
		"messageTypes": [
			"Reservations",
			"ARI"
		]
	}
]
  • No labels