LSSGOP_Activity Operations
This Web service allows you to create, update, delete, and query the Activity object. For a list of operations, see the following table.
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 the following table.
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 the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the newly created activity. |
String |
Request Message Description: ActivityUpdate
For a description of this request message, see the following table.
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 the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the updated activity. |
String |
Request Message Description: ActivityDelete
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the activity to be deleted. |
String |
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the deleted activity. |
String |
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the activity to be queried. |
String |
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the activity. |
String |