POST api/Buddy/SearchBuddies
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| objSearchBuddies | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"userID": 1,
"cWFrom": 2.0,
"cWTo": 3.0,
"ageFrom": 4,
"ageTo": 5,
"searchText": "sample string 6",
"country": "sample string 7",
"TimezoneOffset": 8,
"gender": "sample string 9",
"startIndex": 10,
"pageSize": 11,
"IsHashtagSearch": true,
"Hashtag": "sample string 13",
"wtlWFrom": 14.0,
"wtlWTo": 15.0
}
multipart/form-data
Sample:
{"userID":1,"cWFrom":2.0,"cWTo":3.0,"ageFrom":4,"ageTo":5,"searchText":"sample string 6","country":"sample string 7","TimezoneOffset":8,"gender":"sample string 9","startIndex":10,"pageSize":11,"IsHashtagSearch":true,"Hashtag":"sample string 13","wtlWFrom":14.0,"wtlWTo":15.0}
application/xml, text/xml
Sample:
<SearchBuddy xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLogic"> <Hashtag>sample string 13</Hashtag> <IsHashtagSearch>true</IsHashtagSearch> <TimezoneOffset>8</TimezoneOffset> <ageFrom>4</ageFrom> <ageTo>5</ageTo> <cWFrom>2</cWFrom> <cWTo>3</cWTo> <country>sample string 7</country> <gender>sample string 9</gender> <pageSize>11</pageSize> <searchText>sample string 6</searchText> <startIndex>10</startIndex> <userID>1</userID> <wtlWFrom>14</wtlWFrom> <wtlWTo>15</wtlWTo> </SearchBuddy>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json, multipart/form-data, application/xml, text/xml
Sample:
Sample not available.