LSSGOP_PersonalList Operations
This Web service allows you to create, update, delete, and query records in the PersonalList object. For a list of operation, see the following table.
Name | Description |
---|---|
PersonalListInsert |
Creates a personallist record. |
PersonalListUpdate |
Updates an existing personallist record. |
PersonalListDelete |
Deletes a personallist record. |
PersonalListQueryPage |
Queries for a personallist record. |
Request Message Description: PersonalListInsert
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Sample |
Name of the sample to be inserted. |
String |
Response Message Description: PersonalListInsert
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
Id of the newly created personallist record. |
String |
Request Message Description: PersonalListUpdate
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Id |
Id of a personallist record. |
String |
Sample |
Sample of the corresponding record. |
String |
Response Message Description: PersonalListUpdate
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the updated personallist record. |
String |
Request Message Description: PersonalListDelete
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the personallist record to be deleted. |
String |
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the deleted personallist record. |
String |
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the personallist record to be queried. |
String |
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of a personallist record. |
String |