Map Existing Listing

This endpoint allows partners to link an existing VRBO listing with a property, room, and rate plan in the Su system.


Endpoint

POST


Attributes

hotel_id alphanumeric (Required)

Specifies the required node hotel_id contains the IT provider's hotel id for which the provider wishes to map existing listing.


advertiser_id string (Required)

The unique advertiser ID associated with the property for in which existing listing map.


room_id string (Required)

The unique room ID associated with the property.


rate_id string (Required)

The unique rate ID for the room.


listing_id string (Required)

Unique VRBO listing identifier corresponding to the property listing.


occupancy integer (Required)

Maximum number of guests allowed for the listing.


multiplier integer (Required)

Multiplier factor used for rate calculations.


surcharge integer (Required)

Any additional surcharge applicable to the property or room.


Sample Request


Response


Success Response - Body Elements


Status string

Indicates the result of the API call.

circle-info

Will be "Success" for successful operations.


Data array

Response data returned by the API.


Message string

The message in the response.


Trace-ID string

Unique ID for tracing the API request.


Errors Response - Body Elements


Status string

Indicates the result of the API call, which will be always "Failed" in case of an error response.


Data array

Response data returned by the API (empty for error responses).


Message string

The message in the response.


Trace-ID string

Unique ID for tracing the API request.

Last updated

Was this helpful?