POST api/book/export_book
Request Information
URI Parameters
None.
Body Parameters
FrontendRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| code | globally unique identifier |
None. |
|
| tag_id | integer |
None. |
|
| tag_group_id | integer |
None. |
|
| tag_trend | string |
None. |
|
| limit_record | integer |
None. |
|
| option | integer |
None. |
|
| start | date |
None. |
|
| end | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"code": "9c35d73b-4baa-4b6b-a31d-e50eb41f25c0",
"tag_id": 2,
"tag_group_id": 3,
"tag_trend": "sample string 4",
"limit_record": 5,
"option": 6,
"start": "2025-12-06T09:42:23.2424123+07:00",
"end": "2025-12-06T09:42:23.2424123+07:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.