LSSGOP_SampleTransaction Operations
This Web service allows you to create, update, delete, and query records in the SampleTransaction object. For a list of operations, see the following table.
Name | Description |
---|---|
SampleTransactionInsert |
Creates a sampletransaction record. |
SampleTransactionUpdate |
Update an existing sampletransaction record. |
SampleTransactionDelete |
Delete a sampletransaction record. |
SampleTransactionQueryPage |
Query for a sampletransaction record. |
Request Message Description: SampleTransactionInsert
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Name |
Name of the corresponding record. |
String |
TransactionDate |
Transaction date of the corresponding record. |
String |
TransactionStatus |
Transaction status of the corresponding record. |
String |
Response Message Description: SampleTransactionInsert
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the newly created sampletransaction. |
String |
Request Message Description: SampleTransactionUpdate
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the sampletransaction record. |
String |
Name |
Name of the corresponding record. |
String |
TransactionDate |
Transaction date of the corresponding record. |
String |
TransactionStatus |
Transaction status of the corresponding record. |
String |
Response Message Description: SampleTransactionUpdate
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the updated account. |
String |
Request Message Description: SampleTransactionDelete
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the sampletransaction record to be deleted. |
String |
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the deleted sampletransaction record. |
String |
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the sampletransaction record to be queried. |
String |
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the sampletransaction record. |
String |