POST api/OrderCustomer/ListAll
Request Information
URI Parameters
None.
Body Parameters
OrderCustomerSearchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| KeySearch | string |
None. |
|
| From | date |
None. |
|
| To | date |
None. |
|
| Status | integer |
None. |
|
| IsUsingPrescription | boolean |
None. |
|
| CreatedId | globally unique identifier |
None. |
|
| CustomerId | integer |
None. |
|
| ImportedId | globally unique identifier |
None. |
|
| OrderChannel | integer |
None. |
|
| PaymentMethod | integer |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| IsOrdered | boolean |
None. |
|
| OrderCustomerTypeEnum | integer |
None. |
|
| HasItemWithPriceBelowCost | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"KeySearch": "sample string 1",
"From": "2025-12-24T20:23:18.0916293+07:00",
"To": "2025-12-24T20:23:18.0916293+07:00",
"Status": 1,
"IsUsingPrescription": true,
"CreatedId": "ba9c7408-7749-4f41-bdbc-af9ed98747da",
"CustomerId": 1,
"ImportedId": "45b4b90d-688a-4599-881b-8dcd0d0dbc5b",
"OrderChannel": 1,
"PaymentMethod": 1,
"PageSize": 1,
"PageIndex": 1,
"ProductId": "711cde4c-93f5-4f6f-9465-0ceb9d8fcbd8",
"IsOrdered": true,
"OrderCustomerTypeEnum": 1,
"HasItemWithPriceBelowCost": true
}
application/xml, text/xml
Sample:
<OrderCustomerSearchModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Model.Request.OrderCustomer"> <CreatedId>ba9c7408-7749-4f41-bdbc-af9ed98747da</CreatedId> <CustomerId>1</CustomerId> <From>2025-12-24T20:23:18.0916293+07:00</From> <HasItemWithPriceBelowCost>true</HasItemWithPriceBelowCost> <ImportedId>45b4b90d-688a-4599-881b-8dcd0d0dbc5b</ImportedId> <IsOrdered>true</IsOrdered> <IsUsingPrescription>true</IsUsingPrescription> <KeySearch>sample string 1</KeySearch> <OrderChannel>1</OrderChannel> <OrderCustomerTypeEnum>1</OrderCustomerTypeEnum> <PageIndex>1</PageIndex> <PageSize>1</PageSize> <PaymentMethod>1</PaymentMethod> <ProductId>711cde4c-93f5-4f6f-9465-0ceb9d8fcbd8</ProductId> <Status>1</Status> <To>2025-12-24T20:23:18.0916293+07:00</To> </OrderCustomerSearchModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ListOrderCustomerResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Code | string |
None. |
|
| OrderTotal | decimal number |
None. |
|
| Quantity | integer |
None. |
|
| CreatedTime | date |
None. |
|
| CreateTimeStr | string |
None. |
|
| CreatedId | globally unique identifier |
None. |
|
| CustomerId | integer |
None. |
|
| CustomerName | string |
None. |
|
| PaymentMethod | integer |
None. |
|
| OrderTime | date |
None. |
|
| OrderType | integer |
None. |
|
| Type | integer |
None. |
|
| OrderChannel | integer |
None. |
|
| Discount | decimal number |
None. |
|
| Note | string |
None. |
|
| Price | decimal number |
None. |
|
| IsUsingPrescription | boolean |
None. |
|
| PayingAmtInvoice | decimal number |
None. |
|
| RemainingDebt | decimal number |
None. |
|
| ImportedId | globally unique identifier |
None. |
|
| StatusId | OrderCustomerStatusEnum |
None. |
|
| IsDeleted | boolean |
None. |
|
| TotalPriceCost | decimal number |
None. |
|
| Status | string |
None. |
|
| OrderItemCustomers | Collection of OrderItemCustomer |
None. |
|
| ListOrderItemResponseModels | Collection of ListOrderItemResponseModel |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "1fc864c9-97ad-445c-8bbc-59af5677946b",
"Code": "sample string 2",
"OrderTotal": 3.0,
"Quantity": 4,
"CreatedTime": "2025-12-24T20:23:18.094152+07:00",
"CreateTimeStr": "24/12/2025 20:23:18",
"CreatedId": "8af507d5-8408-4a56-8ead-f887a16891e7",
"CustomerId": 1,
"CustomerName": "sample string 7",
"PaymentMethod": 8,
"OrderTime": "2025-12-24T20:23:18.094152+07:00",
"OrderType": 10,
"Type": 11,
"OrderChannel": 12,
"Discount": 13.0,
"Note": "sample string 14",
"Price": 15.0,
"IsUsingPrescription": true,
"PayingAmtInvoice": 17.0,
"RemainingDebt": 18.0,
"ImportedId": "3bbeda66-9bf8-4932-9375-a1829cfe9486",
"StatusId": 0,
"IsDeleted": true,
"TotalPriceCost": 21.0,
"Status": "Hoàn thành",
"OrderItemCustomers": [
{
"Id": 1,
"ProductId": "2f934cef-5342-441e-9f87-338c73589d5f",
"UnitPrice": 3.0,
"Quantity": 4,
"Price": 5.0,
"OrderId": "a14bc7fc-bc8a-441f-b955-aa30c07535be",
"Note": "sample string 7",
"ProductUnitName": "sample string 8",
"Discount": 9.0,
"DiscountType": 10,
"AdjustedPrice": 11.0,
"PriceCost": 12.0,
"InventoryId": 13,
"ProductPriceMappingId": 1
},
{
"Id": 1,
"ProductId": "2f934cef-5342-441e-9f87-338c73589d5f",
"UnitPrice": 3.0,
"Quantity": 4,
"Price": 5.0,
"OrderId": "a14bc7fc-bc8a-441f-b955-aa30c07535be",
"Note": "sample string 7",
"ProductUnitName": "sample string 8",
"Discount": 9.0,
"DiscountType": 10,
"AdjustedPrice": 11.0,
"PriceCost": 12.0,
"InventoryId": 13,
"ProductPriceMappingId": 1
}
],
"ListOrderItemResponseModels": [
{
"Id": 1,
"ProductId": "c8e80d4e-a2ed-44f1-98dc-fb2b65b45e08",
"UnitPrice": 3.0,
"AdjustedPrice": 4.0,
"UnitPriceFromProduct": 5.0,
"Quantity": 6,
"Price": 7.0,
"OrderId": "cef14545-b21f-4417-8666-d5ff594d57e3",
"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": "f2a03273-9fab-4524-983c-3d1c40ce37b8",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2025-12-24T20:23:18.0951113+07:00",
"SupplierId": 7,
"PurchaseOrderId": "082f5648-f253-4fc9-b6a4-f9a9a635511d"
},
{
"Price": 1.0,
"Id": 2,
"Type": 3,
"ProductId": "f2a03273-9fab-4524-983c-3d1c40ce37b8",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2025-12-24T20:23:18.0951113+07:00",
"SupplierId": 7,
"PurchaseOrderId": "082f5648-f253-4fc9-b6a4-f9a9a635511d"
}
],
"IsInventoryAvailble": true,
"InventoryAvaibleCount": 16
},
{
"Id": 1,
"ProductId": "c8e80d4e-a2ed-44f1-98dc-fb2b65b45e08",
"UnitPrice": 3.0,
"AdjustedPrice": 4.0,
"UnitPriceFromProduct": 5.0,
"Quantity": 6,
"Price": 7.0,
"OrderId": "cef14545-b21f-4417-8666-d5ff594d57e3",
"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": "f2a03273-9fab-4524-983c-3d1c40ce37b8",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2025-12-24T20:23:18.0951113+07:00",
"SupplierId": 7,
"PurchaseOrderId": "082f5648-f253-4fc9-b6a4-f9a9a635511d"
},
{
"Price": 1.0,
"Id": 2,
"Type": 3,
"ProductId": "f2a03273-9fab-4524-983c-3d1c40ce37b8",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2025-12-24T20:23:18.0951113+07:00",
"SupplierId": 7,
"PurchaseOrderId": "082f5648-f253-4fc9-b6a4-f9a9a635511d"
}
],
"IsInventoryAvailble": true,
"InventoryAvaibleCount": 16
}
]
},
{
"Id": "1fc864c9-97ad-445c-8bbc-59af5677946b",
"Code": "sample string 2",
"OrderTotal": 3.0,
"Quantity": 4,
"CreatedTime": "2025-12-24T20:23:18.094152+07:00",
"CreateTimeStr": "24/12/2025 20:23:18",
"CreatedId": "8af507d5-8408-4a56-8ead-f887a16891e7",
"CustomerId": 1,
"CustomerName": "sample string 7",
"PaymentMethod": 8,
"OrderTime": "2025-12-24T20:23:18.094152+07:00",
"OrderType": 10,
"Type": 11,
"OrderChannel": 12,
"Discount": 13.0,
"Note": "sample string 14",
"Price": 15.0,
"IsUsingPrescription": true,
"PayingAmtInvoice": 17.0,
"RemainingDebt": 18.0,
"ImportedId": "3bbeda66-9bf8-4932-9375-a1829cfe9486",
"StatusId": 0,
"IsDeleted": true,
"TotalPriceCost": 21.0,
"Status": "Hoàn thành",
"OrderItemCustomers": [
{
"Id": 1,
"ProductId": "2f934cef-5342-441e-9f87-338c73589d5f",
"UnitPrice": 3.0,
"Quantity": 4,
"Price": 5.0,
"OrderId": "a14bc7fc-bc8a-441f-b955-aa30c07535be",
"Note": "sample string 7",
"ProductUnitName": "sample string 8",
"Discount": 9.0,
"DiscountType": 10,
"AdjustedPrice": 11.0,
"PriceCost": 12.0,
"InventoryId": 13,
"ProductPriceMappingId": 1
},
{
"Id": 1,
"ProductId": "2f934cef-5342-441e-9f87-338c73589d5f",
"UnitPrice": 3.0,
"Quantity": 4,
"Price": 5.0,
"OrderId": "a14bc7fc-bc8a-441f-b955-aa30c07535be",
"Note": "sample string 7",
"ProductUnitName": "sample string 8",
"Discount": 9.0,
"DiscountType": 10,
"AdjustedPrice": 11.0,
"PriceCost": 12.0,
"InventoryId": 13,
"ProductPriceMappingId": 1
}
],
"ListOrderItemResponseModels": [
{
"Id": 1,
"ProductId": "c8e80d4e-a2ed-44f1-98dc-fb2b65b45e08",
"UnitPrice": 3.0,
"AdjustedPrice": 4.0,
"UnitPriceFromProduct": 5.0,
"Quantity": 6,
"Price": 7.0,
"OrderId": "cef14545-b21f-4417-8666-d5ff594d57e3",
"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": "f2a03273-9fab-4524-983c-3d1c40ce37b8",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2025-12-24T20:23:18.0951113+07:00",
"SupplierId": 7,
"PurchaseOrderId": "082f5648-f253-4fc9-b6a4-f9a9a635511d"
},
{
"Price": 1.0,
"Id": 2,
"Type": 3,
"ProductId": "f2a03273-9fab-4524-983c-3d1c40ce37b8",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2025-12-24T20:23:18.0951113+07:00",
"SupplierId": 7,
"PurchaseOrderId": "082f5648-f253-4fc9-b6a4-f9a9a635511d"
}
],
"IsInventoryAvailble": true,
"InventoryAvaibleCount": 16
},
{
"Id": 1,
"ProductId": "c8e80d4e-a2ed-44f1-98dc-fb2b65b45e08",
"UnitPrice": 3.0,
"AdjustedPrice": 4.0,
"UnitPriceFromProduct": 5.0,
"Quantity": 6,
"Price": 7.0,
"OrderId": "cef14545-b21f-4417-8666-d5ff594d57e3",
"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": "f2a03273-9fab-4524-983c-3d1c40ce37b8",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2025-12-24T20:23:18.0951113+07:00",
"SupplierId": 7,
"PurchaseOrderId": "082f5648-f253-4fc9-b6a4-f9a9a635511d"
},
{
"Price": 1.0,
"Id": 2,
"Type": 3,
"ProductId": "f2a03273-9fab-4524-983c-3d1c40ce37b8",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2025-12-24T20:23:18.0951113+07:00",
"SupplierId": 7,
"PurchaseOrderId": "082f5648-f253-4fc9-b6a4-f9a9a635511d"
}
],
"IsInventoryAvailble": true,
"InventoryAvaibleCount": 16
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfListOrderCustomerResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Model.Response.OrderCustomer">
<ListOrderCustomerResponseModel>
<Code>sample string 2</Code>
<CreatedId>8af507d5-8408-4a56-8ead-f887a16891e7</CreatedId>
<CreatedTime>2025-12-24T20:23:18.094152+07:00</CreatedTime>
<CustomerId>1</CustomerId>
<CustomerName>sample string 7</CustomerName>
<Discount>13</Discount>
<Id>1fc864c9-97ad-445c-8bbc-59af5677946b</Id>
<ImportedId>3bbeda66-9bf8-4932-9375-a1829cfe9486</ImportedId>
<IsDeleted>true</IsDeleted>
<IsUsingPrescription>true</IsUsingPrescription>
<ListOrderItemResponseModels>
<ListOrderItemResponseModel>
<AdjustedPrice>4</AdjustedPrice>
<Discount>13</Discount>
<Id>1</Id>
<InventoryAvaibleCount>16</InventoryAvaibleCount>
<IsInventoryAvailble>true</IsInventoryAvailble>
<LstPrice xmlns:d5p1="http://schemas.datacontract.org/2004/07/Common.Model.Response.Product">
<d5p1:ProductPriceMappingResponse>
<d5p1:Date>2025-12-24T20:23:18.0951113+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>f2a03273-9fab-4524-983c-3d1c40ce37b8</d5p1:ProductId>
<d5p1:PurchaseOrderId>082f5648-f253-4fc9-b6a4-f9a9a635511d</d5p1:PurchaseOrderId>
<d5p1:Quantity>5</d5p1:Quantity>
<d5p1:SupplierId>7</d5p1:SupplierId>
<d5p1:Type>3</d5p1:Type>
</d5p1:ProductPriceMappingResponse>
<d5p1:ProductPriceMappingResponse>
<d5p1:Date>2025-12-24T20:23:18.0951113+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>f2a03273-9fab-4524-983c-3d1c40ce37b8</d5p1:ProductId>
<d5p1:PurchaseOrderId>082f5648-f253-4fc9-b6a4-f9a9a635511d</d5p1:PurchaseOrderId>
<d5p1:Quantity>5</d5p1:Quantity>
<d5p1:SupplierId>7</d5p1:SupplierId>
<d5p1:Type>3</d5p1:Type>
</d5p1:ProductPriceMappingResponse>
</LstPrice>
<Note>sample string 9</Note>
<OrderId>cef14545-b21f-4417-8666-d5ff594d57e3</OrderId>
<Price>7</Price>
<PriceCost>14</PriceCost>
<ProductCode>sample string 11</ProductCode>
<ProductId>c8e80d4e-a2ed-44f1-98dc-fb2b65b45e08</ProductId>
<ProductName>sample string 12</ProductName>
<ProductUnitName>sample string 10</ProductUnitName>
<Quantity>6</Quantity>
<UnitPrice>3</UnitPrice>
<UnitPriceFromProduct>5</UnitPriceFromProduct>
</ListOrderItemResponseModel>
<ListOrderItemResponseModel>
<AdjustedPrice>4</AdjustedPrice>
<Discount>13</Discount>
<Id>1</Id>
<InventoryAvaibleCount>16</InventoryAvaibleCount>
<IsInventoryAvailble>true</IsInventoryAvailble>
<LstPrice xmlns:d5p1="http://schemas.datacontract.org/2004/07/Common.Model.Response.Product">
<d5p1:ProductPriceMappingResponse>
<d5p1:Date>2025-12-24T20:23:18.0951113+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>f2a03273-9fab-4524-983c-3d1c40ce37b8</d5p1:ProductId>
<d5p1:PurchaseOrderId>082f5648-f253-4fc9-b6a4-f9a9a635511d</d5p1:PurchaseOrderId>
<d5p1:Quantity>5</d5p1:Quantity>
<d5p1:SupplierId>7</d5p1:SupplierId>
<d5p1:Type>3</d5p1:Type>
</d5p1:ProductPriceMappingResponse>
<d5p1:ProductPriceMappingResponse>
<d5p1:Date>2025-12-24T20:23:18.0951113+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>f2a03273-9fab-4524-983c-3d1c40ce37b8</d5p1:ProductId>
<d5p1:PurchaseOrderId>082f5648-f253-4fc9-b6a4-f9a9a635511d</d5p1:PurchaseOrderId>
<d5p1:Quantity>5</d5p1:Quantity>
<d5p1:SupplierId>7</d5p1:SupplierId>
<d5p1:Type>3</d5p1:Type>
</d5p1:ProductPriceMappingResponse>
</LstPrice>
<Note>sample string 9</Note>
<OrderId>cef14545-b21f-4417-8666-d5ff594d57e3</OrderId>
<Price>7</Price>
<PriceCost>14</PriceCost>
<ProductCode>sample string 11</ProductCode>
<ProductId>c8e80d4e-a2ed-44f1-98dc-fb2b65b45e08</ProductId>
<ProductName>sample string 12</ProductName>
<ProductUnitName>sample string 10</ProductUnitName>
<Quantity>6</Quantity>
<UnitPrice>3</UnitPrice>
<UnitPriceFromProduct>5</UnitPriceFromProduct>
</ListOrderItemResponseModel>
</ListOrderItemResponseModels>
<Note>sample string 14</Note>
<OrderChannel>12</OrderChannel>
<OrderItemCustomers xmlns:d3p1="http://schemas.datacontract.org/2004/07/SSO_Repository.Entities">
<d3p1:OrderItemCustomer>
<d3p1:AdjustedPrice>11</d3p1:AdjustedPrice>
<d3p1:Discount>9</d3p1:Discount>
<d3p1:DiscountType>10</d3p1:DiscountType>
<d3p1:Id>1</d3p1:Id>
<d3p1:InventoryId>13</d3p1:InventoryId>
<d3p1:Note>sample string 7</d3p1:Note>
<d3p1:OrderId>a14bc7fc-bc8a-441f-b955-aa30c07535be</d3p1:OrderId>
<d3p1:Price>5</d3p1:Price>
<d3p1:PriceCost>12</d3p1:PriceCost>
<d3p1:ProductId>2f934cef-5342-441e-9f87-338c73589d5f</d3p1:ProductId>
<d3p1:ProductPriceMappingId>1</d3p1:ProductPriceMappingId>
<d3p1:ProductUnitName>sample string 8</d3p1:ProductUnitName>
<d3p1:Quantity>4</d3p1:Quantity>
<d3p1:UnitPrice>3</d3p1:UnitPrice>
</d3p1:OrderItemCustomer>
<d3p1:OrderItemCustomer>
<d3p1:AdjustedPrice>11</d3p1:AdjustedPrice>
<d3p1:Discount>9</d3p1:Discount>
<d3p1:DiscountType>10</d3p1:DiscountType>
<d3p1:Id>1</d3p1:Id>
<d3p1:InventoryId>13</d3p1:InventoryId>
<d3p1:Note>sample string 7</d3p1:Note>
<d3p1:OrderId>a14bc7fc-bc8a-441f-b955-aa30c07535be</d3p1:OrderId>
<d3p1:Price>5</d3p1:Price>
<d3p1:PriceCost>12</d3p1:PriceCost>
<d3p1:ProductId>2f934cef-5342-441e-9f87-338c73589d5f</d3p1:ProductId>
<d3p1:ProductPriceMappingId>1</d3p1:ProductPriceMappingId>
<d3p1:ProductUnitName>sample string 8</d3p1:ProductUnitName>
<d3p1:Quantity>4</d3p1:Quantity>
<d3p1:UnitPrice>3</d3p1:UnitPrice>
</d3p1:OrderItemCustomer>
</OrderItemCustomers>
<OrderTime>2025-12-24T20:23:18.094152+07:00</OrderTime>
<OrderTotal>3</OrderTotal>
<OrderType>10</OrderType>
<PayingAmtInvoice>17</PayingAmtInvoice>
<PaymentMethod>8</PaymentMethod>
<Price>15</Price>
<Quantity>4</Quantity>
<RemainingDebt>18</RemainingDebt>
<StatusId>DONE</StatusId>
<TotalPriceCost>21</TotalPriceCost>
<Type>11</Type>
</ListOrderCustomerResponseModel>
<ListOrderCustomerResponseModel>
<Code>sample string 2</Code>
<CreatedId>8af507d5-8408-4a56-8ead-f887a16891e7</CreatedId>
<CreatedTime>2025-12-24T20:23:18.094152+07:00</CreatedTime>
<CustomerId>1</CustomerId>
<CustomerName>sample string 7</CustomerName>
<Discount>13</Discount>
<Id>1fc864c9-97ad-445c-8bbc-59af5677946b</Id>
<ImportedId>3bbeda66-9bf8-4932-9375-a1829cfe9486</ImportedId>
<IsDeleted>true</IsDeleted>
<IsUsingPrescription>true</IsUsingPrescription>
<ListOrderItemResponseModels>
<ListOrderItemResponseModel>
<AdjustedPrice>4</AdjustedPrice>
<Discount>13</Discount>
<Id>1</Id>
<InventoryAvaibleCount>16</InventoryAvaibleCount>
<IsInventoryAvailble>true</IsInventoryAvailble>
<LstPrice xmlns:d5p1="http://schemas.datacontract.org/2004/07/Common.Model.Response.Product">
<d5p1:ProductPriceMappingResponse>
<d5p1:Date>2025-12-24T20:23:18.0951113+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>f2a03273-9fab-4524-983c-3d1c40ce37b8</d5p1:ProductId>
<d5p1:PurchaseOrderId>082f5648-f253-4fc9-b6a4-f9a9a635511d</d5p1:PurchaseOrderId>
<d5p1:Quantity>5</d5p1:Quantity>
<d5p1:SupplierId>7</d5p1:SupplierId>
<d5p1:Type>3</d5p1:Type>
</d5p1:ProductPriceMappingResponse>
<d5p1:ProductPriceMappingResponse>
<d5p1:Date>2025-12-24T20:23:18.0951113+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>f2a03273-9fab-4524-983c-3d1c40ce37b8</d5p1:ProductId>
<d5p1:PurchaseOrderId>082f5648-f253-4fc9-b6a4-f9a9a635511d</d5p1:PurchaseOrderId>
<d5p1:Quantity>5</d5p1:Quantity>
<d5p1:SupplierId>7</d5p1:SupplierId>
<d5p1:Type>3</d5p1:Type>
</d5p1:ProductPriceMappingResponse>
</LstPrice>
<Note>sample string 9</Note>
<OrderId>cef14545-b21f-4417-8666-d5ff594d57e3</OrderId>
<Price>7</Price>
<PriceCost>14</PriceCost>
<ProductCode>sample string 11</ProductCode>
<ProductId>c8e80d4e-a2ed-44f1-98dc-fb2b65b45e08</ProductId>
<ProductName>sample string 12</ProductName>
<ProductUnitName>sample string 10</ProductUnitName>
<Quantity>6</Quantity>
<UnitPrice>3</UnitPrice>
<UnitPriceFromProduct>5</UnitPriceFromProduct>
</ListOrderItemResponseModel>
<ListOrderItemResponseModel>
<AdjustedPrice>4</AdjustedPrice>
<Discount>13</Discount>
<Id>1</Id>
<InventoryAvaibleCount>16</InventoryAvaibleCount>
<IsInventoryAvailble>true</IsInventoryAvailble>
<LstPrice xmlns:d5p1="http://schemas.datacontract.org/2004/07/Common.Model.Response.Product">
<d5p1:ProductPriceMappingResponse>
<d5p1:Date>2025-12-24T20:23:18.0951113+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>f2a03273-9fab-4524-983c-3d1c40ce37b8</d5p1:ProductId>
<d5p1:PurchaseOrderId>082f5648-f253-4fc9-b6a4-f9a9a635511d</d5p1:PurchaseOrderId>
<d5p1:Quantity>5</d5p1:Quantity>
<d5p1:SupplierId>7</d5p1:SupplierId>
<d5p1:Type>3</d5p1:Type>
</d5p1:ProductPriceMappingResponse>
<d5p1:ProductPriceMappingResponse>
<d5p1:Date>2025-12-24T20:23:18.0951113+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>f2a03273-9fab-4524-983c-3d1c40ce37b8</d5p1:ProductId>
<d5p1:PurchaseOrderId>082f5648-f253-4fc9-b6a4-f9a9a635511d</d5p1:PurchaseOrderId>
<d5p1:Quantity>5</d5p1:Quantity>
<d5p1:SupplierId>7</d5p1:SupplierId>
<d5p1:Type>3</d5p1:Type>
</d5p1:ProductPriceMappingResponse>
</LstPrice>
<Note>sample string 9</Note>
<OrderId>cef14545-b21f-4417-8666-d5ff594d57e3</OrderId>
<Price>7</Price>
<PriceCost>14</PriceCost>
<ProductCode>sample string 11</ProductCode>
<ProductId>c8e80d4e-a2ed-44f1-98dc-fb2b65b45e08</ProductId>
<ProductName>sample string 12</ProductName>
<ProductUnitName>sample string 10</ProductUnitName>
<Quantity>6</Quantity>
<UnitPrice>3</UnitPrice>
<UnitPriceFromProduct>5</UnitPriceFromProduct>
</ListOrderItemResponseModel>
</ListOrderItemResponseModels>
<Note>sample string 14</Note>
<OrderChannel>12</OrderChannel>
<OrderItemCustomers xmlns:d3p1="http://schemas.datacontract.org/2004/07/SSO_Repository.Entities">
<d3p1:OrderItemCustomer>
<d3p1:AdjustedPrice>11</d3p1:AdjustedPrice>
<d3p1:Discount>9</d3p1:Discount>
<d3p1:DiscountType>10</d3p1:DiscountType>
<d3p1:Id>1</d3p1:Id>
<d3p1:InventoryId>13</d3p1:InventoryId>
<d3p1:Note>sample string 7</d3p1:Note>
<d3p1:OrderId>a14bc7fc-bc8a-441f-b955-aa30c07535be</d3p1:OrderId>
<d3p1:Price>5</d3p1:Price>
<d3p1:PriceCost>12</d3p1:PriceCost>
<d3p1:ProductId>2f934cef-5342-441e-9f87-338c73589d5f</d3p1:ProductId>
<d3p1:ProductPriceMappingId>1</d3p1:ProductPriceMappingId>
<d3p1:ProductUnitName>sample string 8</d3p1:ProductUnitName>
<d3p1:Quantity>4</d3p1:Quantity>
<d3p1:UnitPrice>3</d3p1:UnitPrice>
</d3p1:OrderItemCustomer>
<d3p1:OrderItemCustomer>
<d3p1:AdjustedPrice>11</d3p1:AdjustedPrice>
<d3p1:Discount>9</d3p1:Discount>
<d3p1:DiscountType>10</d3p1:DiscountType>
<d3p1:Id>1</d3p1:Id>
<d3p1:InventoryId>13</d3p1:InventoryId>
<d3p1:Note>sample string 7</d3p1:Note>
<d3p1:OrderId>a14bc7fc-bc8a-441f-b955-aa30c07535be</d3p1:OrderId>
<d3p1:Price>5</d3p1:Price>
<d3p1:PriceCost>12</d3p1:PriceCost>
<d3p1:ProductId>2f934cef-5342-441e-9f87-338c73589d5f</d3p1:ProductId>
<d3p1:ProductPriceMappingId>1</d3p1:ProductPriceMappingId>
<d3p1:ProductUnitName>sample string 8</d3p1:ProductUnitName>
<d3p1:Quantity>4</d3p1:Quantity>
<d3p1:UnitPrice>3</d3p1:UnitPrice>
</d3p1:OrderItemCustomer>
</OrderItemCustomers>
<OrderTime>2025-12-24T20:23:18.094152+07:00</OrderTime>
<OrderTotal>3</OrderTotal>
<OrderType>10</OrderType>
<PayingAmtInvoice>17</PayingAmtInvoice>
<PaymentMethod>8</PaymentMethod>
<Price>15</Price>
<Quantity>4</Quantity>
<RemainingDebt>18</RemainingDebt>
<StatusId>DONE</StatusId>
<TotalPriceCost>21</TotalPriceCost>
<Type>11</Type>
</ListOrderCustomerResponseModel>
</ArrayOfListOrderCustomerResponseModel>