POST api/fe/book_search
Request Information
URI Parameters
None.
Body Parameters
FrontendRequestBookSearchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| search | string |
None. |
|
| tag_id | integer |
None. |
|
| tag_trend_id | integer |
None. |
|
| trend_name | string |
None. |
|
| tag_trend | string |
None. |
|
| current_page | integer |
None. |
|
| limit_record | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"search": "sample string 1",
"tag_id": 2,
"tag_trend_id": 3,
"trend_name": "sample string 4",
"tag_trend": "sample string 5",
"current_page": 6,
"limit_record": 7
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.