Start a maintenance/administration session
post
/administration
Starts a maintenance/adminitration session. Typically this is used to pair a PED or request the last receipt.
Request
There are no request parameters for this operation.
Back to TopResponse
200 Response
Returns response data to determine if the operation was successful or not.
401 Response
Not authorized.
404 Response
Redirects to an error page if the page does not exist
Examples
Example of the Request Body
The following example shows the contents of the request body in JSON format:
{ "links": [{ "href": "wss://localhost:{port}/administration", "method": "post", "rel": "self" }], { "ApplicationSender": "XSTORE", "WorkstationID": "1", "POSdata": { "TransactionNumber": "1", "LanguageCode": "eng", "StoreID": "101" } } }
Example of the Response Body
The following example shows the contents of the response body in JSON format, including<additional information>:
{ "RequestType": "Administration", "ApplicationSender": "XSTORE", "WorkstationID": "1", "RequestID": "1", "OverallResult": "success" }