Skip to main content
Version: 2.2.1

editTeamByPosition

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
Requestweb\wwwroot\ws\java\generic\EditTeamByPositionRequestType.java
Returnweb\wwwroot\ws\java\generic\EditTeamByPositionResponseType.java

Request:

ID #RequiredDescription
IDTEAM_OLDXID # of the team you wish to edit
IDTEAM_NEWXNew 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.
NMTEAMXTeam name
POSITIONSXID #s of the positions that will be associated with the team. Example: (“Position1,Position2,Position3”)
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:editTeamByPosition>
<!--You may enter the following 5 items in any order-->
<urn:IDTEAM_OLD>?</urn:IDTEAM_OLD>
<urn:IDTEAM_NEW>?</urn:IDTEAM_NEW>
<urn:NMTEAM>?</urn:NMTEAM>
<urn:POSITIONS>?</urn:POSITIONS>
<urn:COMPONENT>?</urn:COMPONENT>
</urn:editTeamByPosition>
</soapenv:Body>
</soapenv:Envelope>

Return:

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