get https://api.my-rent.net/customer/prices/
This API will return you a full list by day of prices and for each day is it available for sales or not
{
"user_id": 1,
"object_id": 1100,
"day": "2022-10-27",
"price": 100, // price of stay
"price_special": 0,
"check_in": "Y",
"check_out": "Y",
"min_stay": 1,
"price_extra": 0,
"extra_from": 0,
"enable": "Y", // is this day available for stay
"item_id": -1,
"stock": 1,
"min_advance_res": 0,
"booked_rent_count": 0,
"booked_days_ical": 0,
"booked_days_offer": 0,
"stock_available": 1, // how many free units we can sell on this day
"available": "Y" // is this day available for stay (Y/N)
}