Navigation:  Integration via SOAP web services > Published web services > Administration >

addAttribProfileValue

Previous  Top  Next

This method enables to add/edit:

Values of the employee profile attributes

 

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

 

Java class

Request

web\wwwroot\ws\java\admin\AddAttribProfileValueRequestType.java

Return

web\wwwroot\ws\java\admin\AddAttribProfileValueResponseType.java

 

Request

ID #

Required

Description

IDUSER

X

Employee ID #.

NMATTRIBUTE

X

Attribute ID #

DSATTRIBUTE

X1

Attribute value (Non-discrete, memo)

VLATTRIBUTE

X2

Attribute value.

Standards to enter date type data:

dd/mm/yyyy

yyyy-mm-dd.

 

X1 - Required when the attribute data type is MEMO and attribute type is INDETERMINATE.

X2 - Required whenever the DSATTRIBUTE is not required.

 

Return

ID #

Description

return

SUCCESS: 1.

Failure: Message describing the error.