Method: modifyTarget

Update existing target with new object ID and object sub ID.

Parameters

Name Type Description
targetID long Target ID to modify
newObjectID string New object ID
newObjectSubID string New object sub ID

Returns

Returns a RptResultTarget 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
success boolean Displays True if the operation occurred successfully
target Target Updated target

Example

Execute the following web service with a browser:

https://192.168.30.34:8443/axis/services/Reporting/modifyTarget?targetID=33&newObjectID=ExampleID&newObjectSubID=ExampleSubID