wfm.InsertSysClienttypes
This job defines new client types.
| This job is not yet implemented. |
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
BASE64 |
Yes |
List of all defined client types in XML format (see below) |
3. Example
Structure of Clienttypes:
<Clienttypes>
<Clienttype Id="" Name=""/>
<Clienttype Id="" Name=""/>
</Clienttypes>
4. Note
Detailed description of Clienttypes:
-
Clienttype— structure with information about a client type:-
Id(STRING): GUID of the client type -
Name(STRING): Name of the client type
-