None.
Name | Description | Type | Additional information |
---|---|---|---|
IsAllProd | boolean |
None. |
|
IsAllWh | boolean |
None. |
|
ProdIds | Collection of integer |
None. |
|
WhIds | Collection of integer |
None. |
|
ProdCaId | Collection of integer |
None. |
|
IsValidate | boolean |
None. |
{ "IsAllProd": true, "IsAllWh": true, "ProdIds": [ 1, 2 ], "WhIds": [ 1, 2 ], "ProdCaId": [ 1, 2 ], "IsValidate": true }
<RecalcCostArgs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Cost.Abstraction.Recal"> <IsAllProd>true</IsAllProd> <IsAllWh>true</IsAllWh> <IsValidate>true</IsValidate> <ProdCaId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </ProdCaId> <ProdIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </ProdIds> <WhIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </WhIds> </RecalcCostArgs>
Sample not available.
Name | Description | Type | Additional information |
---|---|---|---|
IsSuccess | boolean |
None. |
|
IsBigAccount | boolean |
None. |
|
IsSuperBigAccount | boolean |
None. |
|
Msg | string |
None. |
Sample not available.