Skip to main content
Version: 2.2.1

addAttribProfileValue

This method allows adding/editing:

  • Employee profile attribute values.

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

Java class
Requestweb\wwwroot\ws\java\admin\AddAttribProfileValueRequestType.java
Returnweb\wwwroot\ws\java\admin\AddAttribProfileValueResponseType.java

Request:

ID #RequiredDescription
IDUSERXEmployee ID #.
NmAttributeXAttribute ID #
DSATTRIBUTEX¹Attribute value (Non-discrete, memo)
VLATTRIBUTEX²Attribute value.
Standards to enter date type data:
â–ªdd/mm/aaaa
â–ªyyyy-mm-dd.
info
  • X¹ - Required when the attribute data type is MEMO and attribute type is INDETERMINATE.
  • X² - Required whenever the DSATTRIBUTE is not required.

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:admin">
<soapenv:Header/>
<soapenv:Body>
<urn:addAttribProfileValue>
<!--You may enter the following 4 items in any order-->
<urn:IDUSER>?</urn:IDUSER>
<urn:NMATTRIBUTE>?</urn:NMATTRIBUTE>
<urn:VLATTRIBUTE>?</urn:VLATTRIBUTE>
<urn:DSATTRIBUTE>?</urn:DSATTRIBUTE>
</urn:addAttribProfileValue>
</soapenv:Body>
</soapenv:Envelope>

Return:

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