Hi Guys,
By the sound of below description, the Update References Method should be able to create references for a given business object.
I suppose the "application code, application entity and application ID" data elements in the schema (highlighted in yellow - see below XSD) are used to associate a given reference number to a Pathway System Entity Record. Perhaps something like "LAP, Property, TPK123" or "LLC, Licence, 456".
If I want to link a reference to a CSR request, what is the application code and entity name?
Where do I get enumerations for Application Codes and Application Entities?
Regards
Bijan
PS -
17.3 UpdateReferences Method
The CIFV5380.UpdateReferences method provides the ability to create, amend and delete Reference Roles and References for a given business object, for example, a Customer Service Request, an Animal, a Property, an Application or Licence.
17.3.2 REQUESTDATA Parameter DTD and XSD
The schema is specific to the CIFV5380.UpdateReferences method.
XSD
...
<xs:complexType>
<xs:sequence>
<xs:element ref="applicationCode" />
<xs:element ref="applicationEntity" />
<xs:element ref="applicationId" />
<xs:element minOccurs="0" maxOccurs="1" ref="references" />
</xs:sequence>
..
<xs:sequence>
<xs:element minOccurs="1" maxOccurs="unbounded" ref="reference" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="reference">
<xs:complexType>
<xs:sequence>
<xs:element ref="referenceLinkId" />
<xs:element minOccurs="0" maxOccurs="1" ref="referenceLinkUpdateVersion" />
<xs:element minOccurs="0" maxOccurs="1" ref="referenceUpdateVersion" />
<xs:element minOccurs="0" maxOccurs="1" ref="referenceUpdateAction" />
<xs:element minOccurs="0" maxOccurs="1" ref="referenceTypeId" />
<xs:element minOccurs="0" maxOccurs="1" ref="referenceNumber" />
<xs:element minOccurs="0" maxOccurs="1" ref="referenceStatus" />
<xs:element minOccurs="0" maxOccurs="1" ref="referenceStatusDate" />
<xs:element minOccurs="0" maxOccurs="1" ref="referenceLinkStatus" />
<xs:element minOccurs="0" maxOccurs="1" ref="referenceLinkStatusDate" />
</xs:sequence>
</xs:complexType>