Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
SearchCriteria | body | DateFinderSearchCriteria | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Size | form | int | No | |
Page | form | int | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
SeekingTypes | form | short | No | Sum of selected seeking types, API will return Dates from selected types only, if left blank or -1 all User types will be returned. |
AgeMin | form | int | No | Minimum age, defaults to User's min seeking age |
AgeMax | form | int | No | Maximum age, defaults to user's max seeking age |
GoogleMapPlaceID | form | string | No | Google location place ID, defaults to User's profile location |
SearchRadius | form | short | No | Search radius, defaults to 50km |
StartDate | form | DateTime? | No | Start date for date range search. |
EndDate | form | DateTime? | No | End date for date range search. |
CustomDate | form | DateTime? | No | Custom date will return dates starting from specified date, and will supersede Date Range. |
MeetingTypes | form | int | No | Will return dates that match the selected meeting types. |
WithPhoto | form | bool | No | Will return only users that have photos. |
CanHost | form | bool | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
SearchSummary | form | DateFinderSearchResultSummary | No | |
CountSummary | form | DateFinderCountSummary | No | |
SearchCriteria | form | DateFinderSearchCriteriaReturn | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Dates | form | List<DateFinderDisplayItem> | No | |
TotalSearchCount | form | int | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Profile | form | ProfileSummary | No | |
HasExpressedInterest | form | bool | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
ID | form | int | No | |
DateHeld | form | DateTime | No | |
DateHeldUtcIso | form | string | No | |
Comment | form | string | No | |
ShortComment | form | string | No | |
Location | form | string | No | |
City | form | string | No | |
StateName | form | string | No | |
StateNameAbbr | form | string | No | |
CountryName | form | string | No | |
AgeMin | form | int | No | |
AgeMax | form | int | No | |
SeekingTypes | form | short | No | |
OpenForList | form | List<string> | No | |
OpenForTypes | form | int | No | |
SeekingTypeList | form | LookupValue[] | No | |
CanHost | form | bool | No | |
DisplayDate | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
IsMatch | form | bool | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Value | form | int | No | |
Text | form | string | No | |
TextAbbr | form | string | No | |
ListID | form | int? | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
MemberID | form | long | No | |
UserName | form | string | No | |
MemberType | form | short | No | |
MemberTypeTitle | form | ProfileMemberType | No | |
Age1 | form | int | No | |
Age2 | form | int | No | |
AgeTitle | form | string | No | |
Location | form | string | No | |
MatchingInterests | form | int | No | |
MainPhoto | form | ProfilePhoto | No | |
IsOnline | form | bool | No | |
MemberLevel | form | int | No | |
IsDiamond | form | bool | No | |
CountryID | form | int | No | |
UserType | form | LoginUserType | No | |
MemberLevelType | form | string | No | |
IsAdmin | form | bool | No | |
MemberLevelUserProfile | form | MemberLevelUserProfile | No | |
IsViewable | form | bool | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Abbr | form | string | No | |
Singular | form | string | No | |
Plural | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
PhotoID | form | int | No | |
Height | form | int | No | |
Width | form | int | No | |
ImageType | form | ProfileImageType | No | |
IsPublic | form | bool | No | |
Classification | form | int | No | |
UserType | form | LoginUserType? | No | |
ShowSafeMode | form | bool | No | |
ImageActionType | form | ImageActionType | No | |
GalleryID | form | int | No | |
IsAccepted | form | bool? | No | |
MemberLikeCount | form | int | No | |
IsLiked | form | bool | No | |
SortNumber | form | int | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
ThumbUrl | form | string | No | |
FullUrl | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
TotalDateMatchingCount | form | int | No | |
TotalDates | form | int | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
SuburbItem | form | SuburbItem | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
PostCodeAllID | form | int | No | |
Suburb | form | string | No | |
PostCode | form | string | No | |
StateID | form | int | No | |
StateName | form | string | No | |
StateNameAbbr | form | string | No | |
CountryID | form | int | No | |
CountryName | form | string | No | |
CountryCode | form | string | No | |
GoogleMapPlacesId | form | string | No | |
Type | form | string | 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: DateFinderSearch
<?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>
<DateFinderSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RHP_API.ServiceModel">
<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>
<SearchCriteria>
<AgeMax>0</AgeMax>
<AgeMin>0</AgeMin>
<CanHost>false</CanHost>
<CustomDate>0001-01-01T00:00:00</CustomDate>
<EndDate>0001-01-01T00:00:00</EndDate>
<GoogleMapPlaceID>String</GoogleMapPlaceID>
<MeetingTypes>0</MeetingTypes>
<SearchRadius>0</SearchRadius>
<SeekingTypes>0</SeekingTypes>
<StartDate>0001-01-01T00:00:00</StartDate>
<WithPhoto>false</WithPhoto>
</SearchCriteria>
</DateFinderSearch>
</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> <DateFinderSearchResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RHP_API.ServiceModel"> <CountSummary> <TotalDateMatchingCount>0</TotalDateMatchingCount> <TotalDates>0</TotalDates> </CountSummary> <SearchCriteria> <AgeMax>0</AgeMax> <AgeMin>0</AgeMin> <CanHost>false</CanHost> <CustomDate>0001-01-01T00:00:00</CustomDate> <EndDate>0001-01-01T00:00:00</EndDate> <GoogleMapPlaceID>String</GoogleMapPlaceID> <MeetingTypes>0</MeetingTypes> <SearchRadius>0</SearchRadius> <SeekingTypes>0</SeekingTypes> <StartDate>0001-01-01T00:00:00</StartDate> <WithPhoto>false</WithPhoto> <SuburbItem> <CountryCode>String</CountryCode> <CountryID>0</CountryID> <CountryName>String</CountryName> <GoogleMapPlacesId>String</GoogleMapPlacesId> <PostCode>String</PostCode> <PostCodeAllID>0</PostCodeAllID> <StateID>0</StateID> <StateName>String</StateName> <StateNameAbbr>String</StateNameAbbr> <Suburb>String</Suburb> <Type>String</Type> </SuburbItem> </SearchCriteria> <SearchSummary> <Dates> <DateFinderDisplayItem> <AgeMax>0</AgeMax> <AgeMin>0</AgeMin> <CanHost>false</CanHost> <City>String</City> <Comment>String</Comment> <CountryName>String</CountryName> <DateHeld>0001-01-01T00:00:00</DateHeld> <DateHeldUtcIso>String</DateHeldUtcIso> <DisplayDate>String</DisplayDate> <ID>0</ID> <Location>String</Location> <OpenForList xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d5p1:string>String</d5p1:string> </OpenForList> <OpenForTypes>0</OpenForTypes> <SeekingTypeList xmlns:d5p1="http://schemas.datacontract.org/2004/07/RHP.ServiceHelper.Model"> <d5p1:LookupValue> <d5p1:ListID>0</d5p1:ListID> <d5p1:Text>String</d5p1:Text> <d5p1:TextAbbr>String</d5p1:TextAbbr> <d5p1:Value>0</d5p1:Value> <d5p1:IsMatch>false</d5p1:IsMatch> </d5p1:LookupValue> </SeekingTypeList> <SeekingTypes>0</SeekingTypes> <ShortComment>String</ShortComment> <StateName>String</StateName> <StateNameAbbr>String</StateNameAbbr> <HasExpressedInterest>false</HasExpressedInterest> <Profile xmlns:d5p1="http://schemas.datacontract.org/2004/07/RHP.ServiceHelper.Model"> <d5p1:Age1>0</d5p1:Age1> <d5p1:Age2>0</d5p1:Age2> <d5p1:AgeTitle>String</d5p1:AgeTitle> <d5p1:CountryID>0</d5p1:CountryID> <d5p1:IsAdmin>false</d5p1:IsAdmin> <d5p1:IsDiamond>false</d5p1:IsDiamond> <d5p1:IsOnline>false</d5p1:IsOnline> <d5p1:IsViewable>false</d5p1:IsViewable> <d5p1:Location>String</d5p1:Location> <d5p1:MainPhoto> <d5p1:FullUrl>String</d5p1:FullUrl> <d5p1:ThumbUrl>String</d5p1:ThumbUrl> <d5p1:Classification>0</d5p1:Classification> <d5p1:GalleryID>0</d5p1:GalleryID> <d5p1:Height>0</d5p1:Height> <d5p1:ImageActionType>ShowImage</d5p1:ImageActionType> <d5p1:ImageType>None</d5p1:ImageType> <d5p1:IsAccepted>false</d5p1:IsAccepted> <d5p1:IsLiked>false</d5p1:IsLiked> <d5p1:IsPublic>false</d5p1:IsPublic> <d5p1:MemberLikeCount>0</d5p1:MemberLikeCount> <d5p1:PhotoID>0</d5p1:PhotoID> <d5p1:ShowSafeMode>false</d5p1:ShowSafeMode> <d5p1:SortNumber>0</d5p1:SortNumber> <d5p1:UserType>General</d5p1:UserType> <d5p1:Width>0</d5p1:Width> </d5p1:MainPhoto> <d5p1:MatchingInterests>0</d5p1:MatchingInterests> <d5p1:MemberID>0</d5p1:MemberID> <d5p1:MemberLevel>0</d5p1:MemberLevel> <d5p1:MemberLevelType>String</d5p1:MemberLevelType> <d5p1:MemberLevelUserProfile>Guest</d5p1:MemberLevelUserProfile> <d5p1:MemberType>0</d5p1:MemberType> <d5p1:MemberTypeTitle> <d5p1:Abbr>String</d5p1:Abbr> <d5p1:Plural>String</d5p1:Plural> <d5p1:Singular>String</d5p1:Singular> </d5p1:MemberTypeTitle> <d5p1:UserName>String</d5p1:UserName> <d5p1:UserType>General</d5p1:UserType> </Profile> </DateFinderDisplayItem> </Dates> <TotalSearchCount>0</TotalSearchCount> </SearchSummary> </DateFinderSearchResult> </soap:Body> </soap:Envelope>