POST api/v1/ReportInventoryBySupplier/List
Request Information
URI Parameters
None.
Body Parameters
ReportInventoryBySupplierParamModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FromDate | decimal number |
None. |
|
| ToDate | decimal number |
None. |
|
| SupplierId | string |
None. |
|
| StockId | string |
None. |
|
| ShelfCode | string |
None. |
|
| ItemCode | string |
None. |
|
| Page | integer |
None. |
|
| PageSize | integer |
None. |
|
| UI_TextSearch | string |
None. |
|
| IsExportExcel | boolean |
None. |
|
| IsExportPDF | boolean |
None. |
|
| FilterQuery | Dictionary of string [key] and Object [value] |
None. |
|
| ScreenGUID | string |
None. |
|
| DocumentWidth | integer |
None. |
|
| Url | string |
None. |
|
| OptionConfigsMore | Dictionary of string [key] and Object [value] |
None. |
|
| QuerySearch | Dictionary of string [key] and Object [value] |
None. |
|
| IsTestCase | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"FromDate": 1.1,
"ToDate": 1.1,
"SupplierId": "sample string 1",
"StockId": "sample string 2",
"ShelfCode": "sample string 3",
"ItemCode": "sample string 4",
"Page": 5,
"PageSize": 6,
"UI_TextSearch": "sample string 7",
"IsExportExcel": true,
"IsExportPDF": true,
"FilterQuery": null,
"ScreenGUID": "sample string 10",
"DocumentWidth": 11,
"Url": "sample string 12",
"OptionConfigsMore": null,
"QuerySearch": null,
"IsTestCase": true
}
application/xml, text/xml
Sample:
<ReportInventoryBySupplierParamModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AllianceSolidAPI.Shared.Models"> <DocumentWidth xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models">11</DocumentWidth> <FilterQuery xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models" /> <IsTestCase xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models">true</IsTestCase> <OptionConfigsMore xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models" /> <QuerySearch xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models" /> <ScreenGUID xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models">sample string 10</ScreenGUID> <Url xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models">sample string 12</Url> <FromDate>1.1</FromDate> <IsExportExcel>true</IsExportExcel> <IsExportPDF>true</IsExportPDF> <ItemCode>sample string 4</ItemCode> <Page>5</Page> <PageSize>6</PageSize> <ShelfCode>sample string 3</ShelfCode> <StockId>sample string 2</StockId> <SupplierId>sample string 1</SupplierId> <ToDate>1.1</ToDate> <UI_TextSearch>sample string 7</UI_TextSearch> </ReportInventoryBySupplierParamModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
EzyResultObjectOfEzyDataSourceResultOfReportInventoryBySupplierModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | EzyDataSourceResultOfReportInventoryBySupplierModel |
None. |
|
| ExtraData | Dictionary of string [key] and Object [value] |
None. |
|
| StartTime | decimal number |
None. |
|
| EndTime | decimal number |
None. |
|
| TotalMili | decimal number |
None. |
|
| StatusCode | integer |
None. |
|
| Msg | string |
None. |
|
| MsgShowInUI | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"Data": [
{
"Id": "sample string 1",
"ItemCode": "sample string 2",
"ItemName": "sample string 3",
"ItemUnit": "sample string 4",
"Inventory_TotalAllStock": 5.0,
"Inventory_StockCenter": 6.0,
"Inventory_StockQle": 7.0,
"Inventory_StockGDP": 8.0,
"Inventory_Remain": 9.0,
"Shelf_StockCenter": "sample string 10",
"SupplierId": "sample string 11",
"IM_FromDate_Filter": "sample string 12",
"QuantitySell_Average": 13.0,
"QuantityLastInput_4Supplier": 14.0
},
{
"Id": "sample string 1",
"ItemCode": "sample string 2",
"ItemName": "sample string 3",
"ItemUnit": "sample string 4",
"Inventory_TotalAllStock": 5.0,
"Inventory_StockCenter": 6.0,
"Inventory_StockQle": 7.0,
"Inventory_StockGDP": 8.0,
"Inventory_Remain": 9.0,
"Shelf_StockCenter": "sample string 10",
"SupplierId": "sample string 11",
"IM_FromDate_Filter": "sample string 12",
"QuantitySell_Average": 13.0,
"QuantityLastInput_4Supplier": 14.0
}
],
"DataTotal": [
{
"Id": "sample string 1",
"ItemCode": "sample string 2",
"ItemName": "sample string 3",
"ItemUnit": "sample string 4",
"Inventory_TotalAllStock": 5.0,
"Inventory_StockCenter": 6.0,
"Inventory_StockQle": 7.0,
"Inventory_StockGDP": 8.0,
"Inventory_Remain": 9.0,
"Shelf_StockCenter": "sample string 10",
"SupplierId": "sample string 11",
"IM_FromDate_Filter": "sample string 12",
"QuantitySell_Average": 13.0,
"QuantityLastInput_4Supplier": 14.0
},
{
"Id": "sample string 1",
"ItemCode": "sample string 2",
"ItemName": "sample string 3",
"ItemUnit": "sample string 4",
"Inventory_TotalAllStock": 5.0,
"Inventory_StockCenter": 6.0,
"Inventory_StockQle": 7.0,
"Inventory_StockGDP": 8.0,
"Inventory_Remain": 9.0,
"Shelf_StockCenter": "sample string 10",
"SupplierId": "sample string 11",
"IM_FromDate_Filter": "sample string 12",
"QuantitySell_Average": 13.0,
"QuantityLastInput_4Supplier": 14.0
}
],
"ExtraData": {},
"Errors": {},
"Total": 2
},
"ExtraData": null,
"StartTime": 1.1,
"EndTime": 2.1,
"TotalMili": 3.1,
"StatusCode": 4,
"Msg": "sample string 5",
"MsgShowInUI": "sample string 6"
}
application/xml, text/xml
Sample:
<EzyResultObjectOfEzyDataSourceResultOfReportInventoryBySupplierModel3BwjWE5fUXXDg0Sb xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.Library.Message">
<Msg>sample string 5</Msg>
<MsgShowInUI>sample string 6</MsgShowInUI>
<StatusCode>4</StatusCode>
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ezy.Module.Library.UI">
<d2p1:Errors />
<d2p1:ExtraData xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<d2p1:Total>2</d2p1:Total>
<d2p1:Data xmlns:d3p1="http://schemas.datacontract.org/2004/07/AllianceSolidAPI.Shared.Models">
<d3p1:ReportInventoryBySupplierModel>
<d3p1:IM_FromDate_Filter>sample string 12</d3p1:IM_FromDate_Filter>
<d3p1:Id>sample string 1</d3p1:Id>
<d3p1:Inventory_Remain>9</d3p1:Inventory_Remain>
<d3p1:Inventory_StockCenter>6</d3p1:Inventory_StockCenter>
<d3p1:Inventory_StockGDP>8</d3p1:Inventory_StockGDP>
<d3p1:Inventory_StockQle>7</d3p1:Inventory_StockQle>
<d3p1:Inventory_TotalAllStock>5</d3p1:Inventory_TotalAllStock>
<d3p1:ItemCode>sample string 2</d3p1:ItemCode>
<d3p1:ItemName>sample string 3</d3p1:ItemName>
<d3p1:ItemUnit>sample string 4</d3p1:ItemUnit>
<d3p1:QuantityLastInput_4Supplier>14</d3p1:QuantityLastInput_4Supplier>
<d3p1:QuantitySell_Average>13</d3p1:QuantitySell_Average>
<d3p1:Shelf_StockCenter>sample string 10</d3p1:Shelf_StockCenter>
<d3p1:SupplierId>sample string 11</d3p1:SupplierId>
</d3p1:ReportInventoryBySupplierModel>
<d3p1:ReportInventoryBySupplierModel>
<d3p1:IM_FromDate_Filter>sample string 12</d3p1:IM_FromDate_Filter>
<d3p1:Id>sample string 1</d3p1:Id>
<d3p1:Inventory_Remain>9</d3p1:Inventory_Remain>
<d3p1:Inventory_StockCenter>6</d3p1:Inventory_StockCenter>
<d3p1:Inventory_StockGDP>8</d3p1:Inventory_StockGDP>
<d3p1:Inventory_StockQle>7</d3p1:Inventory_StockQle>
<d3p1:Inventory_TotalAllStock>5</d3p1:Inventory_TotalAllStock>
<d3p1:ItemCode>sample string 2</d3p1:ItemCode>
<d3p1:ItemName>sample string 3</d3p1:ItemName>
<d3p1:ItemUnit>sample string 4</d3p1:ItemUnit>
<d3p1:QuantityLastInput_4Supplier>14</d3p1:QuantityLastInput_4Supplier>
<d3p1:QuantitySell_Average>13</d3p1:QuantitySell_Average>
<d3p1:Shelf_StockCenter>sample string 10</d3p1:Shelf_StockCenter>
<d3p1:SupplierId>sample string 11</d3p1:SupplierId>
</d3p1:ReportInventoryBySupplierModel>
</d2p1:Data>
<d2p1:DataTotal xmlns:d3p1="http://schemas.datacontract.org/2004/07/AllianceSolidAPI.Shared.Models">
<d3p1:ReportInventoryBySupplierModel>
<d3p1:IM_FromDate_Filter>sample string 12</d3p1:IM_FromDate_Filter>
<d3p1:Id>sample string 1</d3p1:Id>
<d3p1:Inventory_Remain>9</d3p1:Inventory_Remain>
<d3p1:Inventory_StockCenter>6</d3p1:Inventory_StockCenter>
<d3p1:Inventory_StockGDP>8</d3p1:Inventory_StockGDP>
<d3p1:Inventory_StockQle>7</d3p1:Inventory_StockQle>
<d3p1:Inventory_TotalAllStock>5</d3p1:Inventory_TotalAllStock>
<d3p1:ItemCode>sample string 2</d3p1:ItemCode>
<d3p1:ItemName>sample string 3</d3p1:ItemName>
<d3p1:ItemUnit>sample string 4</d3p1:ItemUnit>
<d3p1:QuantityLastInput_4Supplier>14</d3p1:QuantityLastInput_4Supplier>
<d3p1:QuantitySell_Average>13</d3p1:QuantitySell_Average>
<d3p1:Shelf_StockCenter>sample string 10</d3p1:Shelf_StockCenter>
<d3p1:SupplierId>sample string 11</d3p1:SupplierId>
</d3p1:ReportInventoryBySupplierModel>
<d3p1:ReportInventoryBySupplierModel>
<d3p1:IM_FromDate_Filter>sample string 12</d3p1:IM_FromDate_Filter>
<d3p1:Id>sample string 1</d3p1:Id>
<d3p1:Inventory_Remain>9</d3p1:Inventory_Remain>
<d3p1:Inventory_StockCenter>6</d3p1:Inventory_StockCenter>
<d3p1:Inventory_StockGDP>8</d3p1:Inventory_StockGDP>
<d3p1:Inventory_StockQle>7</d3p1:Inventory_StockQle>
<d3p1:Inventory_TotalAllStock>5</d3p1:Inventory_TotalAllStock>
<d3p1:ItemCode>sample string 2</d3p1:ItemCode>
<d3p1:ItemName>sample string 3</d3p1:ItemName>
<d3p1:ItemUnit>sample string 4</d3p1:ItemUnit>
<d3p1:QuantityLastInput_4Supplier>14</d3p1:QuantityLastInput_4Supplier>
<d3p1:QuantitySell_Average>13</d3p1:QuantitySell_Average>
<d3p1:Shelf_StockCenter>sample string 10</d3p1:Shelf_StockCenter>
<d3p1:SupplierId>sample string 11</d3p1:SupplierId>
</d3p1:ReportInventoryBySupplierModel>
</d2p1:DataTotal>
</Data>
<EndTime>2.1</EndTime>
<ExtraData xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
<StartTime>1.1</StartTime>
<TotalMili>3.1</TotalMili>
</EzyResultObjectOfEzyDataSourceResultOfReportInventoryBySupplierModel3BwjWE5fUXXDg0Sb>