Master

Authentication Error

{
  "Status": "Fail",
  "Errors": [],
  "Message": "VRBO - Authentication failed",
  "TrackingId": "33CF49C2-4062-49F9-9DC2-50F4CB51DD7F"
}

Autnetication Errors Response - Body Elements


Status string

Indicates the result of the API call.

circle-info

"Fail" – The request was not processed successfully due to validation errors or other issues.


Errors array[object]

A list of error objects providing detailed information about one or more issues encountered during request processing. This field may be empty if the error is conveyed through the Message field.


Message string

A descriptive error message summarizing the failure.


TrackingId string

Unique identifier for tracing the request.


Field Understanding

Su

VRBO

channel_hotel_id

staahPropertyId

listing_id

channelHotelId

type

promotionType

discount_type

discountType

day_of_week

dayOfWeek

applicability_rules

applicabilityRules

applicable_nights

applicableNights

applicable_night

applicableNight

member_tier

memberTier

min_stay_through

minLengthOfStay

max_stay_through

maxLengthOfStay

min_advance_booking_days

minAdvanceBookingDays

max_advance_booking_days

maxAdvanceBookingDays

stay_date.start

travelFromDate

stay_date.end

travelToDate

book_date.start & book_time.start

bookingFromDateTime

book_date.end & book_time.end

bookingToDateTime

same_day_booking_start_time

sameDayBookingStartTime

stay_date. excluded_dates

blackoutDates


discount_type: "BASIC"


Response - Body Elements - discount_type: "BASIC"


discount object (Required)

Contains discount configuration details for the promotion.


unit string (Required)

Unit of discount (e.g., PERCENT, AMOUNT).


value number (Required)

The discount percentage applied to the promotion.


discount_type: "DAY_OF_WEEK"


Response - Body Elements - discount_type: "DAY_OF_WEEK"

discount object (Required)

Contains discount configuration details for the promotion.


unit string (Required)

Unit of discount (PERCENT, AMOUNT).


day_of_week object (Required)

Specifies the day of week, Where <day> = monday, tuesday, wednesday, thursday, friday, saturday, sunday.

<day> number (Required) [Where <day> = monday, tuesday, wednesday, thursday, friday, saturday, sunday.]

Discount value on that day.


supplier_discount_id string (Required)

Discount id for the supplier.


discount_type: "MULTI_NIGHT"



Response - Body Elements - discount_type: "MULTI_NIGHT"


unit string (Required)

Unit of discount (PERCENT, AMOUNT).


value number (Required)

Discount value.


applicability_rules object (Required)

Defines rules that control how and when the multi-night discount is applied.


applicable_nights object (Required)

Specifies the night-based conditions under which the discount becomes applicable.


applicable_night integer (Required)

Defines after how many nights discount applies.


recurring boolean (Required)

Indicates whether discount repeats for every cycle.


discount_type: "TIERED"



Response - Body Elements - discount_type: "TIERED"


discount object (Required)

Contains discount configuration details for the promotion.


tiers array[object] (Required)

List of tier-based discounts.


member_tier string (Required)

Member tier level.

circle-info

Possible values: BLUE, SILVER, GOLD (as per system configuration)


discount object (Required)

Contains discount configuration details for the promotion.


unit string (Required)

Unit of discount (e.g., PERCENT, AMOUNT).


value number (Required)

Discount value for the tier.

Last updated

Was this helpful?