Java class for StartPathModificationRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StartPathModificationRequest"> <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_modification_types" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPm}PathModificationTypesList" minOccurs="0"/> <element name="affected_pairs" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPmOperations}AffectedPairs" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
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 Modification 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_modification_types | PathModificationTypesList | element | 0/1 | This element should be provided when the integrator wants to provide the reason for starting the PM process. It's optional. | ||
affected_pairs | AffectedPairs | element | 0/1 | This element should be provided when the integrator wants to involve some other territories in the PM process. It's optional. |
Example
<s-----> <dossier_id>...</dossier_id> <process_initiator>...</process_initiator> <path_modification_types> <id>...</id> </path_modification_types> <affected_pairs> <pair_id>...</pair_id> </affected_pairs> </s----->