TCR approve active work

This web service approves the units of work specified. Units of work need to be in the complete state for them to be approved.

The following table shows the parameters for this web service.
Table 1. TCR approve active work web service parameters
Parameter Required Description
ActiveWorkIds Yes The ID of an active unit of work that is to be approved. More than one unit of work can be approved by specifying multiple ActiveWorkIds parameters. The unit of work ID is an integer value.
UserID Yes The user ID with the permissions that are required to do this action.
HostName No The hostname where the EJB application is deployed.
The body of the SOAP message is:
<q0:TcrApproveActiveWorksRequest>
   <ActiveWorkIds>21</ActiveWorkIds>
   <ActiveWorkIds>22</ActiveWorkIds>
   <User>
      <UserID>fxhadmin</UserID>
      <HostName>localhost</HostName>
   </User>
</q0:TcrApproveActiveWorksRequest>