get Inactive Properties With Response
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
a Response object with a body of type kotlin.collections.List
Parameters
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)
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)
Only used for requesting additional pages of data. Provided by the next
URL in the Link
response header. (optional)
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)
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)
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)
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)