Skip to main content
Version: 2.2.1

addAreaToTeam

This method allows adding new departments to a team. To add new departments to the team, it is necessary to follow the standard documented below.

Java class
Requestweb\wwwroot\ws\java\generic\AddAreaToTeamRequestType.java
Returnweb\wwwroot\ws\java\generic\AddAreaToTeamResponseType.java

Request:

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

Request structure:

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

Return:

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