Skip to main content
Version: 2.2.1

updateEmployeeProfile

This method allows editing:

  • Educational level;
  • Educational level status;
  • Birth date;
  • Hire date;
  • Termination date;
  • Comments;
  • Address.

To insert each of these items, it is necessary to follow the standard documented below.

Java class
Requestweb/wwwroot/ws/java/administration/UpdateEmployeeProfileRequestType.java
Returnweb/wwwroot/ws/java/administration/UpdateEmployeeProfileResponseType.java

Request:

ID #RequiredDescription
IDUSERXUser ID.
IDEDULEVELEducational level ID #
FGEDULEVELSTATUSEducational level status:
1 - Complete;
2 - Incomplete;
* Mandatory when the educational level is changed.
DTBIRTHDAYBirth date
DTADMISSIONHire date
DTDEMISSIONTermination date
DSADDRESSAddress
DSOBSComments

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:admin">
<soapenv:Header/>
<soapenv:Body>
<urn:updateEmployeeProfile>
<!--You may enter the following 8 items in any order-->
<urn:IDUSER>?</urn:IDUSER>
<urn:IDEDULEVEL>?</urn:IDEDULEVEL>
<urn:FGEDULEVELSTATUS>?</urn:FGEDULEVELSTATUS>
<urn:DTBIRTHDAY>?</urn:DTBIRTHDAY>
<urn:DTADMISSION>?</urn:DTADMISSION>
<urn:DTDEMISSION>?</urn:DTDEMISSION>
<urn:DSADDRESS>?</urn:DSADDRESS>
<urn:DSOBS>?</urn:DSOBS>
</urn:updateEmployeeProfile>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
returnSUCCESS: 1.
FAILURE: Message detailing the error
caution

The values accepted for the import of dates must follow one of the following standards:

  • YYYY-MM-DD
  • DD/MM/YYYY