POST api/Ebook/SetHistoryBacaEbook

Request Information

URI Parameters

None.

Body Parameters

set_history_baca
NameDescriptionTypeAdditional information
id_user

string

None.

id_aplikasi

string

None.

id_ebook

string

None.

halaman_terakhir

integer

None.

total_halaman

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id_user": "sample string 1",
  "id_aplikasi": "sample string 2",
  "id_ebook": "sample string 3",
  "halaman_terakhir": 4,
  "total_halaman": 5
}

application/xml, text/xml

Sample:
<set_history_baca xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EbookAPI">
  <halaman_terakhir>4</halaman_terakhir>
  <id_aplikasi>sample string 2</id_aplikasi>
  <id_ebook>sample string 3</id_ebook>
  <id_user>sample string 1</id_user>
  <total_halaman>5</total_halaman>
</set_history_baca>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>