Skip to Content
DocumentationAPI ReferenceBusiness APIModelsRental Availability Day Response

RentalAvailabilityDayResponse

Properties

NameTypeDescriptionNotes
dateStringThe date[default to null]
available_qtyIntegerAvailable quantity for this date[default to null]
reserved_qtyIntegerReserved quantity (pending orders)[default to null]
rented_qtyIntegerCurrently rented quantity[default to null]
total_qtyIntegerTotal inventory quantity[default to null]
blockedBooleanWhether this date is blocked[default to null]
block_reasonStringReason for blocking (if blocked)[optional] [default to null]
price_overrideBigDecimalPrice override for this date (if different from base)[optional] [default to null]
minimum_duration_overrideIntegerMinimum duration override for this date[optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]