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 | |
---|---|
Request | web/wwwroot/ws/java/administration/UpdateEmployeeProfileRequestType.java |
Return | web/wwwroot/ws/java/administration/UpdateEmployeeProfileResponseType.java |
Request:
ID # | Required | Description |
---|---|---|
IDUSER | X | User ID. |
IDEDULEVEL | Educational level ID # | |
FGEDULEVELSTATUS | Educational level status: 1 - Complete; 2 - Incomplete; * Mandatory when the educational level is changed. | |
DTBIRTHDAY | Birth date | |
DTADMISSION | Hire date | |
DTDEMISSION | Termination date | |
DSADDRESS | Address | |
DSOBS | Comments |
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 |
---|---|
return | SUCCESS: 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