POST api/mobile/SearchBusiness
Request Information
URI Parameters
None.
Body Parameters
SearchBusinessRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Keyword | string |
None. |
|
| Area | string |
None. |
|
| CategoryID | integer |
None. |
|
| SubCategoryId | integer |
None. |
|
| BusinessTypeID | integer |
None. |
|
| OnlineOnly | boolean |
None. |
|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Keyword": "sample string 1",
"Area": "sample string 2",
"CategoryID": 1,
"SubCategoryId": 1,
"BusinessTypeID": 1,
"OnlineOnly": true,
"PageNumber": 3,
"PageSize": 4,
"UserId": 1
}
application/xml, text/xml
Sample:
<SearchBusinessRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/dalel_kuwait_Common.Models"> <Area>sample string 2</Area> <BusinessTypeID>1</BusinessTypeID> <CategoryID>1</CategoryID> <Keyword>sample string 1</Keyword> <OnlineOnly>true</OnlineOnly> <PageNumber>3</PageNumber> <PageSize>4</PageSize> <SubCategoryId>1</SubCategoryId> <UserId>1</UserId> </SearchBusinessRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.