Skip to Content

CreateRentalOrderRequest

Properties

NameTypeDescriptionNotes
product_idLongProduct ID to rent[default to null]
quantityIntegerQuantity to rent[default to null]
start_dateStringRental start date[default to null]
end_dateStringRental end date[default to null]
start_timeStringOptional start time[optional] [default to null]
end_timeStringOptional end time[optional] [default to null]
duration_valueIntegerDuration value (e.g., 3 for “3 days”)[default to null]
duration_unitRentalDurationUnitDuration unit (hours, days, weeks, months)[default to null]
fulfillment_typeRentalFulfillmentTypeHow the rental item will be received[default to null]
pickup_location_idLongPickup location ID (if fulfillment_type is Pickup)[optional] [default to null]
delivery_address_idLongDelivery address ID (if fulfillment_type is Delivery)[optional] [default to null]
return_typeRentalFulfillmentTypeHow the rental item will be returned[default to null]
return_location_idLongReturn location ID (if return_type is Pickup)[optional] [default to null]
payment_method_idLongPayment method ID[optional] [default to null]
noteStringOptional note for the rental[optional] [default to null]

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