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

Table 400. 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 401.

Table 401. 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 402.

Table 402. 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 403.

Table 403. 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 404.

Table 404. 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 405.

Table 405. 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 406.

Table 406. 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 407.

Table 407. 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 408.

Table 408. 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 409.

Table 409. 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 410.

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