Skip to end of banner
Go to start of banner

Hotel List

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 6 Next »

Details

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