Navigation:  Integration via SOAP web services > Published web services > Generic >

deleteTeamMember

Previous  Top  Next

This method makes it possible to delete members of a team. To delete each of these items, it is necessary to follow the standard documented below.

 

Java class

Request

web\wwwroot\ws\java\generic\DeleteTeamMemberRequestType.java

Return

web\wwwroot\ws\java\generic\DeleteTeamMemberResponseType.java

 

Request

ID #

Required

Description

IDTEAM

X

Team ID #;

FGTYPE

X

Member type:

1 – Organizational unit

2 – Position

3 – Organizational unit /Position

4 – User

IDDEPARTMENT

X

Organizational unit ID #. (Mandatory when the FGTYPE is equal to 1 or equal to 3)

IDPOSITION

X

Position ID # (mandatory when the FGTYPE is equal to 2 or equal to 3)

IDUSER

X

User ID # (mandatory when the FGTYPE is equal to 4)

 

Return

ID #

Description

SUCCESS

Status: SUCCESS

Code: 1

Detail: Records deleted successfully.

FAILURE

Status: FAILURE

Code: -1

Detail: In the event of a failure, a message returns with the error that occurred.