Configure the PTT Pro Client

Configure the PTT Pro Client

The PTT Pro client is configured using the JSON parameters described below. Refer to the
PTT Pro for Android Configuration Guide
for information about configuring PTT Pro with JSON parameters.
In addition to the JSON configuration, the PTT Pro client must meet the following requirements:
  • PTT Pro version 3.2.10087 or later.
  • Device location services must be enabled.
JSON Parameters for LAS
Parameter
Description
Type
Default Value
Configurable Values
wfclasShowServerConfig
Displays the LAS server URL and API token in the PTT Pro client.
Boolean
N/A
true
false
wfclasServerURL
URL to the LAS server.
String
N/A
Valid URL
wfclasServerToken
API token used by the PTT Pro client to authenticate with the LAS server
String
N/A
Unique alphanumeric string.
wfclasSiteID
This optional parameter enables the PTT Pro client to use the site ID from the PVM (Provisioning Manager) token; otherwise, the department ID of the logged-in user is used.
Integer
N/A
N/A
wfclasCustomerID
Customer ID is created by the LAS server when the customer account is created.
String
N/A
N/A
The configuration of
wfclasSiteID
described in JSON Parameters for LAS is only applicable in a standalone PTT Pro environment. If a previous value is displayed, your administrator needs to set the parameter with an empty value.
Example LAS Configuration
{ "wfclasShowServerConfig":true, "wfclasServerURL":https://prod1-essentials.pttpro.zebra.com:9443/apname/v1, " wfclasServerToken":"insert_your_token", " wfclasSiteID”:"insert_your_site", " wfclasCustomerID":"insert_your_customer_id" }