wfm.GetSysClienttypes

This job returns all client types defined in the system.

1. Return Value

(INT): 0 = Job successful, otherwise error code.

2. Output Parameters

Name Type Dependency Description

ClientTypes

BASE64

List of all defined client types (XML format, see note)

3. Note

Structure of ClientTypes:

<ClientTypes>
  <ClientType Id="" Name=""/>
  <ClientType Id="" Name=""/>
</ClientTypes>

Detailed description of ClientType:

  • Id (STRING): GUID of the client type

  • Name (STRING): Name of the client type