POST api/OrderCustomer/ExportExcel
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:22:11.8190008+07:00",
"To": "2025-12-24T20:22:11.819987+07:00",
"Status": 1,
"IsUsingPrescription": true,
"CreatedId": "b8a13cb0-0573-47d6-8a37-351360517abb",
"CustomerId": 1,
"ImportedId": "5002622f-d742-42f9-b5d2-550a1995b092",
"OrderChannel": 1,
"PaymentMethod": 1,
"PageSize": 1,
"PageIndex": 1,
"ProductId": "ed4f85e7-dbb7-409a-a444-8dd0330cbc5f",
"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>b8a13cb0-0573-47d6-8a37-351360517abb</CreatedId> <CustomerId>1</CustomerId> <From>2025-12-24T20:22:11.8190008+07:00</From> <HasItemWithPriceBelowCost>true</HasItemWithPriceBelowCost> <ImportedId>5002622f-d742-42f9-b5d2-550a1995b092</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>ed4f85e7-dbb7-409a-a444-8dd0330cbc5f</ProductId> <Status>1</Status> <To>2025-12-24T20:22:11.819987+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": "658ad42b-4e88-47c2-9132-69d70b910bf7",
"Code": "sample string 2",
"OrderTotal": 3.0,
"Quantity": 4,
"CreatedTime": "2025-12-24T20:22:11.82096+07:00",
"CreateTimeStr": "24/12/2025 20:22:11",
"CreatedId": "ce37e743-3f1c-48c6-89f9-fdf56b4beb40",
"CustomerId": 1,
"CustomerName": "sample string 7",
"PaymentMethod": 8,
"OrderTime": "2025-12-24T20:22:11.82096+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": "5f32eef1-a8b2-4efe-82bd-bd903c6c181c",
"StatusId": 0,
"IsDeleted": true,
"TotalPriceCost": 21.0,
"Status": "Hoàn thành",
"OrderItemCustomers": [
{
"Id": 1,
"ProductId": "4fcfe66a-658a-4df5-b92a-e2db9314cadc",
"UnitPrice": 3.0,
"Quantity": 4,
"Price": 5.0,
"OrderId": "04ee1b81-d571-4259-9e04-9f60b839bbd2",
"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": "4fcfe66a-658a-4df5-b92a-e2db9314cadc",
"UnitPrice": 3.0,
"Quantity": 4,
"Price": 5.0,
"OrderId": "04ee1b81-d571-4259-9e04-9f60b839bbd2",
"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": "89c25bf7-2c38-44f7-b9fb-d208c14e639f",
"UnitPrice": 3.0,
"AdjustedPrice": 4.0,
"UnitPriceFromProduct": 5.0,
"Quantity": 6,
"Price": 7.0,
"OrderId": "42fa8cce-3856-4226-b0a6-fa9c1cded013",
"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": "983e2714-8920-4d78-828d-561e4971f494",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2025-12-24T20:22:11.82096+07:00",
"SupplierId": 7,
"PurchaseOrderId": "6dcbebac-613e-4451-9bd2-2040b3c83512"
},
{
"Price": 1.0,
"Id": 2,
"Type": 3,
"ProductId": "983e2714-8920-4d78-828d-561e4971f494",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2025-12-24T20:22:11.82096+07:00",
"SupplierId": 7,
"PurchaseOrderId": "6dcbebac-613e-4451-9bd2-2040b3c83512"
}
],
"IsInventoryAvailble": true,
"InventoryAvaibleCount": 16
},
{
"Id": 1,
"ProductId": "89c25bf7-2c38-44f7-b9fb-d208c14e639f",
"UnitPrice": 3.0,
"AdjustedPrice": 4.0,
"UnitPriceFromProduct": 5.0,
"Quantity": 6,
"Price": 7.0,
"OrderId": "42fa8cce-3856-4226-b0a6-fa9c1cded013",
"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": "983e2714-8920-4d78-828d-561e4971f494",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2025-12-24T20:22:11.82096+07:00",
"SupplierId": 7,
"PurchaseOrderId": "6dcbebac-613e-4451-9bd2-2040b3c83512"
},
{
"Price": 1.0,
"Id": 2,
"Type": 3,
"ProductId": "983e2714-8920-4d78-828d-561e4971f494",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2025-12-24T20:22:11.82096+07:00",
"SupplierId": 7,
"PurchaseOrderId": "6dcbebac-613e-4451-9bd2-2040b3c83512"
}
],
"IsInventoryAvailble": true,
"InventoryAvaibleCount": 16
}
]
},
{
"Id": "658ad42b-4e88-47c2-9132-69d70b910bf7",
"Code": "sample string 2",
"OrderTotal": 3.0,
"Quantity": 4,
"CreatedTime": "2025-12-24T20:22:11.82096+07:00",
"CreateTimeStr": "24/12/2025 20:22:11",
"CreatedId": "ce37e743-3f1c-48c6-89f9-fdf56b4beb40",
"CustomerId": 1,
"CustomerName": "sample string 7",
"PaymentMethod": 8,
"OrderTime": "2025-12-24T20:22:11.82096+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": "5f32eef1-a8b2-4efe-82bd-bd903c6c181c",
"StatusId": 0,
"IsDeleted": true,
"TotalPriceCost": 21.0,
"Status": "Hoàn thành",
"OrderItemCustomers": [
{
"Id": 1,
"ProductId": "4fcfe66a-658a-4df5-b92a-e2db9314cadc",
"UnitPrice": 3.0,
"Quantity": 4,
"Price": 5.0,
"OrderId": "04ee1b81-d571-4259-9e04-9f60b839bbd2",
"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": "4fcfe66a-658a-4df5-b92a-e2db9314cadc",
"UnitPrice": 3.0,
"Quantity": 4,
"Price": 5.0,
"OrderId": "04ee1b81-d571-4259-9e04-9f60b839bbd2",
"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": "89c25bf7-2c38-44f7-b9fb-d208c14e639f",
"UnitPrice": 3.0,
"AdjustedPrice": 4.0,
"UnitPriceFromProduct": 5.0,
"Quantity": 6,
"Price": 7.0,
"OrderId": "42fa8cce-3856-4226-b0a6-fa9c1cded013",
"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": "983e2714-8920-4d78-828d-561e4971f494",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2025-12-24T20:22:11.82096+07:00",
"SupplierId": 7,
"PurchaseOrderId": "6dcbebac-613e-4451-9bd2-2040b3c83512"
},
{
"Price": 1.0,
"Id": 2,
"Type": 3,
"ProductId": "983e2714-8920-4d78-828d-561e4971f494",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2025-12-24T20:22:11.82096+07:00",
"SupplierId": 7,
"PurchaseOrderId": "6dcbebac-613e-4451-9bd2-2040b3c83512"
}
],
"IsInventoryAvailble": true,
"InventoryAvaibleCount": 16
},
{
"Id": 1,
"ProductId": "89c25bf7-2c38-44f7-b9fb-d208c14e639f",
"UnitPrice": 3.0,
"AdjustedPrice": 4.0,
"UnitPriceFromProduct": 5.0,
"Quantity": 6,
"Price": 7.0,
"OrderId": "42fa8cce-3856-4226-b0a6-fa9c1cded013",
"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": "983e2714-8920-4d78-828d-561e4971f494",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2025-12-24T20:22:11.82096+07:00",
"SupplierId": 7,
"PurchaseOrderId": "6dcbebac-613e-4451-9bd2-2040b3c83512"
},
{
"Price": 1.0,
"Id": 2,
"Type": 3,
"ProductId": "983e2714-8920-4d78-828d-561e4971f494",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2025-12-24T20:22:11.82096+07:00",
"SupplierId": 7,
"PurchaseOrderId": "6dcbebac-613e-4451-9bd2-2040b3c83512"
}
],
"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>ce37e743-3f1c-48c6-89f9-fdf56b4beb40</CreatedId>
<CreatedTime>2025-12-24T20:22:11.82096+07:00</CreatedTime>
<CustomerId>1</CustomerId>
<CustomerName>sample string 7</CustomerName>
<Discount>13</Discount>
<Id>658ad42b-4e88-47c2-9132-69d70b910bf7</Id>
<ImportedId>5f32eef1-a8b2-4efe-82bd-bd903c6c181c</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:22:11.82096+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>983e2714-8920-4d78-828d-561e4971f494</d5p1:ProductId>
<d5p1:PurchaseOrderId>6dcbebac-613e-4451-9bd2-2040b3c83512</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:22:11.82096+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>983e2714-8920-4d78-828d-561e4971f494</d5p1:ProductId>
<d5p1:PurchaseOrderId>6dcbebac-613e-4451-9bd2-2040b3c83512</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>42fa8cce-3856-4226-b0a6-fa9c1cded013</OrderId>
<Price>7</Price>
<PriceCost>14</PriceCost>
<ProductCode>sample string 11</ProductCode>
<ProductId>89c25bf7-2c38-44f7-b9fb-d208c14e639f</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:22:11.82096+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>983e2714-8920-4d78-828d-561e4971f494</d5p1:ProductId>
<d5p1:PurchaseOrderId>6dcbebac-613e-4451-9bd2-2040b3c83512</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:22:11.82096+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>983e2714-8920-4d78-828d-561e4971f494</d5p1:ProductId>
<d5p1:PurchaseOrderId>6dcbebac-613e-4451-9bd2-2040b3c83512</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>42fa8cce-3856-4226-b0a6-fa9c1cded013</OrderId>
<Price>7</Price>
<PriceCost>14</PriceCost>
<ProductCode>sample string 11</ProductCode>
<ProductId>89c25bf7-2c38-44f7-b9fb-d208c14e639f</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>04ee1b81-d571-4259-9e04-9f60b839bbd2</d3p1:OrderId>
<d3p1:Price>5</d3p1:Price>
<d3p1:PriceCost>12</d3p1:PriceCost>
<d3p1:ProductId>4fcfe66a-658a-4df5-b92a-e2db9314cadc</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>04ee1b81-d571-4259-9e04-9f60b839bbd2</d3p1:OrderId>
<d3p1:Price>5</d3p1:Price>
<d3p1:PriceCost>12</d3p1:PriceCost>
<d3p1:ProductId>4fcfe66a-658a-4df5-b92a-e2db9314cadc</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:22:11.82096+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>ce37e743-3f1c-48c6-89f9-fdf56b4beb40</CreatedId>
<CreatedTime>2025-12-24T20:22:11.82096+07:00</CreatedTime>
<CustomerId>1</CustomerId>
<CustomerName>sample string 7</CustomerName>
<Discount>13</Discount>
<Id>658ad42b-4e88-47c2-9132-69d70b910bf7</Id>
<ImportedId>5f32eef1-a8b2-4efe-82bd-bd903c6c181c</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:22:11.82096+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>983e2714-8920-4d78-828d-561e4971f494</d5p1:ProductId>
<d5p1:PurchaseOrderId>6dcbebac-613e-4451-9bd2-2040b3c83512</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:22:11.82096+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>983e2714-8920-4d78-828d-561e4971f494</d5p1:ProductId>
<d5p1:PurchaseOrderId>6dcbebac-613e-4451-9bd2-2040b3c83512</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>42fa8cce-3856-4226-b0a6-fa9c1cded013</OrderId>
<Price>7</Price>
<PriceCost>14</PriceCost>
<ProductCode>sample string 11</ProductCode>
<ProductId>89c25bf7-2c38-44f7-b9fb-d208c14e639f</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:22:11.82096+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>983e2714-8920-4d78-828d-561e4971f494</d5p1:ProductId>
<d5p1:PurchaseOrderId>6dcbebac-613e-4451-9bd2-2040b3c83512</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:22:11.82096+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>983e2714-8920-4d78-828d-561e4971f494</d5p1:ProductId>
<d5p1:PurchaseOrderId>6dcbebac-613e-4451-9bd2-2040b3c83512</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>42fa8cce-3856-4226-b0a6-fa9c1cded013</OrderId>
<Price>7</Price>
<PriceCost>14</PriceCost>
<ProductCode>sample string 11</ProductCode>
<ProductId>89c25bf7-2c38-44f7-b9fb-d208c14e639f</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>04ee1b81-d571-4259-9e04-9f60b839bbd2</d3p1:OrderId>
<d3p1:Price>5</d3p1:Price>
<d3p1:PriceCost>12</d3p1:PriceCost>
<d3p1:ProductId>4fcfe66a-658a-4df5-b92a-e2db9314cadc</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>04ee1b81-d571-4259-9e04-9f60b839bbd2</d3p1:OrderId>
<d3p1:Price>5</d3p1:Price>
<d3p1:PriceCost>12</d3p1:PriceCost>
<d3p1:ProductId>4fcfe66a-658a-4df5-b92a-e2db9314cadc</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:22:11.82096+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>