LSSGOP_Signature Operations
This Web service allows you to create, update, delete, and query records in the Signature object. For a list of operations, see the following table.
Name | Description |
---|---|
SignatureInsert |
Creates a signature record. |
SignatureUpdate |
Updates an existing signature record. |
SignatureDelete |
Deletes a signature record. |
SignatureQueryPage |
Queries for a signature record. |
Request Message Description: SignaturetInsert
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
ActivityId |
Activity ID of the corresponding record. |
String |
CallDate |
Call date of the corresponding record. |
String |
ContactId |
Contact ID of the corresponding record. |
String |
DisclaimerId |
Disclaimer ID of the corresponding record. |
String |
Signature |
Signature of the corresponding record. |
String |
SignatureBodyText |
Signature body text of the corresponding record. |
String |
SignatureHeaderText |
Signature header text of the corresponding record. |
String |
Response Message Description: SignatureInsert
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the newly created signature record. |
String |
Request Message Description: SignatureUpdate
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the signature record. |
String |
ActivityId |
Activity ID of the corresponding record. |
String |
CallDate |
Call date of the corresponding record. |
String |
ContactId |
Contact ID of the corresponding record. |
String |
DisclaimerId |
Disclaimer ID of the corresponding record. |
String |
Signature |
Signature of the corresponding record. |
String |
SignatureBodyText |
Signature body text of the corresponding record. |
String |
SignatureHeaderText |
Signature header text of the corresponding record. |
String |
Response Message Description: SignatureUpdate
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
Activity ID of the corresponding record. |
String |
Request Message Description: SignatureDelete
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the signature record to be deleted. |
String |
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the deleted signature record. |
String |
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the signature record to be queried. |
String |
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the signature record. |
String |