Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Title | body | string | No | Search save title |
Config | body | GetProfileSearchResult | No | Search config object, same as would be submitted for a search |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
SearchGuid | form | string | No | Search GUID used for accessing cached searches. |
Type | form | ProfileSearchType? | No | Search type, defaults to Advanced |
OrderByType | form | MemberSearchOrderByType | No | Determines the search result order. Maps to search tabs on desktop and 'Sort' tab on refine. |
Niche | form | NicheType | No | Nichs search, set when a Niche is used. |
UserName | form | string | No | To use username search, the Type needs to be set to Username |
MemberType | form | short | No | Determines the returned member. Map to 'Show Me' |
SeekingType | form | short | No | Matches the user's seeking type. Maps to 'People looking for' |
MinAge | form | int | No | Minimum age range. Maps to 'Age range' slider |
MaxAge | form | int | No | Maximum age range. Maps to 'Age range' slider |
CountryID | form | short | No | Country ID, used for legacy searches |
StateID | form | short | No | State ID, used for legacy searches |
PostCodeAllID | form | int | No | Post Code All ID, used for legacy searches |
GoogleMapPlace | form | GooglePlace | No | GoogleMapPlaces data used for locality based searches. |
SearchGeoPoint | form | GeoPoint | No | The User's current location for use in 'Nearby Search'. |
SearchRadius | form | short | No | Search radius, maps to 'Proximity |
OnlineNow | form | bool | No | Restricts results to online users. Maps to 'Active Now' |
WithPhotos | form | bool | No | Restricts results to users with photos. Maps to 'With Photos' |
IsVerified | form | bool | No | Restricts results to users who are verified. Maps to 'Verified' |
Race | form | short[] | No | Restricts results to users that match Race selections. Maps to 'Ethnicity' |
BodyType | form | short[] | No | Restricts results to users that match BodyType selections. Maps to 'Body type' |
SexualOrientation | form | short[] | No | Restricts results to users that match SexualOrientation selections. Maps to 'Sexual Orientation' |
Participation | form | short[] | No | Restricts results to users that match Participation selections. Maps to 'Participation level' |
SafeSex | form | short[] | No | Restricts results to users that match SafeSex selections. Maps to 'Safe Sex' |
MaritalStatus | form | short[] | No | Restricts results to users that match MaritalStatus selections. Maps to 'Relationship status' |
EndowmentLength | form | short[] | No | Restricts results to users that match EndowmentLength selections. Maps to 'Endowment' |
Height | form | short[] | No | Restricts results to users that match Height selections. Maps to 'Height' |
SexualIntererest | form | int[] | No | Restricts results to users that match SexualIntererest selections. Maps to 'Sexual interests', ListID = 71 or ListID = 72 |
SexualPreference | form | int[] | No | Restricts results to users that match SexualPreference selections. Maps to 'Sexual interests', ListID = 70 |
FetishInterest | form | int[] | No | Restricts results to users that match FetishInterest selections. Maps to 'Fetish interests' |
Intention | form | int[] | No | Restricts results to users that match Intention selections. Maps to 'Intentions' |
PubicHair | form | short[] | No | Restricts results to users that match Pubic hair selections. |
CupSize | form | short[] | No | Restricts results to users that match Cup Size selections. |
Smoking | form | short[] | No | Restricts results to users that match Smoking selections. |
HasValidations | form | bool | No | Returns only profiles that have Validations |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Size | form | int | No | |
Page | form | int | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
PlacesId | form | string | No | GoogleMapPlacesId used for locality based searches. Maps to 'place_id' google autocomplete. |
Types | form | string[] | No | GoogleMapPlacesId types array used for locality based searches. Maps to 'types' array google autocomplete. |
LocationName | form | string | No | This field will return the name of the location, no needed in the request. |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Latitude | form | decimal | No | |
Longitude | form | decimal | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
SavedSearchID | form | int | No | |
Title | form | string | No | |
Config | form | GetProfileSearchResult | No | |
DateCreated | form | DateTime | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .soap11 suffix or ?format=soap11
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /soap11 HTTP/1.1
Host: tstsrvs.redhotpie.com.au
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: CreateUserSavedSearch
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<CreateUserSavedSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RHP_API.ServiceModel">
<Config>
<Page xmlns="http://schemas.datacontract.org/2004/07/RHP.ServiceHelper.Model">0</Page>
<Size xmlns="http://schemas.datacontract.org/2004/07/RHP.ServiceHelper.Model">0</Size>
<BodyType xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:short>0</d3p1:short>
</BodyType>
<CountryID>0</CountryID>
<CupSize xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:short>0</d3p1:short>
</CupSize>
<EndowmentLength xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:short>0</d3p1:short>
</EndowmentLength>
<FetishInterest xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:int>0</d3p1:int>
</FetishInterest>
<GoogleMapPlace>
<LocationName>String</LocationName>
<PlacesId>String</PlacesId>
<Types xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>String</d4p1:string>
</Types>
</GoogleMapPlace>
<HasValidations>false</HasValidations>
<Height xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:short>0</d3p1:short>
</Height>
<Intention xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:int>0</d3p1:int>
</Intention>
<IsVerified>false</IsVerified>
<MaritalStatus xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:short>0</d3p1:short>
</MaritalStatus>
<MaxAge>0</MaxAge>
<MemberType>0</MemberType>
<MinAge>0</MinAge>
<Niche>None</Niche>
<OnlineNow>false</OnlineNow>
<OrderByType>MemberLevel</OrderByType>
<Participation xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:short>0</d3p1:short>
</Participation>
<PostCodeAllID>0</PostCodeAllID>
<PubicHair xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:short>0</d3p1:short>
</PubicHair>
<Race xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:short>0</d3p1:short>
</Race>
<SafeSex xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:short>0</d3p1:short>
</SafeSex>
<SearchGeoPoint xmlns:d3p1="http://schemas.datacontract.org/2004/07/RHP.ServiceHelper.Model">
<d3p1:Latitude>0</d3p1:Latitude>
<d3p1:Longitude>0</d3p1:Longitude>
</SearchGeoPoint>
<SearchGuid>String</SearchGuid>
<SearchRadius>0</SearchRadius>
<SeekingType>0</SeekingType>
<SexualIntererest xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:int>0</d3p1:int>
</SexualIntererest>
<SexualOrientation xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:short>0</d3p1:short>
</SexualOrientation>
<SexualPreference xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:int>0</d3p1:int>
</SexualPreference>
<Smoking xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:short>0</d3p1:short>
</Smoking>
<StateID>0</StateID>
<Type>QuickSearch</Type>
<UserName>String</UserName>
<WithPhotos>false</WithPhotos>
</Config>
<Title>String</Title>
</CreateUserSavedSearch>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK Content-Type: application/xml Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <UserSavedSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RHP_API.ServiceModel"> <Config> <Page xmlns="http://schemas.datacontract.org/2004/07/RHP.ServiceHelper.Model">0</Page> <Size xmlns="http://schemas.datacontract.org/2004/07/RHP.ServiceHelper.Model">0</Size> <BodyType xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:short>0</d3p1:short> </BodyType> <CountryID>0</CountryID> <CupSize xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:short>0</d3p1:short> </CupSize> <EndowmentLength xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:short>0</d3p1:short> </EndowmentLength> <FetishInterest xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:int>0</d3p1:int> </FetishInterest> <GoogleMapPlace> <LocationName>String</LocationName> <PlacesId>String</PlacesId> <Types xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:string>String</d4p1:string> </Types> </GoogleMapPlace> <HasValidations>false</HasValidations> <Height xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:short>0</d3p1:short> </Height> <Intention xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:int>0</d3p1:int> </Intention> <IsVerified>false</IsVerified> <MaritalStatus xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:short>0</d3p1:short> </MaritalStatus> <MaxAge>0</MaxAge> <MemberType>0</MemberType> <MinAge>0</MinAge> <Niche>None</Niche> <OnlineNow>false</OnlineNow> <OrderByType>MemberLevel</OrderByType> <Participation xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:short>0</d3p1:short> </Participation> <PostCodeAllID>0</PostCodeAllID> <PubicHair xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:short>0</d3p1:short> </PubicHair> <Race xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:short>0</d3p1:short> </Race> <SafeSex xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:short>0</d3p1:short> </SafeSex> <SearchGeoPoint xmlns:d3p1="http://schemas.datacontract.org/2004/07/RHP.ServiceHelper.Model"> <d3p1:Latitude>0</d3p1:Latitude> <d3p1:Longitude>0</d3p1:Longitude> </SearchGeoPoint> <SearchGuid>String</SearchGuid> <SearchRadius>0</SearchRadius> <SeekingType>0</SeekingType> <SexualIntererest xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:int>0</d3p1:int> </SexualIntererest> <SexualOrientation xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:short>0</d3p1:short> </SexualOrientation> <SexualPreference xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:int>0</d3p1:int> </SexualPreference> <Smoking xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:short>0</d3p1:short> </Smoking> <StateID>0</StateID> <Type>QuickSearch</Type> <UserName>String</UserName> <WithPhotos>false</WithPhotos> </Config> <DateCreated>0001-01-01T00:00:00</DateCreated> <SavedSearchID>0</SavedSearchID> <Title>String</Title> </UserSavedSearch> </soap:Body> </soap:Envelope>