None.
Name | Description | Type | Additional information |
---|---|---|---|
VcId | integer |
None. |
|
ProdId | integer |
None. |
|
ApId | integer |
None. |
|
UnitId | integer |
None. |
|
Count | decimal number |
None. |
|
OrderDate | date |
None. |
{ "VcId": 1, "ProdId": 2, "ApId": 3, "UnitId": 4, "Count": 5.0, "OrderDate": "2025-04-04 20:52:23" }
<GetLatestSoProductPricePara xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.Sell.Models"> <ApId>3</ApId> <Count>5</Count> <OrderDate>2025-04-04T20:52:23.4316752+08:00</OrderDate> <ProdId>2</ProdId> <UnitId>4</UnitId> <VcId>1</VcId> </GetLatestSoProductPricePara>
Sample not available.
1.0
<decimal xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</decimal>