GET api/Inventory/GetStockAuditByDate?AppId={AppId}&AppKey={AppKey}&AuditDate={AuditDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| AppId | string |
Default value is |
|
| AppKey | string |
Default value is |
|
| AuditDate | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
StandardResponseClassOfStockAuditListMasterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
None. |
|
| msg | string |
None. |
|
| data | Collection of StockAuditListMasterModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": "sample string 1",
"msg": "sample string 2",
"data": [
{
"Id": 1,
"AuditDate": "sample string 2",
"ShopId": "sample string 3",
"ShopCode": "sample string 4",
"data": [
{
"ProductCode": "sample string 1",
"DifferenceQty": 2.1,
"RetailPrice": 3.1,
"CostPrice": 4.1
},
{
"ProductCode": "sample string 1",
"DifferenceQty": 2.1,
"RetailPrice": 3.1,
"CostPrice": 4.1
}
]
},
{
"Id": 1,
"AuditDate": "sample string 2",
"ShopId": "sample string 3",
"ShopCode": "sample string 4",
"data": [
{
"ProductCode": "sample string 1",
"DifferenceQty": 2.1,
"RetailPrice": 3.1,
"CostPrice": 4.1
},
{
"ProductCode": "sample string 1",
"DifferenceQty": 2.1,
"RetailPrice": 3.1,
"CostPrice": 4.1
}
]
}
]
}
text/xml
Sample:
<StandardResponseClassOfStockAuditListMasterModelm2ATiXWe xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EConnect.Models">
<code>sample string 1</code>
<data>
<StockAuditListMasterModel>
<AuditDate>sample string 2</AuditDate>
<Id>1</Id>
<ShopCode>sample string 4</ShopCode>
<ShopId>sample string 3</ShopId>
<data>
<StockAuditListDetailModel>
<CostPrice>4.1</CostPrice>
<DifferenceQty>2.1</DifferenceQty>
<ProductCode>sample string 1</ProductCode>
<RetailPrice>3.1</RetailPrice>
</StockAuditListDetailModel>
<StockAuditListDetailModel>
<CostPrice>4.1</CostPrice>
<DifferenceQty>2.1</DifferenceQty>
<ProductCode>sample string 1</ProductCode>
<RetailPrice>3.1</RetailPrice>
</StockAuditListDetailModel>
</data>
</StockAuditListMasterModel>
<StockAuditListMasterModel>
<AuditDate>sample string 2</AuditDate>
<Id>1</Id>
<ShopCode>sample string 4</ShopCode>
<ShopId>sample string 3</ShopId>
<data>
<StockAuditListDetailModel>
<CostPrice>4.1</CostPrice>
<DifferenceQty>2.1</DifferenceQty>
<ProductCode>sample string 1</ProductCode>
<RetailPrice>3.1</RetailPrice>
</StockAuditListDetailModel>
<StockAuditListDetailModel>
<CostPrice>4.1</CostPrice>
<DifferenceQty>2.1</DifferenceQty>
<ProductCode>sample string 1</ProductCode>
<RetailPrice>3.1</RetailPrice>
</StockAuditListDetailModel>
</data>
</StockAuditListMasterModel>
</data>
<msg>sample string 2</msg>
</StandardResponseClassOfStockAuditListMasterModelm2ATiXWe>