wfm.GetSysClienttypes
This job returns all client types defined in the system.
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
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