Skip to main content
Omnitracs Knowledge Base

Remove Global Group Members API

(plus) Available in PIT v2.3

This ILE API wraps the Remove Global Group Members Web Service. See its documentation for a further explanation of the input and output parameters, as well as the possible error conditions.

API Name:  QTGGMBRD

Parameter Interface:

 

Parameter

 

 

Direction

 

 

Type

 

 

Length

 

 

Precision

 

 

Description

 

Global Group ID

Input

Character

25

n/a

Identifier for the global group

Global Group Members

Input

Character Array(1000)

26

n/a

An array of up to 1000 global group members. Each member is 26 characters where the first character is the member type and the next 25 characters are the member ID. See the Global Group Member Object for the correct type code for each entity.

Errors

Output

Character Array (1000)

26

n/a

An output array of up to 1000 global group members that were in error when an attempt was made to remove them from the group. Each member is 26 characters where the first character is the member type and the next 25 characters are the member ID. See the Global Group Member Object for the correct type code for each entity.

Error Category

Output

Decimal

3

0

Error Category, if any

Error Code

Output

Decimal

5

0

Error Code, if any

Error Description

Output

Character

150 varying

n/a

Error description, if any

An error category of 0 means that the request was successful.

  • Was this article helpful?