GET api/Inventory/GetInventoryAdjustmentByDate?AppId={AppId}&AppKey={AppKey}&InvAdjDate={InvAdjDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| AppId | string |
Default value is |
|
| AppKey | string |
Default value is |
|
| InvAdjDate | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
StandardResponseClassOfInventoryAdjListMasterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
None. |
|
| msg | string |
None. |
|
| data | Collection of InventoryAdjListMasterModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": "sample string 1",
"msg": "sample string 2",
"data": [
{
"Id": "sample string 1",
"InvAdjDate": "sample string 2",
"ShopId": "sample string 3",
"ShopCode": "sample string 4",
"Supplier": "sample string 5",
"data": [
{
"ProductCode": "sample string 1",
"Qty": 2.1,
"Price": 3.1
},
{
"ProductCode": "sample string 1",
"Qty": 2.1,
"Price": 3.1
}
]
},
{
"Id": "sample string 1",
"InvAdjDate": "sample string 2",
"ShopId": "sample string 3",
"ShopCode": "sample string 4",
"Supplier": "sample string 5",
"data": [
{
"ProductCode": "sample string 1",
"Qty": 2.1,
"Price": 3.1
},
{
"ProductCode": "sample string 1",
"Qty": 2.1,
"Price": 3.1
}
]
}
]
}
text/xml
Sample:
<StandardResponseClassOfInventoryAdjListMasterModelm2ATiXWe xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EConnect.Models">
<code>sample string 1</code>
<data>
<InventoryAdjListMasterModel>
<Id>sample string 1</Id>
<InvAdjDate>sample string 2</InvAdjDate>
<ShopCode>sample string 4</ShopCode>
<ShopId>sample string 3</ShopId>
<Supplier>sample string 5</Supplier>
<data>
<InventoryAdjListDetailModel>
<Price>3.1</Price>
<ProductCode>sample string 1</ProductCode>
<Qty>2.1</Qty>
</InventoryAdjListDetailModel>
<InventoryAdjListDetailModel>
<Price>3.1</Price>
<ProductCode>sample string 1</ProductCode>
<Qty>2.1</Qty>
</InventoryAdjListDetailModel>
</data>
</InventoryAdjListMasterModel>
<InventoryAdjListMasterModel>
<Id>sample string 1</Id>
<InvAdjDate>sample string 2</InvAdjDate>
<ShopCode>sample string 4</ShopCode>
<ShopId>sample string 3</ShopId>
<Supplier>sample string 5</Supplier>
<data>
<InventoryAdjListDetailModel>
<Price>3.1</Price>
<ProductCode>sample string 1</ProductCode>
<Qty>2.1</Qty>
</InventoryAdjListDetailModel>
<InventoryAdjListDetailModel>
<Price>3.1</Price>
<ProductCode>sample string 1</ProductCode>
<Qty>2.1</Qty>
</InventoryAdjListDetailModel>
</data>
</InventoryAdjListMasterModel>
</data>
<msg>sample string 2</msg>
</StandardResponseClassOfInventoryAdjListMasterModelm2ATiXWe>