LSSGOP_Literature Operations
This Web service allows you to create, update, delete and query records in the Literature object using Sales Rep visibility. For a list of operations, see the following table.
Name | Description |
---|---|
LiteratureInsert |
Creates a literature. |
LiteratureUpdate |
Update an existing literature. |
LiteratureDelete |
Delete a literature. |
LiteratureQueryPage |
Query for a literature. |
Request Message Description: LiteratureInsert
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Name |
Name of the literature record. |
String |
FileName |
The file name of the literature record. |
String |
RelationshipType |
Relationship type for the literature record. |
String |
Response Message Description: LiteratureInsert
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the newly created literature record. |
String |
Request Message Description: LiteratureUpdate
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the literature record. |
String |
Name |
Name of the corresponding record. |
String |
FileName |
File name of the corresponding record. |
String |
RelationshipType |
Relationship type of the corresponding record. |
String |
Response Message Description: LiteratureUpdate
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the updated literature record. |
String |
Request Message Description: LiteratureDelete
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the literature record to be deleted. |
String |
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the deleted literature record. |
String |
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the literature record to be queried. |
String |
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the literature record. |
String |