REST Resource: accounts.properties

  • The PropertyPrices resource stores all prices for a given property and is identified by a unique name.

  • The resource name follows a specific format: accounts/{account_id}/properties/{property_id}, combining the account and property IDs.

  • You can update a property's prices using the ingestLosPropertyPrices method, which utilizes length-of-stay pricing.

Resource: PropertyPrices

PropertyPrices. This message contains the unique name identifier of the resource that was modified. The PropertyPrices resource signifies all of the stored prices for a property.

JSON representation
{
  "name": string
}
Fields
name

string

Required. The name of the PropertyPrices resource. Has the form accounts/{account_id}/properties/{property_id}.

account_id: This string value is the "Account ID" value listed on the Account settings page in Hotel Center.

property_id: The value of this element must be a string that matches the listing ID in your Hotel List Feed.

Methods

ingestLosPropertyPrices

Update the prices for a single property using length-of-stay formatted prices.