FetchContactSiebelReqABCSImpl Operations
For a list of operations associated with this Web service, see the following table.
Name | Description |
---|---|
FetchContact |
Imports a new contact from the participating application to the Siebel database. This operation is called from the Match Contact pop-up applet when a user clicks the Fetch button to fetch the queried contact details from the participating application. |
ContactIOFetchContact |
Synchronizes a contact from the participating application and imports the record to the Siebel database. This operation is called from the Contact list or form applet by clicking on Fetch menu item to fetch contact details from the participating application. |
AsyncFetchCustomerPartyResponse |
Not in use. |
Request Message Description: FetchContact
Sends queried contact details from the participating application through the Match Contact process to import and synchronize the contact record with Siebel data tables.
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
BirthDate |
Contact’s birth date. |
String |
CellularPhone |
Contact’s mobile phone number. |
String |
ContactId |
Row ID of the contact record in Siebel data tables. |
String |
EmailAddress |
Contact’s email address. |
String |
ExternalContactId |
Oracle Application Integration Architecture (AIA) Cross Reference ID for the contact. |
String |
FirstName |
Contact’s first name. |
String |
HomePhone |
Contact’s home phone number. |
String |
LastName |
Contact’s last name. |
String |
MatchScore |
Match score. |
String |
MiddleName |
Contact’s middle name. |
String |
PrimaryAccountName |
Contact’s primary address. |
String |
PrimaryCity |
Contact’s primary city. |
String |
PrimaryCountry |
Contact’s primary country. |
String |
PrimaryPostalCode |
Contact’s primary postal code. |
String |
PrimaryState |
Contact’s primary state. |
String |
PrimaryStreetAddress |
Contact’s primary street address. |
String |
SocialSecurityNumber |
Contact’s social security number. |
String |
WorkPhone |
Contact’s work phone number. |
String |
Response Message Description: FetchContact
Contains the Siebel ID value of the contact record that is imported into the Siebel data tables. This record is used to refresh and display the imported contact details in the Siebel application.
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
ContactId |
Siebel Row ID of the contact record. |
String |
Request Message Description: ContactIOFetchContact
Sends contact details to the participating application to synchronize the contact with the Siebel database.
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Id |
Contact ID. |
String |
RowId |
Siebel Row ID of the contact record. |
String |
Response Message Description: ContactIOFetchContact
Contains the Siebel ID value of the contact record that is synchronized with the Siebel database. This record is used to refresh contact details in the Siebel application after synchronizing the contact with the participating application.
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
Contact ID. |
String |
RowId |
Siebel Row ID of the contact record. |
String |