wfm.InsertSysClienttypes

This job defines new client types.

This job is not yet implemented.

1. Input Parameters

Name Type Required Description

Clienttypes

BASE64

Yes

List of all defined client types in XML format (see below)

2. Return Value

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

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

5. See Also