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

removePositionFromTeam

Previous  Top  Next

This method enables to remove positions from 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\RemovePositionFromTeamRequestType.java

Return

web\wwwroot\ws\java\generic\RemovePositionFromTeamResponseType.java

 

Request

ID #

Required

Description

IDTEAM

X

Team ID #;

POSITIONS

X

String separated by "," containing the position ID #s. E.g.:("Postition1,Position2")

 

Return

ID #

Description

return

SUCCESS: 1

FAILURE: Returns a message regarding the error that occurred