POST api/SearchResultV2?isbrowse={isbrowse}&otherQueryStrings={otherQueryStrings}&CurrentPageNumber={CurrentPageNumber}&BrowseResultCount={BrowseResultCount}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
isbrowse | integer |
Required |
|
otherQueryStrings | string |
Required |
|
CurrentPageNumber | string |
Required |
|
BrowseResultCount | string |
Required |
Body Parameters
None.
Response Information
Resource Description
SearchResultBindName | Description | Type | Additional information |
---|---|---|---|
SearchResult | string |
None. |
|
SearchResultCountDeatils | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "SearchResult": "sample string 1", "SearchResultCountDeatils": "sample string 2" }
application/xml, text/xml
Sample:
<SearchResultBind xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATS.API.Framework.Search"> <SearchResult>sample string 1</SearchResult> <SearchResultCountDeatils>sample string 2</SearchResultCountDeatils> </SearchResultBind>