RatePlans

RatePlans by Hotel

Method: GET Path: ​/publisher​s/{publisherCode}​/hotel​s/{hotelCode}​/ratePlans Description: Lists all the rate plans for a specific publisher and hotel.

Parameters

Name
Located in
Description
Required
Type

publisherCode

path

Yes

String

hotelCode

path

The code that uniquely identifies a single hotel property.

Yes

String

Responses

Code
Description
Schema

200

OK

401

Unauthorized

403

Forbidden

405

Method Not Supported

429

Too Many Requests

500

Internal Server Error

RatePlans by Rate Plan Code

Method: GET Path:/publisher​s/{publisherCode}​/hotel​s/{hotelCode}​/ratePlans​/{ratePlanCode} Description: Get a specific rate plan for a publisher and hotel. Parameters

Name
Located in
Description
Required
Type

publisherCode

path

Yes

String

hotelCode

path

The code that uniquely identifies a single hotel property.

Yes

String

ratePlanCode

path

the rate plan code.

Yes

String

Responses

Code
Description
Schema

200

OK

401

Unauthorized

403

Forbidden

405

Method Not Supported

429

Too Many Requests

500

Internal Server Error


Response JSON Samples: RatePlans Samples

Last updated