| Name | Description | Type | Additional information |
|---|---|---|---|
| bookID |
The ID for this book |
integer |
None. |
| ean |
A 13 digit EAN. This starts with 978- for 'real' books and with 888- for Yindo Custom Books |
string |
None. |
| altean |
A 13 digit EAN. This starts with 978- for 'real' books and with 888- for Yindo Custom Books |
string |
None. |
| title |
The title for this book. |
string |
None. |
| encryptedOn |
The encryptiondate for this books data. |
date |
Data type: DateTime |
| validUntil |
The expirationdate for this books data. |
date |
Data type: DateTime |
| dataFormat |
The format of the encrypted content. |
DataFormats |
None. |
| fileCount |
The number of files in the encrypted zipfile |
integer |
None. |
| fileSize |
The total size in bytes of all unencrypted, uncompressed files in the encrypted zipfile |
integer |
None. |
| bookData |
Encrypted data (AES-CBC), base64 encoded
|
string |
None. |
| statusCode |
A statuscode indicating succes or failure |
StatusCode |
None. |