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 412.

Table 412. 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 413.

Table 413. 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 414.

Table 414. 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 415.

Table 415. 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 416.

Table 416. 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 417.

Table 417. 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 418.

Table 418. 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 419.

Table 419. 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 420.

Table 420. 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 421.

Table 421. 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 422.

Table 422. 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 © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.