Administering an Encyclopedia volume : Defining the data on which an operation acts : Defining data using Id or IdList
 
Defining data using Id or IdList
To use Id or IdList in an operation, identify the operation. Then, use Id or IdList as a parameter and identify the item on which the operation acts. For example, the following request deletes IdList 4.
IdList 4 is a BIRT iHub-generated identifier for this list.
<SOAP-ENV:Body>
<Administrate>
<AdminOperation>
<DeleteFile>
<IdList>
<String>49</String>
<String>168</String>
<String>173</String>
<String>208</String>
<String>1067</String>
</IdList>
</DeleteFile>
</AdminOperation>
</Administrate>
</SOAP-ENV:Body>