Package travel.wink.sdk.extranet.api
Class ContactsApi
java.lang.Object
travel.wink.sdk.extranet.api.ContactsApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-05-28T13:49:39.867864+07:00[Asia/Bangkok]")
public class ContactsApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApiClient(ApiClient apiClient) reactor.core.publisher.Mono<HotelContacts>updateContacts(String hotelIdentifier, HotelContacts hotelContacts) Update contacts Manage important property contacts via this endpoint.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelContacts>>updateContactsWithHttpInfo(String hotelIdentifier, HotelContacts hotelContacts)
-
Constructor Details
-
ContactsApi
public ContactsApi() -
ContactsApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
updateContacts
public reactor.core.publisher.Mono<HotelContacts> updateContacts(String hotelIdentifier, HotelContacts hotelContacts) throws org.springframework.web.reactive.function.client.WebClientResponseException Update contacts Manage important property contacts via this endpoint. Update legal signer, reservation and accounting contacts.405 - Method Not Allowed
415 - Unsupported Media Type
400 - Bad Request
403 - Forbidden
401 - Unauthorized
500 - Internal Server Error
404 - Not Found
503 - Service Unavailable
200 - OK
- Parameters:
hotelIdentifier- Update important contacts for this hotel identifierhotelContacts- The hotelContacts parameter- Returns:
- HotelContacts
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateContactsWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelContacts>> updateContactsWithHttpInfo(String hotelIdentifier, HotelContacts hotelContacts) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-