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

createTeamByArea

Previous  Top  Next

This method enables to add:

Team with determined departments 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\CreateTeamByAreaRequestType.java

Return

web\wwwroot\ws\java\generic\CreateTeamByAreaResponseType.java

 

Request

ID #

Required

Description

IDTEAM

X

Team ID #

NMTEAM

X

Team name

DEPARTMENTS

X

ID #s of the departments that will be associated with the team. Example:(“Department1,Department2,Department3”)

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