LSSGOP_RelatedContact Operations
This Web service allows you to create, update, delete, and query records in the RelatedContact object. For a list of operations, see the following table.
Name | Description |
---|---|
RelatedContactInsert |
Creates a relatedcontact record. |
RelatedContactUpdate |
Updates an existing relatedcontact record. |
RelatedContactDelete |
Deletes a relatedcontact record. |
RelatedContactQueryPage |
Queries for a relatedcontact record. |
Request Message Description: RelatedContactInsert
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
ContactId |
Contact ID of the corresponding record. |
String |
RelatedContactId |
Related contact ID of the corresponding record. |
String |
Role |
Role of the corresponding record. |
String |
Response Message Description: RelatedContactInsert
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the newly created relatedcontact record. |
String |
Request Message Description: RelatedContactUpdate
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the relatedcontact record. |
String |
ContactId |
ContactId of the corresponding record. |
String |
RelatedContactId |
RelatedContactId of the corresponding record. |
String |
Role |
Role of the corresponding record. |
String |
Response Message Description: RelatedContactUpdate
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the updated relatedcontact record. |
String |
Request Message Description: RelatedContactDelete
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the relatedcontact record to be deleted. |
String |
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the deleted relatedcontact record. |
String |
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the relatedcontact record to be queried. |
String |
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the relatedcontact record. |
String |