Why are some of my WebAPI endpoint values being ignored on G3 devices
Many of theSmartSDK WebAPI endpoints accept JSON encoded entities for payload when starting jobs. These JSON values are the only way to set configuration for that job type, and are documented in the WebAPI Specifications for the appropriate endpoint.
For example, in order to enable scan previews when scanning via the /rws/service/scanner/jobs endpoint, you construct a jobSettings JSON blob with the "originalPreview" key set to a JSON Boolean.