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

createTeamByPosition

Previous  Top  Next

This method enables to add:

Team with determined positions already added to the system. To insert each of these items, it is necessary to follow the standard documented below.

 

Java class

Request

web\wwwroot\ws\java\generic\CreateTeamByPositionRequestType.java

Return

web\wwwroot\ws\java\generic\CreateTeamByPositionResponseType.java

 

Request

ID #

Required

Description

IDTEAM

X

Team ID #

NMTEAM

X

Team name

POSITIONS

X

ID #s of the positions that will be associated with the team. Example: (“Position1,Position2,Position3”)

COMPONENT

X

Code of the components this team will be associated with. Example: (“107,109,73”)

 

Return

ID #

Description

return

SUCCESS: 1

FAILURE: Returns a message regarding the error that occurred