Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Expedia Group Rate Plan API

The rate plan resource

Expedia Group Rate Plan API is one of 15 APIs that Expedia Group publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Rate Plan. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 6 operations across 2 paths, and defines 18 schemas. It is described by OpenAPI 3.0.1, at version 1.0.

Requests are made against a single base URL, https://services.expediapartnercentral.com/.

6 operations 2 paths 18 schemas 1 DELETE2 GET1 PATCH1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0
Server
https://services.expediapartnercentral.com/
Authentication
HTTP Basic
Resource Areas
1

Authentication & Security 1

Expedia Group Rate Plan API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (Basic). By default, every request must be authenticated.

Paths & Operations 6

Across 2 paths, the API surfaces 6 operations — 1 DELETE, 2 GET, 1 PATCH, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Rate Plan 6

The rate plan resource

GET
/properties/{propertyId}/roomTypes/{roomTypeId}/ratePlans
Expedia Group Obtain a list of rate plans
getRatePlans 3 params → 200
POST
/properties/{propertyId}/roomTypes/{roomTypeId}/ratePlans
Expedia Group Creates a new rate plan
createRatePlan 2 params body → 201
GET
/properties/{propertyId}/roomTypes/{roomTypeId}/ratePlans/{ratePlanId}
Expedia Group Read a single rate plan
getRatePlan 3 params → 200
PUT
/properties/{propertyId}/roomTypes/{roomTypeId}/ratePlans/{ratePlanId}
Expedia Group Modify an existing rate plan
updateRatePlan 3 params body → 200
DELETE
/properties/{propertyId}/roomTypes/{roomTypeId}/ratePlans/{ratePlanId}
Expedia Group Delete an existing rate plan
deleteRatePlan 3 params → 204
PATCH
/properties/{propertyId}/roomTypes/{roomTypeId}/ratePlans/{ratePlanId}
Expedia Group Patch an existing rate plan
patchRatePlan 3 params body → 200

Schemas 18

The contract defines 18 schemas that model the data the API accepts and returns. The most detailed are RatePlanDTO (28 properties), CompensationExceptionRuleDTO (11 properties), ServiceFeesPerPersonDTO (6 properties), AdditionalGuestAmountDTO (5 properties). Each schema is shown below with its type and property counts.

RateDerivationRuleDTO
object
5 properties 5 required
PeriodDTO
object
2 properties 2 required
RatePlanDTOLinks
object
4 properties
AdditionalGuestAmountDTO
object
5 properties 1 required
ServiceFeesPerStayDTO
object
4 properties 1 required
DistributionRuleDTO
object
5 properties 1 required
CancelPolicyDTO
object
2 properties
CompensationExceptionRuleDTO
object
11 properties
RatePlanDTO
object
28 properties 3 required
ErrorDTO
object
2 properties
ResponseWrapperDTO«RatePlanDTO»
object
2 properties
ServiceFeesPerPersonDTO
object
6 properties 4 required
RatePlanLinkageDTO
object
5 properties 5 required
PenaltyDTO
object
3 properties
CancelPolicyExceptionDTO
object
3 properties 2 required
ResponseWrapperDTO«List«RatePlanDTO»»
object
2 properties
CompensationRuleDTO
object
3 properties 2 required
LinkDTO
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

expedia-group-rate-plan-api-openapi.yml Raw ↑

Other APIs Expedia Group publishes across the network.

Expedia Group Bookings API
Expedia Group Content API
Expedia Group Deposit API
Expedia Group Geography API
Expedia Group Loyalty API
Expedia Group Manage Booking API
Expedia Group Notifications API
Expedia Group OrderPurchaseScreen API
Expedia Group OrderPurchaseUpdate API
Expedia Group Property API
Expedia Group Rate Verification Thresholds API
Expedia Group Room Type Amenities API