Skip to main content
Version: 2.2.1

addPositionToTeam

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

Java class
Requestweb\wwwroot\ws\java\generic\AddPositionToTeamRequestType.java
Returnweb\wwwroot\ws\java\generic\AddPositionToTeamResponseType.java

Request:

ID #RequiredDescription
IDTEAMXTeam ID #;
POSITIONSXString separated by "," containing the position ID #s. Ex: ("Position1,Position2")

Request structure:

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

Return:

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