RemoveSubPathsRequest Data Type

Java class for RemoveSubPathsRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RemoveSubPathsRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="path_ids" type=" http://eu/rne/pcs-online/WebServices/types/DossierOperations}PathIds"/>
         <element name="ru_im_pair_id" type=" http://www.w3.org/2001/XMLSchema}long"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Namespace
(Default)
Properties
name data type type namespace min/max occurs constraints description
path_ids PathIds element 1/1 required The path ids that should be removed.
ru_im_pair_id long element 1/1 required long The RU-IM pair of the user must be provided. This element is necessary for PCS to determine the dossier to which the given path IDs belong.

Example

<r----->
  <path_ids>
    <id>...</id>
  </path_ids>
  <ru_im_pair_id>...</ru_im_pair_id>
</r----->