POST api/StoreManagement/get_physical_check
Request Information
URI Parameters
None.
Body Parameters
ProductModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| UbDetailsCode | integer |
None. |
|
| pBarcode | string |
None. |
|
| ConversionQty | decimal number |
None. |
|
| SalesPrice1 | decimal number |
None. |
|
| SalesPrice2 | decimal number |
None. |
|
| SalesPrice3 | decimal number |
None. |
|
| MRP | decimal number |
None. |
|
| PrintName | string |
None. |
|
| Details | string |
None. |
|
| SkuName | string |
None. |
|
| ExpiryDateDays | integer |
None. |
|
| Qty | decimal number |
None. |
|
| BrandName | string |
None. |
|
| GroupName | string |
None. |
|
| Message | string |
None. |
|
| Barcode | string |
None. |
|
| ROL | integer |
None. |
|
| ROQ | integer |
None. |
|
| MBQ | integer |
None. |
|
| DailyPOQty | integer |
None. |
|
| ShelfFit | integer |
None. |
|
| ShelfLifeInDays | integer |
None. |
|
| PORequired | integer |
None. |
|
| ExpiryControl | integer |
None. |
|
| BestBeforeDays | integer |
None. |
|
| NoPurchaseReturn | integer |
None. |
|
| MOP | integer |
None. |
|
| LocalPricedProduct | integer |
None. |
|
| DPR_Enabled | integer |
None. |
|
| DprCode | integer |
None. |
|
| NewMRP | decimal number |
None. |
|
| NewSalesPrice1 | decimal number |
None. |
|
| NewSalesPrice2 | decimal number |
None. |
|
| NewSalesPrice3 | decimal number |
None. |
|
| Discount | decimal number |
None. |
|
| PostedBy | integer |
None. |
|
| DOT | string |
None. |
|
| EAN | string |
None. |
|
| ExpiryDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Code": 1,
"UbDetailsCode": 2,
"pBarcode": "sample string 3",
"ConversionQty": 4.1,
"SalesPrice1": 5.1,
"SalesPrice2": 6.1,
"SalesPrice3": 7.1,
"MRP": 8.1,
"PrintName": "sample string 9",
"Details": "sample string 10",
"SkuName": "sample string 11",
"ExpiryDateDays": 12,
"Qty": 13.1,
"BrandName": "sample string 14",
"GroupName": "sample string 15",
"Message": "sample string 16",
"Barcode": "sample string 17",
"ROL": 18,
"ROQ": 19,
"MBQ": 20,
"DailyPOQty": 21,
"ShelfFit": 22,
"ShelfLifeInDays": 23,
"PORequired": 24,
"ExpiryControl": 25,
"BestBeforeDays": 26,
"NoPurchaseReturn": 27,
"MOP": 28,
"LocalPricedProduct": 29,
"DPR_Enabled": 30,
"DprCode": 31,
"NewMRP": 32.0,
"NewSalesPrice1": 33.0,
"NewSalesPrice2": 34.1,
"NewSalesPrice3": 35.1,
"Discount": 36.0,
"PostedBy": 37,
"DOT": "sample string 38",
"EAN": "sample string 39",
"ExpiryDate": "sample string 40"
}
application/xml, text/xml
Sample:
<ProductModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/v2SeApi.Models"> <Barcode>sample string 17</Barcode> <BestBeforeDays>26</BestBeforeDays> <BrandName>sample string 14</BrandName> <Code>1</Code> <ConversionQty>4.1</ConversionQty> <DOT>sample string 38</DOT> <DPR_Enabled>30</DPR_Enabled> <DailyPOQty>21</DailyPOQty> <Details>sample string 10</Details> <Discount>36</Discount> <DprCode>31</DprCode> <EAN>sample string 39</EAN> <ExpiryControl>25</ExpiryControl> <ExpiryDate>sample string 40</ExpiryDate> <ExpiryDateDays>12</ExpiryDateDays> <GroupName>sample string 15</GroupName> <LocalPricedProduct>29</LocalPricedProduct> <MBQ>20</MBQ> <MOP>28</MOP> <MRP>8.1</MRP> <Message>sample string 16</Message> <NewMRP>32</NewMRP> <NewSalesPrice1>33</NewSalesPrice1> <NewSalesPrice2>34.1</NewSalesPrice2> <NewSalesPrice3>35.1</NewSalesPrice3> <NoPurchaseReturn>27</NoPurchaseReturn> <PORequired>24</PORequired> <PostedBy>37</PostedBy> <PrintName>sample string 9</PrintName> <Qty>13.1</Qty> <ROL>18</ROL> <ROQ>19</ROQ> <SalesPrice1>5.1</SalesPrice1> <SalesPrice2>6.1</SalesPrice2> <SalesPrice3>7.1</SalesPrice3> <ShelfFit>22</ShelfFit> <ShelfLifeInDays>23</ShelfLifeInDays> <SkuName>sample string 11</SkuName> <UbDetailsCode>2</UbDetailsCode> <pBarcode>sample string 3</pBarcode> </ProductModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultModelOfListOfProductModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseCode | integer |
None. |
|
| Message | string |
None. |
|
| Data | Collection of ProductModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResponseCode": 1,
"Message": "sample string 2",
"Data": [
{
"Code": 1,
"UbDetailsCode": 2,
"pBarcode": "sample string 3",
"ConversionQty": 4.1,
"SalesPrice1": 5.1,
"SalesPrice2": 6.1,
"SalesPrice3": 7.1,
"MRP": 8.1,
"PrintName": "sample string 9",
"Details": "sample string 10",
"SkuName": "sample string 11",
"ExpiryDateDays": 12,
"Qty": 13.1,
"BrandName": "sample string 14",
"GroupName": "sample string 15",
"Message": "sample string 16",
"Barcode": "sample string 17",
"ROL": 18,
"ROQ": 19,
"MBQ": 20,
"DailyPOQty": 21,
"ShelfFit": 22,
"ShelfLifeInDays": 23,
"PORequired": 24,
"ExpiryControl": 25,
"BestBeforeDays": 26,
"NoPurchaseReturn": 27,
"MOP": 28,
"LocalPricedProduct": 29,
"DPR_Enabled": 30,
"DprCode": 31,
"NewMRP": 32.0,
"NewSalesPrice1": 33.0,
"NewSalesPrice2": 34.1,
"NewSalesPrice3": 35.1,
"Discount": 36.0,
"PostedBy": 37,
"DOT": "sample string 38",
"EAN": "sample string 39",
"ExpiryDate": "sample string 40"
},
{
"Code": 1,
"UbDetailsCode": 2,
"pBarcode": "sample string 3",
"ConversionQty": 4.1,
"SalesPrice1": 5.1,
"SalesPrice2": 6.1,
"SalesPrice3": 7.1,
"MRP": 8.1,
"PrintName": "sample string 9",
"Details": "sample string 10",
"SkuName": "sample string 11",
"ExpiryDateDays": 12,
"Qty": 13.1,
"BrandName": "sample string 14",
"GroupName": "sample string 15",
"Message": "sample string 16",
"Barcode": "sample string 17",
"ROL": 18,
"ROQ": 19,
"MBQ": 20,
"DailyPOQty": 21,
"ShelfFit": 22,
"ShelfLifeInDays": 23,
"PORequired": 24,
"ExpiryControl": 25,
"BestBeforeDays": 26,
"NoPurchaseReturn": 27,
"MOP": 28,
"LocalPricedProduct": 29,
"DPR_Enabled": 30,
"DprCode": 31,
"NewMRP": 32.0,
"NewSalesPrice1": 33.0,
"NewSalesPrice2": 34.1,
"NewSalesPrice3": 35.1,
"Discount": 36.0,
"PostedBy": 37,
"DOT": "sample string 38",
"EAN": "sample string 39",
"ExpiryDate": "sample string 40"
}
]
}
application/xml, text/xml
Sample:
<ResultModelOfArrayOfProductModelC6pxiZC7 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/v2SeApi.Models">
<Data>
<ProductModel>
<Barcode>sample string 17</Barcode>
<BestBeforeDays>26</BestBeforeDays>
<BrandName>sample string 14</BrandName>
<Code>1</Code>
<ConversionQty>4.1</ConversionQty>
<DOT>sample string 38</DOT>
<DPR_Enabled>30</DPR_Enabled>
<DailyPOQty>21</DailyPOQty>
<Details>sample string 10</Details>
<Discount>36</Discount>
<DprCode>31</DprCode>
<EAN>sample string 39</EAN>
<ExpiryControl>25</ExpiryControl>
<ExpiryDate>sample string 40</ExpiryDate>
<ExpiryDateDays>12</ExpiryDateDays>
<GroupName>sample string 15</GroupName>
<LocalPricedProduct>29</LocalPricedProduct>
<MBQ>20</MBQ>
<MOP>28</MOP>
<MRP>8.1</MRP>
<Message>sample string 16</Message>
<NewMRP>32</NewMRP>
<NewSalesPrice1>33</NewSalesPrice1>
<NewSalesPrice2>34.1</NewSalesPrice2>
<NewSalesPrice3>35.1</NewSalesPrice3>
<NoPurchaseReturn>27</NoPurchaseReturn>
<PORequired>24</PORequired>
<PostedBy>37</PostedBy>
<PrintName>sample string 9</PrintName>
<Qty>13.1</Qty>
<ROL>18</ROL>
<ROQ>19</ROQ>
<SalesPrice1>5.1</SalesPrice1>
<SalesPrice2>6.1</SalesPrice2>
<SalesPrice3>7.1</SalesPrice3>
<ShelfFit>22</ShelfFit>
<ShelfLifeInDays>23</ShelfLifeInDays>
<SkuName>sample string 11</SkuName>
<UbDetailsCode>2</UbDetailsCode>
<pBarcode>sample string 3</pBarcode>
</ProductModel>
<ProductModel>
<Barcode>sample string 17</Barcode>
<BestBeforeDays>26</BestBeforeDays>
<BrandName>sample string 14</BrandName>
<Code>1</Code>
<ConversionQty>4.1</ConversionQty>
<DOT>sample string 38</DOT>
<DPR_Enabled>30</DPR_Enabled>
<DailyPOQty>21</DailyPOQty>
<Details>sample string 10</Details>
<Discount>36</Discount>
<DprCode>31</DprCode>
<EAN>sample string 39</EAN>
<ExpiryControl>25</ExpiryControl>
<ExpiryDate>sample string 40</ExpiryDate>
<ExpiryDateDays>12</ExpiryDateDays>
<GroupName>sample string 15</GroupName>
<LocalPricedProduct>29</LocalPricedProduct>
<MBQ>20</MBQ>
<MOP>28</MOP>
<MRP>8.1</MRP>
<Message>sample string 16</Message>
<NewMRP>32</NewMRP>
<NewSalesPrice1>33</NewSalesPrice1>
<NewSalesPrice2>34.1</NewSalesPrice2>
<NewSalesPrice3>35.1</NewSalesPrice3>
<NoPurchaseReturn>27</NoPurchaseReturn>
<PORequired>24</PORequired>
<PostedBy>37</PostedBy>
<PrintName>sample string 9</PrintName>
<Qty>13.1</Qty>
<ROL>18</ROL>
<ROQ>19</ROQ>
<SalesPrice1>5.1</SalesPrice1>
<SalesPrice2>6.1</SalesPrice2>
<SalesPrice3>7.1</SalesPrice3>
<ShelfFit>22</ShelfFit>
<ShelfLifeInDays>23</ShelfLifeInDays>
<SkuName>sample string 11</SkuName>
<UbDetailsCode>2</UbDetailsCode>
<pBarcode>sample string 3</pBarcode>
</ProductModel>
</Data>
<Message>sample string 2</Message>
<ResponseCode>1</ResponseCode>
</ResultModelOfArrayOfProductModelC6pxiZC7>