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

addPositionToTeam

Previous  Top  Next

This method enables to add new positions to a team. To add new positions to a team, it is necessary to follow the standard documented below.

 

Java class

Request

web\wwwroot\ws\java\generic\AddPositionToTeamRequestType.java

Return

web\wwwroot\ws\java\generic\AddPositionToTeamResponseType.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