Resolution method package
The resolution SOAP API methods enable the retrieval of identities
and entities in the system details.
- getEntityDetail() SOAP API method
Requests and obtains the details of particular entity that is identified
by the entity ID or by the external ID of one of its composite identity records.
The UMF API equivalent of the getEntityDetail method are
the SOA_ENTITY_DETAIL_REQUEST input document and the SOA_ENTITY_DETAIL_RESPONSE
output document.
- getIdentityDetail() SOAP API method
Requests and obtains the details of particular identity that is
identified by the external ID of one of its composite identity records. The
UMF API equivalent of the getIdentityDetail method are the
SOA_IDENTITY_DETAIL_REQUEST input document and the SOA_ENTITY_DETAIL_RESPONSE
output document.
- getIdentitiesForEntity() SOAP API method
Requests and obtains the details of all identities that comprise
a specific entity that is identified by an entity ID or by the external ID
and data source code of one of its composite identities. The UMF API equivalent
of the getIdentitiesForEntity method are the SOA_IDENTITIES_FOR_ENTITY_REQUEST
input document and the SOA_IDENTITIES_FOR_ENTITY_RESPONSE output document.