Class ChannelManagerApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApiClient(ApiClient apiClient) reactor.core.publisher.Mono<PageableNestedResourcePropertyEntityModel>showProperties(Integer page, Integer size, String accept) Show Properties The properties endpoint provides the entry point into the listener and is used to list properties you have access to.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageableNestedResourcePropertyEntityModel>>showPropertiesWithHttpInfo(Integer page, Integer size, String accept) reactor.core.publisher.Mono<PropertyWithRoomRateNestedResourcePropertyRoomRateEntityModel>showProperty(String propertyIdentifier, String accept) Show Property Retrieves property record for identifier.reactor.core.publisher.Mono<PropertyBookingEntityModel>showPropertyBooking(String propertyIdentifier, String bookingIdentifier, String accept) Show Booking Retrieves a specific booking by property / booking combo.reactor.core.publisher.Mono<PropertyBookingsWithBookingNestedEntityModelPropertyBookingEntityModel>showPropertyBookings(String propertyIdentifier, OffsetDateTime startDate, OffsetDateTime endDate, String accept) Show Bookings Retrieves a list of all bookings created for the specified property within the specified date range.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PropertyBookingsWithBookingNestedEntityModelPropertyBookingEntityModel>>showPropertyBookingsWithHttpInfo(String propertyIdentifier, OffsetDateTime startDate, OffsetDateTime endDate, String accept) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PropertyBookingEntityModel>>showPropertyBookingWithHttpInfo(String propertyIdentifier, String bookingIdentifier, String accept) reactor.core.publisher.Mono<PropertyRateEntityModel>showPropertyRoomRate(String propertyIdentifier, String masterRateIdentifier, String rateIdentifier, String accept) Show Daily Rate Retrieves a single daily rate for property / master rate / daily rate identifier combo.reactor.core.publisher.Mono<PropertyRoomRateWithRateNestedEntityModelPropertyRateEntityModel>showPropertyRoomRates(String propertyIdentifier, String masterRateIdentifier, LocalDate startDate, LocalDate endDate, String accept) Show Daily Rates Retrieves all daily rates for for property / master rate combo and a date range.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PropertyRoomRateWithRateNestedEntityModelPropertyRateEntityModel>>showPropertyRoomRatesWithHttpInfo(String propertyIdentifier, String masterRateIdentifier, LocalDate startDate, LocalDate endDate, String accept) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PropertyRateEntityModel>>showPropertyRoomRateWithHttpInfo(String propertyIdentifier, String masterRateIdentifier, String rateIdentifier, String accept) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PropertyWithRoomRateNestedResourcePropertyRoomRateEntityModel>>showPropertyWithHttpInfo(String propertyIdentifier, String accept) reactor.core.publisher.Mono<Void>updateRates(String propertyIdentifier, String masterRateIdentifier, PropertyRateUpdateDto propertyRateUpdateDto) Update Daily Rates Update daily rate / availability for a property / master rate combo.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Void>>updateRatesWithHttpInfo(String propertyIdentifier, String masterRateIdentifier, PropertyRateUpdateDto propertyRateUpdateDto)
-
Constructor Details
-
ChannelManagerApi
public ChannelManagerApi() -
ChannelManagerApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
showProperties
public reactor.core.publisher.Mono<PageableNestedResourcePropertyEntityModel> showProperties(Integer page, Integer size, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Properties The properties endpoint provides the entry point into the listener and is used to list properties you have access to.400 - Bad Request
500 - Internal Server Error
404 - Not Found
503 - Service Unavailable
405 - Method Not Allowed
415 - Unsupported Media Type
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
page- Page through all properties owned by your accountsize- Limit results of records per pageaccept- The accept parameter- Returns:
- PageableNestedResourcePropertyEntityModel
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showPropertiesWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageableNestedResourcePropertyEntityModel>> showPropertiesWithHttpInfo(Integer page, Integer size, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showProperty
public reactor.core.publisher.Mono<PropertyWithRoomRateNestedResourcePropertyRoomRateEntityModel> showProperty(String propertyIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Property Retrieves property record for identifier.400 - Bad Request
500 - Internal Server Error
404 - Not Found
503 - Service Unavailable
405 - Method Not Allowed
415 - Unsupported Media Type
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
propertyIdentifier- Retrieve record for this propertyIdentifieraccept- The accept parameter- Returns:
- PropertyWithRoomRateNestedResourcePropertyRoomRateEntityModel
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showPropertyWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PropertyWithRoomRateNestedResourcePropertyRoomRateEntityModel>> showPropertyWithHttpInfo(String propertyIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showPropertyBooking
public reactor.core.publisher.Mono<PropertyBookingEntityModel> showPropertyBooking(String propertyIdentifier, String bookingIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Booking Retrieves a specific booking by property / booking combo.400 - Bad Request
500 - Internal Server Error
404 - Not Found
503 - Service Unavailable
405 - Method Not Allowed
415 - Unsupported Media Type
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
propertyIdentifier- Retrieve record owned by propertyIdentifierbookingIdentifier- Retrieve record for this bookingIdentifieraccept- The accept parameter- Returns:
- PropertyBookingEntityModel
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showPropertyBookingWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PropertyBookingEntityModel>> showPropertyBookingWithHttpInfo(String propertyIdentifier, String bookingIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showPropertyBookings
public reactor.core.publisher.Mono<PropertyBookingsWithBookingNestedEntityModelPropertyBookingEntityModel> showPropertyBookings(String propertyIdentifier, OffsetDateTime startDate, OffsetDateTime endDate, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Bookings Retrieves a list of all bookings created for the specified property within the specified date range.400 - Bad Request
500 - Internal Server Error
404 - Not Found
503 - Service Unavailable
405 - Method Not Allowed
415 - Unsupported Media Type
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
propertyIdentifier- Retrieve record owned by this propertyIdentifierstartDate- Limit results on date range starting withendDate- Limit results on date range ending withaccept- The accept parameter- Returns:
- PropertyBookingsWithBookingNestedEntityModelPropertyBookingEntityModel
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showPropertyBookingsWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PropertyBookingsWithBookingNestedEntityModelPropertyBookingEntityModel>> showPropertyBookingsWithHttpInfo(String propertyIdentifier, OffsetDateTime startDate, OffsetDateTime endDate, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showPropertyRoomRate
public reactor.core.publisher.Mono<PropertyRateEntityModel> showPropertyRoomRate(String propertyIdentifier, String masterRateIdentifier, String rateIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Daily Rate Retrieves a single daily rate for property / master rate / daily rate identifier combo.400 - Bad Request
500 - Internal Server Error
404 - Not Found
503 - Service Unavailable
405 - Method Not Allowed
415 - Unsupported Media Type
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
propertyIdentifier- Retrieve record owned by this propertyIdentifiermasterRateIdentifier- Retrieve record owned by this masterRateIdentifierrateIdentifier- Retrieve rate for this rateIdentifieraccept- The accept parameter- Returns:
- PropertyRateEntityModel
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showPropertyRoomRateWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PropertyRateEntityModel>> showPropertyRoomRateWithHttpInfo(String propertyIdentifier, String masterRateIdentifier, String rateIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showPropertyRoomRates
public reactor.core.publisher.Mono<PropertyRoomRateWithRateNestedEntityModelPropertyRateEntityModel> showPropertyRoomRates(String propertyIdentifier, String masterRateIdentifier, LocalDate startDate, LocalDate endDate, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Daily Rates Retrieves all daily rates for for property / master rate combo and a date range.400 - Bad Request
500 - Internal Server Error
404 - Not Found
503 - Service Unavailable
405 - Method Not Allowed
415 - Unsupported Media Type
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
propertyIdentifier- Retrieve record owned by this propertyIdentifiermasterRateIdentifier- Retrieve record owned by this masterRateIdentifierstartDate- Limit results on date range starting withendDate- Limit results on date range ending withaccept- The accept parameter- Returns:
- PropertyRoomRateWithRateNestedEntityModelPropertyRateEntityModel
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showPropertyRoomRatesWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PropertyRoomRateWithRateNestedEntityModelPropertyRateEntityModel>> showPropertyRoomRatesWithHttpInfo(String propertyIdentifier, String masterRateIdentifier, LocalDate startDate, LocalDate endDate, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
updateRates
public reactor.core.publisher.Mono<Void> updateRates(String propertyIdentifier, String masterRateIdentifier, PropertyRateUpdateDto propertyRateUpdateDto) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Daily Rates Update daily rate / availability for a property / master rate combo.400 - Bad Request
500 - Internal Server Error
404 - Not Found
503 - Service Unavailable
405 - Method Not Allowed
415 - Unsupported Media Type
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
propertyIdentifier- Update rates owned by this propertyIdentifiermasterRateIdentifier- Update rates owned by this masterRateIdentifierpropertyRateUpdateDto- The propertyRateUpdateDto parameter- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateRatesWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Void>> updateRatesWithHttpInfo(String propertyIdentifier, String masterRateIdentifier, PropertyRateUpdateDto propertyRateUpdateDto) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-