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

addMeasuresInAdinterface

Previous  Top  Next

This method makes it possible to create a target/measurement/accumulated target/cumulative value for a period of the indicator. To add it, it is necessary to follow the standard documented below.

 

Java class

Request

web/wwwroot/ws/java/strategy/AddMeasuresInAdinterfaceRequestType.java

Return

web/wwwroot/ws/java/strategy/AddMeasuresInAdinterfaceResponseType.java

 

Request

ID #

Required

Description

idscmetric

X

Scorecard indicator ID #.

iduser

X

User ID # with permission to import the values into the indicators.

nrsubperiod

 

ID # of the period for daily, weekly, and bi-weekly indicators. See the values and rules of the indicator frequency in the SoftExpert Performance help.

nrperiod

X

ID # of validity PERIOD of the values. See the values and rules of the indicator frequency in the SoftExpert Performance help.

nryear

X

ID # of the validity YEAR of the values. See the values and rules of the indicator frequency in the SoftExpert Performance help.

vlweight

 

Weight. The default value is 1.

fgnotapply

 

ID # for periods with non-applied values; enter value 1 for cases of non-applied periods.

vltarget

 

Target value

vlactual

 

Measurement value

vltargetaccum

 

Accumulated target value

vlactualaccum

 

Accumulated measurement value

VLTARGETTYPE1

 

Additional field value 1

VLTARGETTYPE2

 

Additional field value 2

VLTARGETTYPE3

 

Additional field value 3

VLTARGETTYPE1ACCUM

 

Additional field value 1 accumulated

VLTARGETTYPE2ACCUM

 

Additional field value 2 accumulated

VLTARGETTYPE3ACCUM

 

Additional field value 3 accumulated

nmcomment

 

Comment/explanation title for the period

dscomment

 

Comment/explanation description for the period

idperiod

 

Period ID #

 

Return

ID #

Description

return

SUCCESS: Saved successfully.

FAILURE: Returns a message with the error that occurred.