First part of the setup process
[tolino-api-docs.git] / api / pageplace.bosh-bosh-rest-reseller-selection-report-post.rst
1 ======================================================================
2 ``POST https://bosh.pageplace.de/bosh/rest/reseller/selection/report``
3 ======================================================================
4
5 Notify tolino which shop has been selected.
6
7 This is probably used for tracking purposes since it is not required
8 function-wise for the e-reader.
9
10
11 Request
12 =======
13 Header
14   ``hardware_id``
15     Required.
16
17     Example: ``665fc389ef4e47258c5db9fa7821bd19``
18
19     It is not validated; it just must be non-empty.
20   ``client_type``
21     Example: ``TOLINO_VISION_3``
22   ``client_version``
23     Example: ``14.1.0``
24
25 GET parameters
26   ``selectedShopId``
27     Book shop ID, e.g. ``3`` for Thalia.
28
29
30 Response
31 ========
32 HTTP ``200 OK`` without content.