result: An array of results for each date-specific rate update attempt. Each item contains details about the operation status and any applicable restrictions or errors.
stats: Summary of the batch operation, showing how many entries succeeded and failed.
echoToken: A unique token that can be used to trace, log, or correlate this API request for debugging or audit purposes.
success: Boolean flag indicating whether the rate update for that specific date was successful.
date: The calendar date (YYYY-MM-DD) for which the update was attempted.
rate (optional): The nightly rate that was applied for the date (only present when success is true and rate was provided).
stopSell (optional): Boolean indicating if the rate was marked as not available for booking (true = stop sell).
cta (optional): “Closed to Arrival” flag. If true, guests cannot check in on this date.
ctd (optional): “Closed to Departure” flag. If true, guests cannot check out on this date.
minStay (optional): Minimum number of nights required for bookings starting on this date.
maxStay (optional): Maximum number of nights allowed for bookings starting on this date.
errorMessage (optional): Error message returned when success is false, explaining why the rate update failed.