GET api/v1/ReportInventoryBySupplier/Detail2/{uniqueId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| uniqueId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
EzyResultObjectOfEzyDataResultOfReportInventoryBySupplierModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | EzyDataResultOfReportInventoryBySupplierModel |
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
},
"ExtraData": null
},
"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:
<EzyResultObjectOfEzyDataResultOfReportInventoryBySupplierModel3BwjWE5fUXXDg0Sb 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:Data xmlns:d3p1="http://schemas.datacontract.org/2004/07/AllianceSolidAPI.Shared.Models">
<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>
</d2p1:Data>
<d2p1:ExtraData xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
</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>
</EzyResultObjectOfEzyDataResultOfReportInventoryBySupplierModel3BwjWE5fUXXDg0Sb>