LSSGOP_Contact Operations

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

Name Description

ContactInsert

Creates a contact.

ContactUpdate

Updates an existing contact.

ContactDelete

Deletes a contact.

ContactQueryPage

Queries for a contact.

Request Message Description: ContactInsert

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

Node Description Type

FirstName

First name of the new contact to be inserted.

String

LastName

Last name of the new contact to be inserted.

String

PersonUId

A unique person ID.

String

Response Message Description: ContactInsert

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

Node Description Type

Id

ID of the newly created contact.

String

Request Message Description: ContactUpdate

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

Node Description Type

Id

ID of the contact.

String

FirstName

First name of the contact.

String

LastName

Last name of the contact.

String

PersonUId

Person UId of the contact.

String

Response Message Description: ContactUpdate

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

Node Description Type

Id

ID of the updated contact.

String

Request Message Description: ContactDelete

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

Node Description Type

Id

ID of the contact to be deleted.

String

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

Node Description Type

Id

ID of the deleted contact.

String

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

Node Description Type

Id

ID of the contact to be queried.

String

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

Node Description Type

Id

ID of the contact.

String