LSSGOP_TransactionItem Operations
This Web service allows you to create, update, delete, and query records in the TransactionItem object. For a list of operations, see the following table.
Name | Description |
---|---|
TransactionItemInsert |
Creates a transactionitem record. |
TransactionItemUpdate |
Updates a existing transactionitem record. |
TransactionItemDelete |
Deletes a transactionitem record. |
TransactionItemQueryPage |
Queries for a transactionitem record. |
Request Message Description: TransactionItemInsert
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
ProductId |
Product ID of the corresponding record. |
String |
SampleTransactionId |
Sample transaction ID of the corresponding record. |
String |
Lot |
Lot of the corresponding record. |
String |
LineNumber |
Line number of the corresponding record. |
String |
ItemStatus |
Item status of the corresponding record. |
String |
Quantity |
Quantity of the corresponding record. |
String |
Response Message Description: TransactionItemInsert
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the newly created transactionitem record. |
String |
Request Message Description: TransactionItemUpdate
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the transactionitem record. |
String |
ProductId |
Product ID of the corresponding record. |
String |
SampleTransactionId |
Sample transaction ID of the corresponding record. |
String |
Lot |
Lot of the corresponding record. |
String |
LineNumber |
Line number of the corresponding record. |
String |
ItemStatus |
Item status of the corresponding record. |
String |
Quantity |
Quantity of the corresponding record. |
String |
Response Message Description: TransactionItemUpdate
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the updated account. |
String |
Request Message Description: TransactionItemDelete
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the transactionitem record to be deleted. |
String |
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the deleted transactionitem record. |
String |
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the transactionitem record to be queried. |
String |
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the transactionitem record. |
String |