getInactiveProperties

@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: GetInactivePropertiesOperation)"))
public final List<PropertyInactive> getInactiveProperties(String customerSessionId, String since, String token, String billingTerms, String paymentTerms, String partnerPointOfSale, String platformName)
@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: GetInactivePropertiesOperation)"))
public final List<PropertyInactive> getInactiveProperties(String customerSessionId, String since, String token, String billingTerms, String paymentTerms, String partnerPointOfSale)
@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: GetInactivePropertiesOperation)"))
public final List<PropertyInactive> getInactiveProperties(String customerSessionId, String since, String token, String billingTerms, String paymentTerms)
@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: GetInactivePropertiesOperation)"))
public final List<PropertyInactive> getInactiveProperties(String customerSessionId, String since, String token, String billingTerms)
@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: GetInactivePropertiesOperation)"))
public final List<PropertyInactive> getInactiveProperties(String customerSessionId, String since, String token)
@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: GetInactivePropertiesOperation)"))
public final List<PropertyInactive> getInactiveProperties(String customerSessionId, String since)
@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: GetInactivePropertiesOperation)"))
public final List<PropertyInactive> getInactiveProperties(String customerSessionId)
@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: GetInactivePropertiesOperation)"))
public final List<PropertyInactive> getInactiveProperties()

Deprecated

Use execute method instead

Replace with

execute(operation: GetInactivePropertiesOperation)

Inactive Properties Request a list of properties that are inactive because they have been removed from sale since a specified date.

When there are a large number of properties in the response, it will be paginated. See the Link header in the 200 response section.

Return

kotlin.collections.List

Parameters

customerSessionId

Insert your own unique value for each user session, beginning with the first API call. Continue to pass the same value for each subsequent API call during the user's session, using a new value for every new customer session.
Including this value greatly eases EPS's internal debugging process for issues with partner requests, as it explicitly links together request paths for individual user's session. (optional)

since

Required on initial call, not accepted on subsequent paging links provided in response header.
The earliest date that a property became inactive to include in the results. ISO 8601 format (YYYY-MM-DD) (optional)

token

Only used for requesting additional pages of data. Provided by the next URL in the Link response header. (optional)

billingTerms

This parameter is to specify the terms of how a resulting booking should be billed. If this field is needed, the value for this will be provided to you separately. (optional)

paymentTerms

This parameter is to specify what terms should be used when being paid for a resulting booking. If this field is needed, the value for this will be provided to you separately. (optional)

partnerPointOfSale

This parameter is to specify what point of sale is being used to shop and book. If this field is needed, the value for this will be provided to you separately. (optional)

platformName

This parameter is to specify what platform is being used to shop and book. If this field is needed, the value for this will be provided to you separately. (optional)

Throws