Configure the PTT Pro Client
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 Workforce Connect 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
Site or department ID. This number is specified in the PTT Pro server.
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
When LAS is used with WFC Profile Client, the Site ID and Customer ID are not required in the JSON file.
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" }