LSSGOP_SampleInventory Operations
This Web service allows you to create, update, delete, and query records in the SampleInventory object. For a list of operations, see the following table.
Name | Description |
---|---|
SampleInventoryInsert |
Creates a sampleinventory record. |
SampleInventoryUpdate |
Updates an existing sampleinventory record. |
SampleInventoryDelete |
Deletes a sampleinventory record. |
SampleInventoryQueryPage |
Queries for a sampleinventory record. |
Request Message Description: SampleInventoryInsert
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
ProductId |
Product ID of the corresponding record. |
String |
StockPeriodId |
Stock period ID of the corresponding record. |
String |
ServerQuantity |
Server quantity of the corresponding record. |
String |
ClientQuantity |
Client quantity of the corresponding record. |
String |
Response Message Description: SampleInventoryInsert
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the newly created sampleinventory |
String |
Request Message Description: SampleInventoryUpdate
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the sampleinventory. |
String |
ProductId |
Product ID of the corresponding record. |
String |
StockPeriodId |
Stock period ID of the corresponding record. |
String |
ServerQuantity |
Server quantity of the corresponding record. |
String |
ClientQuantity |
Client quantity of the corresponding record. |
String |
Response Message Description: SampleInventoryUpdate
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the updated sampleinventory record. |
String |
Request Message Description: SampleInventoryDelete
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the sampleinventory record to be deleted. |
String |
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the deleted sampleinventory record. |
String |
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the sampleinventory record to be queried. |
String |
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the sampleinventory record. |
String |