Siebel CRM Web Services Reference > Siebel CRM Primary Web Services >

LSSGOP_Contact


Use this Web service to create, update, delete, and query records in the Contact object.

LSSGOP_Contact Operations

This Web service allows you to create, update, delete, and query records in the Contact object. For a list of operations, see Table 389.

Table 389. LSSGOP_Contact Operations
Name
Description

ContactInsert

Creates a contact.

ContactUpdate

Updates an existing contact.

ContactDelete

Deletes a contact.

ContactQueryPage

Queries for a contact.

Request Message Description: ContactInsert

For a description of this request message, see Table 390.

Table 390. Request Message Description: ContactInsert
Node
Description
Type

FirstName

First name of the new contact to be inserted.

String

LastName

Last name of the new contact to be inserted.

String

PersonUId

A unique person ID.

String

Response Message Description: ContactInsert

For a description of this response message, see Table 391.

Table 391. Response Message Description: ContactInsert
Node
Description
Type

Id

ID of the newly created contact.

String

Request Message Description: ContactUpdate

For a description of this request message, see Table 392.

Table 392. Request Message Description: ContactUpdate
Node
Description
Type

Id

ID of the contact.

String

FirstName

First name of the contact.

String

LastName

Last name of the contact.

String

PersonUId

Person UId of the contact.

String

Response Message Description: ContactUpdate

For a description of this response message, see Table 393.

Table 393. Response Message Description: ContactUpdate
Node
Description
Type

Id

ID of the updated contact.

String

Request Message Description: ContactDelete

For a description of this request message, see Table 394.

Table 394. Request Message Description: ContactDelete
Node
Description
Type

Id

ID of the contact to be deleted.

String

Response Message Description: ContactDelete

For a description of this response message, see Table 395.

Table 395. Response Message Description: ContactDelete
Node
Description
Type

Id

ID of the deleted contact.

String

Request Message Description: ContactQueryPage

For a description of this request message, see Table 396.

Table 396. Request Message Description: ContactQueryPage
Node
Description
Type

Id

ID of the contact to be queried.

String

Response Message Description: ContactQueryPage

For a description of this response message, see Table 397.

Table 397. Response Message Description: ContactQueryPage
Node
Description
Type

Id

ID of the contact.

String

LSSGOP_Contact Application Interface

This topic describes the application objects called by this Web service. For more information on application implementation, refer to your application development documentation on Oracle Technology Network.

Service Object (Business Service or Workflow)

For a description of the service objects for this Web service, see Table 398.

Table 398. LSSGOP_Contact Service Object
Name
Boundary Object Type
Class

LSSGOP_Contact

Business Service

CSSEAIUIDataService

Data Object (Integration Object)

For a description of the data objects for this Web service, see Table 399.

Table 399. LSSGOP_Contact Data Object
Siebel Repository Name
External Name

LS SGOP_Contact

LS SGOP_Contact

Interface Description (WSDL) for LSSGOP_Contact

To view the interface description for this Web service, navigate to the documentation library for Siebel Business Applications on Oracle Technology Network, and click the Related Files link next to the link for Siebel CRM Web Services Reference to access a zip file. Extract the files in the zip file.

...\LSSGOP_Contact\http_siebel.com_asi_LSSGOP_Contact.WSDL

Siebel CRM Web Services Reference Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.