Method: addOrModifyStatisticObj

Add or update a statistic.

Parameters

Name Type Description
stat Statistic Statistic to update

Returns

Returns a RptResultStat with a structure defined by the following table.

Name Type Description
errorMessage string Error message in readable text
returnCode int Web service error code, 0 if the operation is successful
stat Statistic Updated Statistic
success boolean Displays True if the operation occurred successfully

Example