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

Table 379. 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 380.

Table 380. 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 381.

Table 381. 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 382.

Table 382. 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 383.

Table 383. 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 384.

Table 384. 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 385.

Table 385. 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 386.

Table 386. 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 387.

Table 387. 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 388.

Table 388. 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 389.

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