StartPathAlterationRequest Data Type

Java class for StartPathAlterationRequest complex type.

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

 <complexType name="StartPathAlterationRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dossier_id" type=" http://www.w3.org/2001/XMLSchema}long"/>
         <element name="process_initiator" type=" http://www.w3.org/2001/XMLSchema}long"/>
         <element name="path_alteration_types" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPm}PathAlterationTypesList"/>
         <element name="affected_pairs" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPmOperations}AffectedPairs" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Namespace
(Default)
Properties
name data type type namespace min/max occurs constraints description
dossier_id long element 1/1 required long This element should be provided in order PCS to resolve for which dossier Path Alteration process should be started.
process_initiator long element 1/1 required long Id of the dossier ru im pair that is initiator of the process. Should be pair where user is involved.
path_alteration_types PathAlterationTypesList element 1/1 required  
affected_pairs AffectedPairs element 0/1    

Example

<s----->
  <dossier_id>...</dossier_id>
  <process_initiator>...</process_initiator>
  <path_alteration_types>
    <id>...</id>
  </path_alteration_types>
  <affected_pairs>
    <pair_id>...</pair_id>
  </affected_pairs>
</s----->