postGeographyWithResponse

@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: PostGeographyOperation)"))
public final <Error class: unknown class><Map<String, PropertyGeography>> postGeographyWithResponse(String include, PropertiesGeoJsonRequest propertiesGeoJsonRequest, String customerSessionId, String billingTerms, String partnerPointOfSale, String paymentTerms, String platformName, String supplySource)
@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: PostGeographyOperation)"))
public final <Error class: unknown class><Map<String, PropertyGeography>> postGeographyWithResponse(String include, PropertiesGeoJsonRequest propertiesGeoJsonRequest, String customerSessionId, String billingTerms, String partnerPointOfSale, String paymentTerms, String platformName)
@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: PostGeographyOperation)"))
public final <Error class: unknown class><Map<String, PropertyGeography>> postGeographyWithResponse(String include, PropertiesGeoJsonRequest propertiesGeoJsonRequest, String customerSessionId, String billingTerms, String partnerPointOfSale, String paymentTerms)
@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: PostGeographyOperation)"))
public final <Error class: unknown class><Map<String, PropertyGeography>> postGeographyWithResponse(String include, PropertiesGeoJsonRequest propertiesGeoJsonRequest, String customerSessionId, String billingTerms, String partnerPointOfSale)
@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: PostGeographyOperation)"))
public final <Error class: unknown class><Map<String, PropertyGeography>> postGeographyWithResponse(String include, PropertiesGeoJsonRequest propertiesGeoJsonRequest, String customerSessionId, String billingTerms)
@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: PostGeographyOperation)"))
public final <Error class: unknown class><Map<String, PropertyGeography>> postGeographyWithResponse(String include, PropertiesGeoJsonRequest propertiesGeoJsonRequest, String customerSessionId)
@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: PostGeographyOperation)"))
public final <Error class: unknown class><Map<String, PropertyGeography>> postGeographyWithResponse(String include, PropertiesGeoJsonRequest propertiesGeoJsonRequest)

Deprecated

Use execute method instead

Replace with

execute(operation: PostGeographyOperation)

Properties within Polygon Returns the properties within an custom polygon that represents a multi-city area or smaller. The coordinates of the polygon should be in GeoJSON format and the polygon must conform to the following restrictions: * Polygon size - diagonal distance of the polygon must be less than 500km * Polygon type - only single polygons are supported * Number of coordinates - must be <= 2000

Return

a Response object with a body of type kotlin.collections.Map

Parameters

include

Options for which content to return in the response. The value must be lower case. * property_ids - Include the property IDs.

propertiesGeoJsonRequest
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)

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)

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)

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)

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)

supplySource

Options for which supply source you would like returned in the geography response. This parameter may only be supplied once and will return all properties that match the requested supply source. An error is thrown if the parameter is provided multiple times. * expedia - Standard Expedia supply. * vrbo - VRBO supply - This option is restricted to partners who have VRBO supply enabled for their profile. See Vacation Rentals for more information. (optional)

Throws