Skip to main content
Version: 2.2.2

createTeamByArea

This method allows adding:

  • 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
Requestweb\wwwroot\ws\java\generic\CreateTeamByAreaRequestType.java
Returnweb\wwwroot\ws\java\generic\CreateTeamByAreaResponseType.java

Request:

ID #RequiredDescription
IDTEAMXTeam ID #
NMTEAMXTeam name
AREASXID #s of the departments that will be associated with the team. Example: (“Department1,Department2,Department3”)
COMPONENTXCode of the components to which this team will be associated. Example: ("107,109,73")

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:generic">
<soapenv:Header/>
<soapenv:Body>
<urn:createTeamByArea>
<!--You may enter the following 4 items in any order-->
<urn:IDTEAM>?</urn:IDTEAM>
<urn:NMTEAM>?</urn:NMTEAM>
<urn:AREAS>?</urn:AREAS>
<urn:COMPONENT>?</urn:COMPONENT>
</urn:createTeamByArea>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
returnSUCCESS: 1.
FAILURE: Returns a message regarding the error that occurred