Endpoint
POSThttp[s]://[RaPTrServerHostname]:[SAPGatewayLocalPort]/SAPDisplayInformation
Request
HeadersContent-Type: application/json
Purpose
This endpoint allows the customer to display custom HTML content in the upper-left section of a RaPTr Scanner UI. It is typically used to show information such as shipment or order details.
Request Body
The request body must be a JSON object wrapped in a "d"
property.
Example JSON Payload:
Parameter Descriptions:
-
LocationID:
unsigned int
Unique ID of the RaPTr unit where the content should be displayed. -
HTML:
string
A valid HTML string to be shown in the RaPTr UI’s upper-left section. Only safe and limited markup should be used to avoid rendering issues.
Response
Success ResponseHTTP Status: 200 OK
Response Body
The response body is wrapped in a "d"
property.
Example
Request:
Body:
Response:
Notes
-
This endpoint is optional but can significantly improve operator context and workflow visibility.
-
The scanner UI may impose restrictions on styling or HTML elements, so it is recommended to use simple, semantic HTML for best compatibility.
Comments
0 comments
Please sign in to leave a comment.