None.
Name | Description | Type | Additional information |
---|---|---|---|
ConsiderStockQuantity | boolean |
None. |
|
ConsiderMinimumStock | boolean |
None. |
|
SuggestedQuantityByWarehouse | boolean |
None. |
|
ShowZeroQTYProd | boolean |
None. |
|
ConsiderProcurementInTransit | boolean |
None. |
{ "ConsiderStockQuantity": true, "ConsiderMinimumStock": true, "SuggestedQuantityByWarehouse": true, "ShowZeroQTYProd": true, "ConsiderProcurementInTransit": true }
<SmartReplenishmentSettingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.NewApi.Sell"> <ConsiderMinimumStock>true</ConsiderMinimumStock> <ConsiderProcurementInTransit>true</ConsiderProcurementInTransit> <ConsiderStockQuantity>true</ConsiderStockQuantity> <ShowZeroQTYProd>true</ShowZeroQTYProd> <SuggestedQuantityByWarehouse>true</SuggestedQuantityByWarehouse> </SmartReplenishmentSettingModel>
Sample not available.
Name | Description | Type | Additional information |
---|---|---|---|
Success | boolean |
None. |
|
Message | string |
None. |
|
Data | Object |
None. |
|
StatusCode | StatusCode |
None. |
{ "Success": true, "Message": "sample string 2", "Data": {}, "StatusCode": 100 }
<MessageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model"> <_x003C_Data_x003E_k__BackingField /> <_x003C_Message_x003E_k__BackingField>sample string 2</_x003C_Message_x003E_k__BackingField> <_x003C_StatusCode_x003E_k__BackingField>CONTINUE</_x003C_StatusCode_x003E_k__BackingField> <_x003C_Success_x003E_k__BackingField>true</_x003C_Success_x003E_k__BackingField> </MessageModel>