AdjustValidityPeriodRequest Data Type

Java class for AdjustValidityPeriodRequest complex type.

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

 <complexType name="AdjustValidityPeriodRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="validity_period" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPm}ValidityPeriod"/>
         <element name="dossier_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
validity_period ValidityPeriod element 1/1 required Mandatory element, used to indicate the new validity period for the working copies added during the PA/PM process.
dossier_id long element 1/1 required long This element should be provided in order PCS to resolve for which dossier Path Modification / Path Alteration adjust validity period is done.

Example

<a----->
  <validity_period>
    <start_date>...</start_date>
    <end_date>...</end_date>
  </validity_period>
  <dossier_id>...</dossier_id>
</a----->