None.
Name | Description | Type | Additional information |
---|---|---|---|
ProdId | integer |
None. |
|
Items | Collection of ProdPriceItemModel |
None. |
{ "ProdId": 1, "Items": [ { "ApId": 1, "UnitId": 2, "LevelId": 3, "Price": 4.0 }, { "ApId": 1, "UnitId": 2, "LevelId": 3, "Price": 4.0 } ] }
<ProdPriceAddModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.BaseData.Models"> <Items> <ProdPriceItemModel> <ApId>1</ApId> <LevelId>3</LevelId> <Price>4</Price> <UnitId>2</UnitId> </ProdPriceItemModel> <ProdPriceItemModel> <ApId>1</ApId> <LevelId>3</LevelId> <Price>4</Price> <UnitId>2</UnitId> </ProdPriceItemModel> </Items> <ProdId>1</ProdId> </ProdPriceAddModel>
Sample not available.
None.