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

LSSGOP_Activity


Use this Web service to create, update, delete and query the Activity object.

LSSGOP_Activity Operations

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

Table 356. LSSGOP_Activity Operations
Name
Description

ActivityInsert

Creates an activity.

ActivityUpdate

Updates an existing activity.

ActivityDelete

Deletes an activity.

ActivityQueryPage

Queries for an activity.

Request Message Description: ActivityInsert

For Contact Call, pass only the Contact ID and for Account Call, pass only the Account ID. For a description of this request message, see Table 357.

Table 357. Request Message Description: ActivityInsert
Node
Description
Type

ContactId

ID of the contact.

String

AccountId

ID of the account.

String

Response Message Description: ActivityInsert

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

Table 358. Response Message Description: ActivityInsert
Node
Description
Type

Id

ID of the newly created activity.

String

Request Message Description: ActivityUpdate

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

Table 359. Request Message Description: ActivityUpdate
Node
Description
Type

Id

ID of the activity.

String

ContactId

Contact ID of the activity.

String

AccountId

Account ID of the activity.

String

Response Message Description: ActivityUpdate

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

Table 360. Response Message Description: ActivityUpdate
Node
Description
Type

Id

ID of the updated activity.

String

Request Message Description: ActivityDelete

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

Table 361. Request Message Description: ActivityDelete
Node
Description
Type

Id

ID of the activity to be deleted.

String

Response Message Description: ActivityDelete

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

Table 362. Response Message Description: ActivityDelete
Node
Description
Type

Id

ID of the deleted activity.

String

Request Message Description: ActivityQueryPage

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

Table 363. Request Message Description: ActivityQueryPage
Node
Description
Type

Id

ID of the activity to be queried.

String

Response Message Description: ActivityQueryPage

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

Table 364. Response Message Description: ActivityQueryPage
Node
Description
Type

Id

ID of the activity.

String

LSSGOP_Activity 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 365.

Table 365. LSSGOP_Activity Service Object
Name
Boundary Object Type
Class

LSSGOP_Activity

Business Service

CSSEAIUIDataService

Data Object (Integration Object)

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

Table 366. LSSGOP_Activity Data Object
Siebel Repository Name
External Name

LS SGOP_Activity

LS SGOP_Activity

Interface Description (WSDL) for LSSGOP_Activity

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_Activity\http_siebel.com_asi_LSSGOP_Activity.WSDL

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