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

LSSGOP_ContactAccount


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

LSSGOP_ContactAccount Operations

This Web service allows you to create, update, delete and query the ContactAccount object. For a list of operations, see Table 423.

Table 423. LSSGOP_ContactAccount Operations
Name
Description

ContactAccountInsert

Creates a contactaccount record.

ContactAccountUpdate

Updates an existing contactaccount record.

ContactAccountDelete

Deletes a contactaccount record.

ContactAccountQueryPage

Queries for a contactaccount record.

Request Message Description: ContactAccountInsert

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

Table 424. Request Message Description: ContactAccountInsert
Node
Description
Type

ContactId

ID of a contact.

String

AccountId

ID of an account.

String

Response Message Description: ContactAccountInsert

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

Table 425. Response Message Description: ContactAccountInsert
Node
Description
Type

Id

ID of the newly created contactaccount record.

String

Request Message Description: ContactAccountUpdate

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

Table 426. Request Message Description: ContactAccountUpdate
Node
Description
Type

Id

ID of the contactaccount record.

String

ContactId

ContactId of the corresponding record.

String

AccountId

AccountId of the corresponding record.

String

Response Message Description: ContactAccountUpdate

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

Table 427. Response Message Description: ContactAccountUpdate
Node
Description
Type

Id

ID of the updated contactaccount.

String

Request Message Description: ContactAccountDelete

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

Table 428. Request Message Description: ContactAccountDelete
Node
Description
Type

Id

ID of the contactaccount record to be deleted.

String

Response Message Description: ContactAccountDelete

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

Table 429. Response Message Description: ContactAccountDelete
Node
Description
Type

Id

ID of the deleted contactaccount record.

String

Request Message Description: ContactAccountQueryPage

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

Table 430. Request Message Description: ContactAccountQueryPage
Node
Description
Type

Id

ID of the contactaccount to be queried record.

String

Response Message Description: ContactAccountQueryPage

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

Table 431. Response Message Description: ContactAccountQueryPage
Node
Description
Type

Id

ID of the contactaccount record.

String

LSSGOP_ContactAccount 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 432.

Table 432. LSSGOP_ContactAccount Service Object
Name
Boundary Object Type
Class

LSSGOP_ContactAccount

Business Service

CSSEAIUIDataService

Data Object (Integration Object)

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

Table 433. LSSGOP_ContactAccount Data Object
Siebel Repository Name
External Name

LS SGOP_ContactAccount

LS SGOP_ContactAccount

Interface Description (WSDL) for LSSGOP_ContactAccount

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_ContactAccount\http_siebel.com_asi_LSSGOP_ContactAccount.WSDL

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