LSSGOP_ContactAccount Operations

This Web service allows you to create, update, delete and query the ContactAccount object. For a list of operations, see the following table.

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 the following table.

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 the following table.

Node Description Type

Id

ID of the newly created contactaccount record.

String

Request Message Description: ContactAccountUpdate

For a description of this request message, see the following table.

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 the following table.

Node Description Type

Id

ID of the updated contactaccount.

String

Request Message Description: ContactAccountDelete

For a description of this request message, see the following table.

Node Description Type

Id

ID of the contactaccount record to be deleted.

String

For a description of this response message, see the following table.

Node Description Type

Id

ID of the deleted contactaccount record.

String

For a description of this request message, see the following table.

Node Description Type

Id

ID of the contactaccount to be queried record.

String

For a description of this response message, see the following table.

Node Description Type

Id

ID of the contactaccount record.

String