POST api/fe/news_lookup
Request Information
URI Parameters
None.
Body Parameters
FrontendRequestVisitModel| Name | Description | Type | Additional information |
|---|---|---|---|
| book_code | globally unique identifier |
None. |
|
| news_code | globally unique identifier |
None. |
|
| person_code | globally unique identifier |
None. |
|
| uuid | string |
None. |
|
| is_book_read | boolean |
None. |
|
| is_book_download | boolean |
None. |
|
| browser | string |
None. |
|
| browser_version | string |
None. |
|
| os | string |
None. |
|
| os_version | string |
None. |
|
| orientation | string |
None. |
|
| is_desktop | boolean |
None. |
|
| is_mobile | boolean |
None. |
|
| is_tablet | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"book_code": "1c34d7a6-79ef-4cbd-8403-2f4fa9dbda50",
"news_code": "0be469f5-f1d5-4c47-97cd-ae22994f1881",
"person_code": "81dfadb8-e5b2-4a50-9f91-eacef04182d6",
"uuid": "sample string 4",
"is_book_read": true,
"is_book_download": true,
"browser": "sample string 7",
"browser_version": "sample string 8",
"os": "sample string 9",
"os_version": "sample string 10",
"orientation": "sample string 11",
"is_desktop": true,
"is_mobile": true,
"is_tablet": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.