Manage Logo
Use the functions described below to get, change, and remove the logo from the access terminal.
Get Logo
Returns the logo image that is stored in the device, the content_type is image/png. When a logo is loaded on the terminal, it is constantly displayed on the main screen.
POST /logo.fcgi
Parameters
- This request has no parameters.
Response
- Logo image previously loaded in the device.
Change Logo
Changes the logo image of the terminal. The body of the request should contain the PNG of the image and the content-type is application/octet-stream.
POST /logo_change.fcgi
Parameters
- PNG logo image (binary) that must be loaded on the device.
Response
- The return of the request is an empty JSON object.
Remove logo
Removes the logo image from the device.
POST /logo_destroy.fcgi
Parameters
- This request has no parameters.
Response
- The return of the request is an empty JSON object.
Show logo
Shows the image of the logo on the screen device.
POST /set_configuration.fcgi
Parameters
- show_logo: Enable/disable the logo on the device's screen.
Response
- The return of the request is an empty JSON object.