POST api/fe/book_lookup

Request Information

URI Parameters

None.

Body Parameters

FrontendRequestVisitModel
NameDescriptionTypeAdditional 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": "949557a0-0104-452d-8297-53704c8f5eaf",
  "news_code": "bfc5b405-d1a3-4f3c-b71c-89a6bbdfa20a",
  "person_code": "ef1a4a1e-6436-4bb4-a06e-4b21c712d6e6",
  "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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.