POST api/OrderCustomer/ListOrderItemCustomer
Request Information
URI Parameters
None.
Body Parameters
OrderItemRequestSearchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderCustomerId | globally unique identifier |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| KeySearch | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderCustomerId": "5c4a90b0-0d00-423c-84c1-0b224273fd07",
"PageSize": 1,
"PageIndex": 1,
"KeySearch": "sample string 2"
}
application/xml, text/xml
Sample:
<OrderItemRequestSearchModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Model.Request.OrderCustomer"> <KeySearch>sample string 2</KeySearch> <OrderCustomerId>5c4a90b0-0d00-423c-84c1-0b224273fd07</OrderCustomerId> <PageIndex>1</PageIndex> <PageSize>1</PageSize> </OrderItemRequestSearchModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
PaginatorResponseOfListOrderItemResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Count | integer |
None. |
|
| TotalMoney | decimal number |
None. |
|
| PayingAmount | decimal number |
None. |
|
| TotalIncome | decimal number |
None. |
|
| TotalSpend | decimal number |
None. |
|
| TotalDebt | decimal number |
None. |
|
| TotalOrderAmount | decimal number |
None. |
|
| TotalPaid | decimal number |
None. |
|
| NhapHang_SoTienDaDua | decimal number |
None. |
|
| NhapHang_SoLuongSanPham | decimal number |
None. |
|
| NhapHang_TongTienSanPham | decimal number |
None. |
|
| NhapHang_HoanTien | decimal number |
None. |
|
| NhapHang_GhiChuTien | decimal number |
None. |
|
| Items | Collection of ListOrderItemResponseModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Count": 1,
"TotalMoney": 2.0,
"PayingAmount": 3.0,
"TotalIncome": 4.0,
"TotalSpend": 5.0,
"TotalDebt": 6.0,
"TotalOrderAmount": 7.0,
"TotalPaid": 8.0,
"NhapHang_SoTienDaDua": 9.0,
"NhapHang_SoLuongSanPham": 10.0,
"NhapHang_TongTienSanPham": 11.0,
"NhapHang_HoanTien": 12.0,
"NhapHang_GhiChuTien": 13.0,
"Items": [
{
"Id": 1,
"ProductId": "16b3e904-d755-4a00-8259-643e4c115920",
"UnitPrice": 3.0,
"AdjustedPrice": 4.0,
"UnitPriceFromProduct": 5.0,
"Quantity": 6,
"Price": 7.0,
"OrderId": "9edeeec5-1ba7-45d9-8a31-4a17a10e2292",
"Note": "sample string 9",
"ProductUnitName": "sample string 10",
"ProductCode": "sample string 11",
"ProductName": "sample string 12",
"Discount": 13.0,
"PriceCost": 14.0,
"LstPrice": [
{
"Price": 1.0,
"Id": 2,
"Type": 3,
"ProductId": "c13fa40a-b38b-4922-a75a-ef02474719ae",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2026-04-14T21:48:22.094593+07:00",
"SupplierId": 7,
"PurchaseOrderId": "86b3965b-5105-4a35-8d78-f349ffe5cc9d"
},
{
"Price": 1.0,
"Id": 2,
"Type": 3,
"ProductId": "c13fa40a-b38b-4922-a75a-ef02474719ae",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2026-04-14T21:48:22.094593+07:00",
"SupplierId": 7,
"PurchaseOrderId": "86b3965b-5105-4a35-8d78-f349ffe5cc9d"
}
],
"IsInventoryAvailble": true,
"InventoryAvaibleCount": 16
},
{
"Id": 1,
"ProductId": "16b3e904-d755-4a00-8259-643e4c115920",
"UnitPrice": 3.0,
"AdjustedPrice": 4.0,
"UnitPriceFromProduct": 5.0,
"Quantity": 6,
"Price": 7.0,
"OrderId": "9edeeec5-1ba7-45d9-8a31-4a17a10e2292",
"Note": "sample string 9",
"ProductUnitName": "sample string 10",
"ProductCode": "sample string 11",
"ProductName": "sample string 12",
"Discount": 13.0,
"PriceCost": 14.0,
"LstPrice": [
{
"Price": 1.0,
"Id": 2,
"Type": 3,
"ProductId": "c13fa40a-b38b-4922-a75a-ef02474719ae",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2026-04-14T21:48:22.094593+07:00",
"SupplierId": 7,
"PurchaseOrderId": "86b3965b-5105-4a35-8d78-f349ffe5cc9d"
},
{
"Price": 1.0,
"Id": 2,
"Type": 3,
"ProductId": "c13fa40a-b38b-4922-a75a-ef02474719ae",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2026-04-14T21:48:22.094593+07:00",
"SupplierId": 7,
"PurchaseOrderId": "86b3965b-5105-4a35-8d78-f349ffe5cc9d"
}
],
"IsInventoryAvailble": true,
"InventoryAvaibleCount": 16
}
]
}
application/xml, text/xml
Sample:
<PaginatorResponseOfListOrderItemResponseModelWE_PCX38R xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Model.Generics">
<Count>1</Count>
<Items xmlns:d2p1="http://schemas.datacontract.org/2004/07/Common.Model.Response.OrderCustomer">
<d2p1:ListOrderItemResponseModel>
<d2p1:AdjustedPrice>4</d2p1:AdjustedPrice>
<d2p1:Discount>13</d2p1:Discount>
<d2p1:Id>1</d2p1:Id>
<d2p1:InventoryAvaibleCount>16</d2p1:InventoryAvaibleCount>
<d2p1:IsInventoryAvailble>true</d2p1:IsInventoryAvailble>
<d2p1:LstPrice xmlns:d4p1="http://schemas.datacontract.org/2004/07/Common.Model.Response.Product">
<d4p1:ProductPriceMappingResponse>
<d4p1:Date>2026-04-14T21:48:22.094593+07:00</d4p1:Date>
<d4p1:Id>2</d4p1:Id>
<d4p1:Price>1</d4p1:Price>
<d4p1:ProductId>c13fa40a-b38b-4922-a75a-ef02474719ae</d4p1:ProductId>
<d4p1:PurchaseOrderId>86b3965b-5105-4a35-8d78-f349ffe5cc9d</d4p1:PurchaseOrderId>
<d4p1:Quantity>5</d4p1:Quantity>
<d4p1:SupplierId>7</d4p1:SupplierId>
<d4p1:Type>3</d4p1:Type>
</d4p1:ProductPriceMappingResponse>
<d4p1:ProductPriceMappingResponse>
<d4p1:Date>2026-04-14T21:48:22.094593+07:00</d4p1:Date>
<d4p1:Id>2</d4p1:Id>
<d4p1:Price>1</d4p1:Price>
<d4p1:ProductId>c13fa40a-b38b-4922-a75a-ef02474719ae</d4p1:ProductId>
<d4p1:PurchaseOrderId>86b3965b-5105-4a35-8d78-f349ffe5cc9d</d4p1:PurchaseOrderId>
<d4p1:Quantity>5</d4p1:Quantity>
<d4p1:SupplierId>7</d4p1:SupplierId>
<d4p1:Type>3</d4p1:Type>
</d4p1:ProductPriceMappingResponse>
</d2p1:LstPrice>
<d2p1:Note>sample string 9</d2p1:Note>
<d2p1:OrderId>9edeeec5-1ba7-45d9-8a31-4a17a10e2292</d2p1:OrderId>
<d2p1:Price>7</d2p1:Price>
<d2p1:PriceCost>14</d2p1:PriceCost>
<d2p1:ProductCode>sample string 11</d2p1:ProductCode>
<d2p1:ProductId>16b3e904-d755-4a00-8259-643e4c115920</d2p1:ProductId>
<d2p1:ProductName>sample string 12</d2p1:ProductName>
<d2p1:ProductUnitName>sample string 10</d2p1:ProductUnitName>
<d2p1:Quantity>6</d2p1:Quantity>
<d2p1:UnitPrice>3</d2p1:UnitPrice>
<d2p1:UnitPriceFromProduct>5</d2p1:UnitPriceFromProduct>
</d2p1:ListOrderItemResponseModel>
<d2p1:ListOrderItemResponseModel>
<d2p1:AdjustedPrice>4</d2p1:AdjustedPrice>
<d2p1:Discount>13</d2p1:Discount>
<d2p1:Id>1</d2p1:Id>
<d2p1:InventoryAvaibleCount>16</d2p1:InventoryAvaibleCount>
<d2p1:IsInventoryAvailble>true</d2p1:IsInventoryAvailble>
<d2p1:LstPrice xmlns:d4p1="http://schemas.datacontract.org/2004/07/Common.Model.Response.Product">
<d4p1:ProductPriceMappingResponse>
<d4p1:Date>2026-04-14T21:48:22.094593+07:00</d4p1:Date>
<d4p1:Id>2</d4p1:Id>
<d4p1:Price>1</d4p1:Price>
<d4p1:ProductId>c13fa40a-b38b-4922-a75a-ef02474719ae</d4p1:ProductId>
<d4p1:PurchaseOrderId>86b3965b-5105-4a35-8d78-f349ffe5cc9d</d4p1:PurchaseOrderId>
<d4p1:Quantity>5</d4p1:Quantity>
<d4p1:SupplierId>7</d4p1:SupplierId>
<d4p1:Type>3</d4p1:Type>
</d4p1:ProductPriceMappingResponse>
<d4p1:ProductPriceMappingResponse>
<d4p1:Date>2026-04-14T21:48:22.094593+07:00</d4p1:Date>
<d4p1:Id>2</d4p1:Id>
<d4p1:Price>1</d4p1:Price>
<d4p1:ProductId>c13fa40a-b38b-4922-a75a-ef02474719ae</d4p1:ProductId>
<d4p1:PurchaseOrderId>86b3965b-5105-4a35-8d78-f349ffe5cc9d</d4p1:PurchaseOrderId>
<d4p1:Quantity>5</d4p1:Quantity>
<d4p1:SupplierId>7</d4p1:SupplierId>
<d4p1:Type>3</d4p1:Type>
</d4p1:ProductPriceMappingResponse>
</d2p1:LstPrice>
<d2p1:Note>sample string 9</d2p1:Note>
<d2p1:OrderId>9edeeec5-1ba7-45d9-8a31-4a17a10e2292</d2p1:OrderId>
<d2p1:Price>7</d2p1:Price>
<d2p1:PriceCost>14</d2p1:PriceCost>
<d2p1:ProductCode>sample string 11</d2p1:ProductCode>
<d2p1:ProductId>16b3e904-d755-4a00-8259-643e4c115920</d2p1:ProductId>
<d2p1:ProductName>sample string 12</d2p1:ProductName>
<d2p1:ProductUnitName>sample string 10</d2p1:ProductUnitName>
<d2p1:Quantity>6</d2p1:Quantity>
<d2p1:UnitPrice>3</d2p1:UnitPrice>
<d2p1:UnitPriceFromProduct>5</d2p1:UnitPriceFromProduct>
</d2p1:ListOrderItemResponseModel>
</Items>
<NhapHang_GhiChuTien>13</NhapHang_GhiChuTien>
<NhapHang_HoanTien>12</NhapHang_HoanTien>
<NhapHang_SoLuongSanPham>10</NhapHang_SoLuongSanPham>
<NhapHang_SoTienDaDua>9</NhapHang_SoTienDaDua>
<NhapHang_TongTienSanPham>11</NhapHang_TongTienSanPham>
<PayingAmount>3</PayingAmount>
<TotalDebt>6</TotalDebt>
<TotalIncome>4</TotalIncome>
<TotalMoney>2</TotalMoney>
<TotalOrderAmount>7</TotalOrderAmount>
<TotalPaid>8</TotalPaid>
<TotalSpend>5</TotalSpend>
</PaginatorResponseOfListOrderItemResponseModelWE_PCX38R>