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

LSSGOP_ContactAddress


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

LSSGOP_ContactAddress Operations

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

Table 411. LSSGOP_ContactAddress Operations
Name
Description

ContactAddressInsert

Creates a new contactaddress record.

ContactAddressUpdate

Updates an existing contactaddress record.

ContactAddressDelete

Deletes a contactaddress record.

ContactAddressQueryPage

Queries for a contactaddress record.

Request Message Description: ContactAddressInsert

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

Table 412. Request Message Description: ContactAddressInsert
Node
Description
Type

ContactId

ID of the contact to be inserted.

String

AddressId

ID of the address to associate to the contact.

String

Response Message Description: ContactAddressInsert

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

Table 413. Response Message Description: ContactAddressInsert
Node
Description
Type

Id

ID of the newly created contactaddress record.

String

Request Message Description: ContactAddressUpdate

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

Table 414. Request Message Description: ContactAddressUpdate
Node
Description
Type

Id

ID of the contactaddress record.

String

ContactId

Contact ID of the corresponding record.

String

AddressId

Address ID of the corresponding record.

String

Response Message Description: ContactAddressUpdate

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

Table 415. Response Message Description: ContactAddressUpdate
Node
Description
Type

Id

ID of the updated contactaddress record.

String

Request Message Description: ContactAddressDelete

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

Table 416. Request Message Description: ContactAddressDelete
Node
Description
Type

Id

ID of the contactaddress record to be deleted.

String

Response Message Description: ContactAddressDelete

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

Table 417. Response Message Description: ContactAddressDelete
Node
Description
Type

Id

ID of the deleted contactaddress record.

String

Request Message Description: ContactAddressQueryPage

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

Table 418. Request Message Description: ContactAddressQueryPage
Node
Description
Type

Id

ID of the contactaddress record to be queried.

String

Response Message Description: ContactAddressQueryPage

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

Table 419. Response Message Description: ContactAddressQueryPage
Node
Description
Type

Id

ID of the contactaddress record.

String

LSSGOP_ContactAddress 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 420

Table 420. LSSGOP_ContactAddress Service Object
Name
Boundary Object Type
Class

LSSGOP_ContactAddress

Business Service

CSSEAIUIDataService

.

Data Object (Integration Object)

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

Table 421. LSSGOP_ContactAddress Data Object
Siebel Repository Name
External Name

LS SGOP_ContactAddress

LS SGOP_ContactAddress

Interface Description (WSDL) for LSSGOP_ContactAddress

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_ContactAddress\http_siebel.com_asi_LSSGOP_ContactAddress.WSDL

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