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

editTeamByPosition

Previous  Top  Next

This method allows editing:

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

 

Java class

Request

web\wwwroot\ws\java\generic\EditTeamByPositionRequestType.java

Return

web\wwwroot\ws\java\generic\EditTeamByPositionResponseType.java

 

Request

ID #

Required

Description

IDTEAM_OLD

X

ID # of the team you wish to edit

IDTEAM_NEW

X

New ID # of the team, if you wish to edit it. If you do not wish to edit it, enter the same as the IDTEAM_OLD.

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