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. |
|
| PaymentPartialMethod | 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": "2026-04-14T19:44:45.8741538+07:00",
"To": "2026-04-14T19:44:45.8741538+07:00",
"Status": 1,
"IsUsingPrescription": true,
"CreatedId": "a26a27a5-e650-4669-a2f0-bc8b50ec36d9",
"CustomerId": 1,
"ImportedId": "f806803e-4044-4bca-a3f1-61e2a7d31681",
"OrderChannel": 1,
"PaymentMethod": 1,
"PaymentPartialMethod": 1,
"PageSize": 1,
"PageIndex": 1,
"ProductId": "bdc5442f-d87b-43df-b290-8785fea8ad93",
"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>a26a27a5-e650-4669-a2f0-bc8b50ec36d9</CreatedId> <CustomerId>1</CustomerId> <From>2026-04-14T19:44:45.8741538+07:00</From> <HasItemWithPriceBelowCost>true</HasItemWithPriceBelowCost> <ImportedId>f806803e-4044-4bca-a3f1-61e2a7d31681</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> <PaymentPartialMethod>1</PaymentPartialMethod> <ProductId>bdc5442f-d87b-43df-b290-8785fea8ad93</ProductId> <Status>1</Status> <To>2026-04-14T19:44:45.8741538+07:00</To> </OrderCustomerSearchModel>
application/x-www-form-urlencoded
Sample:
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": "d4cb7716-50c3-45ea-bd87-826572dd038c",
"Code": "sample string 2",
"OrderTotal": 3.0,
"Quantity": 4,
"CreatedTime": "2026-04-14T19:44:45.8761158+07:00",
"CreateTimeStr": "14/04/2026 19:44:45",
"CreatedId": "85441c55-f866-4a1a-8c58-47d09547d502",
"CustomerId": 1,
"CustomerName": "sample string 7",
"PaymentMethod": 8,
"OrderTime": "2026-04-14T19:44:45.8761158+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": "5ace45da-8d2a-48c6-8a9a-c903a56f93c7",
"StatusId": 0,
"IsDeleted": true,
"TotalPriceCost": 21.0,
"Status": "Hoàn thành",
"OrderItemCustomers": [
{
"Id": 1,
"ProductId": "7e885a30-2cf6-44bc-86f5-dd5d2d69a5fd",
"UnitPrice": 3.0,
"Quantity": 4,
"Price": 5.0,
"OrderId": "4455526d-0aa8-4eaa-9c57-6ca8c4874f44",
"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": "7e885a30-2cf6-44bc-86f5-dd5d2d69a5fd",
"UnitPrice": 3.0,
"Quantity": 4,
"Price": 5.0,
"OrderId": "4455526d-0aa8-4eaa-9c57-6ca8c4874f44",
"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": "2ec581ee-10e9-4be0-8149-84323a0dad4e",
"UnitPrice": 3.0,
"AdjustedPrice": 4.0,
"UnitPriceFromProduct": 5.0,
"Quantity": 6,
"Price": 7.0,
"OrderId": "9cdbed13-03fd-4767-a790-fd9d858708b0",
"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": "cdabde5a-a70d-4f1a-b8c9-e9afc4c70286",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2026-04-14T19:44:45.8761158+07:00",
"SupplierId": 7,
"PurchaseOrderId": "d44379e2-2a5f-4118-9906-fcd7a26277b1"
},
{
"Price": 1.0,
"Id": 2,
"Type": 3,
"ProductId": "cdabde5a-a70d-4f1a-b8c9-e9afc4c70286",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2026-04-14T19:44:45.8761158+07:00",
"SupplierId": 7,
"PurchaseOrderId": "d44379e2-2a5f-4118-9906-fcd7a26277b1"
}
],
"IsInventoryAvailble": true,
"InventoryAvaibleCount": 16
},
{
"Id": 1,
"ProductId": "2ec581ee-10e9-4be0-8149-84323a0dad4e",
"UnitPrice": 3.0,
"AdjustedPrice": 4.0,
"UnitPriceFromProduct": 5.0,
"Quantity": 6,
"Price": 7.0,
"OrderId": "9cdbed13-03fd-4767-a790-fd9d858708b0",
"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": "cdabde5a-a70d-4f1a-b8c9-e9afc4c70286",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2026-04-14T19:44:45.8761158+07:00",
"SupplierId": 7,
"PurchaseOrderId": "d44379e2-2a5f-4118-9906-fcd7a26277b1"
},
{
"Price": 1.0,
"Id": 2,
"Type": 3,
"ProductId": "cdabde5a-a70d-4f1a-b8c9-e9afc4c70286",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2026-04-14T19:44:45.8761158+07:00",
"SupplierId": 7,
"PurchaseOrderId": "d44379e2-2a5f-4118-9906-fcd7a26277b1"
}
],
"IsInventoryAvailble": true,
"InventoryAvaibleCount": 16
}
]
},
{
"Id": "d4cb7716-50c3-45ea-bd87-826572dd038c",
"Code": "sample string 2",
"OrderTotal": 3.0,
"Quantity": 4,
"CreatedTime": "2026-04-14T19:44:45.8761158+07:00",
"CreateTimeStr": "14/04/2026 19:44:45",
"CreatedId": "85441c55-f866-4a1a-8c58-47d09547d502",
"CustomerId": 1,
"CustomerName": "sample string 7",
"PaymentMethod": 8,
"OrderTime": "2026-04-14T19:44:45.8761158+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": "5ace45da-8d2a-48c6-8a9a-c903a56f93c7",
"StatusId": 0,
"IsDeleted": true,
"TotalPriceCost": 21.0,
"Status": "Hoàn thành",
"OrderItemCustomers": [
{
"Id": 1,
"ProductId": "7e885a30-2cf6-44bc-86f5-dd5d2d69a5fd",
"UnitPrice": 3.0,
"Quantity": 4,
"Price": 5.0,
"OrderId": "4455526d-0aa8-4eaa-9c57-6ca8c4874f44",
"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": "7e885a30-2cf6-44bc-86f5-dd5d2d69a5fd",
"UnitPrice": 3.0,
"Quantity": 4,
"Price": 5.0,
"OrderId": "4455526d-0aa8-4eaa-9c57-6ca8c4874f44",
"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": "2ec581ee-10e9-4be0-8149-84323a0dad4e",
"UnitPrice": 3.0,
"AdjustedPrice": 4.0,
"UnitPriceFromProduct": 5.0,
"Quantity": 6,
"Price": 7.0,
"OrderId": "9cdbed13-03fd-4767-a790-fd9d858708b0",
"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": "cdabde5a-a70d-4f1a-b8c9-e9afc4c70286",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2026-04-14T19:44:45.8761158+07:00",
"SupplierId": 7,
"PurchaseOrderId": "d44379e2-2a5f-4118-9906-fcd7a26277b1"
},
{
"Price": 1.0,
"Id": 2,
"Type": 3,
"ProductId": "cdabde5a-a70d-4f1a-b8c9-e9afc4c70286",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2026-04-14T19:44:45.8761158+07:00",
"SupplierId": 7,
"PurchaseOrderId": "d44379e2-2a5f-4118-9906-fcd7a26277b1"
}
],
"IsInventoryAvailble": true,
"InventoryAvaibleCount": 16
},
{
"Id": 1,
"ProductId": "2ec581ee-10e9-4be0-8149-84323a0dad4e",
"UnitPrice": 3.0,
"AdjustedPrice": 4.0,
"UnitPriceFromProduct": 5.0,
"Quantity": 6,
"Price": 7.0,
"OrderId": "9cdbed13-03fd-4767-a790-fd9d858708b0",
"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": "cdabde5a-a70d-4f1a-b8c9-e9afc4c70286",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2026-04-14T19:44:45.8761158+07:00",
"SupplierId": 7,
"PurchaseOrderId": "d44379e2-2a5f-4118-9906-fcd7a26277b1"
},
{
"Price": 1.0,
"Id": 2,
"Type": 3,
"ProductId": "cdabde5a-a70d-4f1a-b8c9-e9afc4c70286",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2026-04-14T19:44:45.8761158+07:00",
"SupplierId": 7,
"PurchaseOrderId": "d44379e2-2a5f-4118-9906-fcd7a26277b1"
}
],
"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>85441c55-f866-4a1a-8c58-47d09547d502</CreatedId>
<CreatedTime>2026-04-14T19:44:45.8761158+07:00</CreatedTime>
<CustomerId>1</CustomerId>
<CustomerName>sample string 7</CustomerName>
<Discount>13</Discount>
<Id>d4cb7716-50c3-45ea-bd87-826572dd038c</Id>
<ImportedId>5ace45da-8d2a-48c6-8a9a-c903a56f93c7</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>2026-04-14T19:44:45.8761158+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>cdabde5a-a70d-4f1a-b8c9-e9afc4c70286</d5p1:ProductId>
<d5p1:PurchaseOrderId>d44379e2-2a5f-4118-9906-fcd7a26277b1</d5p1:PurchaseOrderId>
<d5p1:Quantity>5</d5p1:Quantity>
<d5p1:SupplierId>7</d5p1:SupplierId>
<d5p1:Type>3</d5p1:Type>
</d5p1:ProductPriceMappingResponse>
<d5p1:ProductPriceMappingResponse>
<d5p1:Date>2026-04-14T19:44:45.8761158+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>cdabde5a-a70d-4f1a-b8c9-e9afc4c70286</d5p1:ProductId>
<d5p1:PurchaseOrderId>d44379e2-2a5f-4118-9906-fcd7a26277b1</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>9cdbed13-03fd-4767-a790-fd9d858708b0</OrderId>
<Price>7</Price>
<PriceCost>14</PriceCost>
<ProductCode>sample string 11</ProductCode>
<ProductId>2ec581ee-10e9-4be0-8149-84323a0dad4e</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>2026-04-14T19:44:45.8761158+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>cdabde5a-a70d-4f1a-b8c9-e9afc4c70286</d5p1:ProductId>
<d5p1:PurchaseOrderId>d44379e2-2a5f-4118-9906-fcd7a26277b1</d5p1:PurchaseOrderId>
<d5p1:Quantity>5</d5p1:Quantity>
<d5p1:SupplierId>7</d5p1:SupplierId>
<d5p1:Type>3</d5p1:Type>
</d5p1:ProductPriceMappingResponse>
<d5p1:ProductPriceMappingResponse>
<d5p1:Date>2026-04-14T19:44:45.8761158+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>cdabde5a-a70d-4f1a-b8c9-e9afc4c70286</d5p1:ProductId>
<d5p1:PurchaseOrderId>d44379e2-2a5f-4118-9906-fcd7a26277b1</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>9cdbed13-03fd-4767-a790-fd9d858708b0</OrderId>
<Price>7</Price>
<PriceCost>14</PriceCost>
<ProductCode>sample string 11</ProductCode>
<ProductId>2ec581ee-10e9-4be0-8149-84323a0dad4e</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>4455526d-0aa8-4eaa-9c57-6ca8c4874f44</d3p1:OrderId>
<d3p1:Price>5</d3p1:Price>
<d3p1:PriceCost>12</d3p1:PriceCost>
<d3p1:ProductId>7e885a30-2cf6-44bc-86f5-dd5d2d69a5fd</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>4455526d-0aa8-4eaa-9c57-6ca8c4874f44</d3p1:OrderId>
<d3p1:Price>5</d3p1:Price>
<d3p1:PriceCost>12</d3p1:PriceCost>
<d3p1:ProductId>7e885a30-2cf6-44bc-86f5-dd5d2d69a5fd</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>2026-04-14T19:44:45.8761158+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>85441c55-f866-4a1a-8c58-47d09547d502</CreatedId>
<CreatedTime>2026-04-14T19:44:45.8761158+07:00</CreatedTime>
<CustomerId>1</CustomerId>
<CustomerName>sample string 7</CustomerName>
<Discount>13</Discount>
<Id>d4cb7716-50c3-45ea-bd87-826572dd038c</Id>
<ImportedId>5ace45da-8d2a-48c6-8a9a-c903a56f93c7</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>2026-04-14T19:44:45.8761158+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>cdabde5a-a70d-4f1a-b8c9-e9afc4c70286</d5p1:ProductId>
<d5p1:PurchaseOrderId>d44379e2-2a5f-4118-9906-fcd7a26277b1</d5p1:PurchaseOrderId>
<d5p1:Quantity>5</d5p1:Quantity>
<d5p1:SupplierId>7</d5p1:SupplierId>
<d5p1:Type>3</d5p1:Type>
</d5p1:ProductPriceMappingResponse>
<d5p1:ProductPriceMappingResponse>
<d5p1:Date>2026-04-14T19:44:45.8761158+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>cdabde5a-a70d-4f1a-b8c9-e9afc4c70286</d5p1:ProductId>
<d5p1:PurchaseOrderId>d44379e2-2a5f-4118-9906-fcd7a26277b1</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>9cdbed13-03fd-4767-a790-fd9d858708b0</OrderId>
<Price>7</Price>
<PriceCost>14</PriceCost>
<ProductCode>sample string 11</ProductCode>
<ProductId>2ec581ee-10e9-4be0-8149-84323a0dad4e</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>2026-04-14T19:44:45.8761158+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>cdabde5a-a70d-4f1a-b8c9-e9afc4c70286</d5p1:ProductId>
<d5p1:PurchaseOrderId>d44379e2-2a5f-4118-9906-fcd7a26277b1</d5p1:PurchaseOrderId>
<d5p1:Quantity>5</d5p1:Quantity>
<d5p1:SupplierId>7</d5p1:SupplierId>
<d5p1:Type>3</d5p1:Type>
</d5p1:ProductPriceMappingResponse>
<d5p1:ProductPriceMappingResponse>
<d5p1:Date>2026-04-14T19:44:45.8761158+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>cdabde5a-a70d-4f1a-b8c9-e9afc4c70286</d5p1:ProductId>
<d5p1:PurchaseOrderId>d44379e2-2a5f-4118-9906-fcd7a26277b1</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>9cdbed13-03fd-4767-a790-fd9d858708b0</OrderId>
<Price>7</Price>
<PriceCost>14</PriceCost>
<ProductCode>sample string 11</ProductCode>
<ProductId>2ec581ee-10e9-4be0-8149-84323a0dad4e</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>4455526d-0aa8-4eaa-9c57-6ca8c4874f44</d3p1:OrderId>
<d3p1:Price>5</d3p1:Price>
<d3p1:PriceCost>12</d3p1:PriceCost>
<d3p1:ProductId>7e885a30-2cf6-44bc-86f5-dd5d2d69a5fd</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>4455526d-0aa8-4eaa-9c57-6ca8c4874f44</d3p1:OrderId>
<d3p1:Price>5</d3p1:Price>
<d3p1:PriceCost>12</d3p1:PriceCost>
<d3p1:ProductId>7e885a30-2cf6-44bc-86f5-dd5d2d69a5fd</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>2026-04-14T19:44:45.8761158+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>