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. |
|
| 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:35:39.17312+07:00",
"To": "2026-04-14T19:35:39.17312+07:00",
"Status": 1,
"IsUsingPrescription": true,
"CreatedId": "686c5519-f19f-40ca-9103-595b58cccefd",
"CustomerId": 1,
"ImportedId": "d82103bd-634f-4128-9941-b3e5f66c3d45",
"OrderChannel": 1,
"PaymentMethod": 1,
"PaymentPartialMethod": 1,
"PageSize": 1,
"PageIndex": 1,
"ProductId": "57de29b3-09de-4f93-b03c-911fc746cdfc",
"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>686c5519-f19f-40ca-9103-595b58cccefd</CreatedId> <CustomerId>1</CustomerId> <From>2026-04-14T19:35:39.17312+07:00</From> <HasItemWithPriceBelowCost>true</HasItemWithPriceBelowCost> <ImportedId>d82103bd-634f-4128-9941-b3e5f66c3d45</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>57de29b3-09de-4f93-b03c-911fc746cdfc</ProductId> <Status>1</Status> <To>2026-04-14T19:35:39.17312+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": "ce76288d-2514-4ffd-96d7-7521be770657",
"Code": "sample string 2",
"OrderTotal": 3.0,
"Quantity": 4,
"CreatedTime": "2026-04-14T19:35:39.1760416+07:00",
"CreateTimeStr": "14/04/2026 19:35:39",
"CreatedId": "bf0a31bd-0986-4a92-a5b7-fb2aef797ddd",
"CustomerId": 1,
"CustomerName": "sample string 7",
"PaymentMethod": 8,
"OrderTime": "2026-04-14T19:35:39.1760416+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": "0a6275c0-6adb-4e9e-a801-b2a47e3b8832",
"StatusId": 0,
"IsDeleted": true,
"TotalPriceCost": 21.0,
"Status": "Hoàn thành",
"OrderItemCustomers": [
{
"Id": 1,
"ProductId": "2f2dc11d-887e-4581-9ef2-5aaffa888a3e",
"UnitPrice": 3.0,
"Quantity": 4,
"Price": 5.0,
"OrderId": "1165a208-7c3a-40de-bbbe-c12e186069d4",
"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": "2f2dc11d-887e-4581-9ef2-5aaffa888a3e",
"UnitPrice": 3.0,
"Quantity": 4,
"Price": 5.0,
"OrderId": "1165a208-7c3a-40de-bbbe-c12e186069d4",
"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": "5c349530-02ea-4fd4-b941-559b4c8d16f9",
"UnitPrice": 3.0,
"AdjustedPrice": 4.0,
"UnitPriceFromProduct": 5.0,
"Quantity": 6,
"Price": 7.0,
"OrderId": "8a6d2a42-7476-43d5-8456-12fd61ee0dca",
"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": "809b963c-41b5-441f-8ed4-528bd57ff06c",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2026-04-14T19:35:39.1770766+07:00",
"SupplierId": 7,
"PurchaseOrderId": "d9a26c8d-5798-4a64-8376-551a6f6b1809"
},
{
"Price": 1.0,
"Id": 2,
"Type": 3,
"ProductId": "809b963c-41b5-441f-8ed4-528bd57ff06c",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2026-04-14T19:35:39.1770766+07:00",
"SupplierId": 7,
"PurchaseOrderId": "d9a26c8d-5798-4a64-8376-551a6f6b1809"
}
],
"IsInventoryAvailble": true,
"InventoryAvaibleCount": 16
},
{
"Id": 1,
"ProductId": "5c349530-02ea-4fd4-b941-559b4c8d16f9",
"UnitPrice": 3.0,
"AdjustedPrice": 4.0,
"UnitPriceFromProduct": 5.0,
"Quantity": 6,
"Price": 7.0,
"OrderId": "8a6d2a42-7476-43d5-8456-12fd61ee0dca",
"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": "809b963c-41b5-441f-8ed4-528bd57ff06c",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2026-04-14T19:35:39.1770766+07:00",
"SupplierId": 7,
"PurchaseOrderId": "d9a26c8d-5798-4a64-8376-551a6f6b1809"
},
{
"Price": 1.0,
"Id": 2,
"Type": 3,
"ProductId": "809b963c-41b5-441f-8ed4-528bd57ff06c",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2026-04-14T19:35:39.1770766+07:00",
"SupplierId": 7,
"PurchaseOrderId": "d9a26c8d-5798-4a64-8376-551a6f6b1809"
}
],
"IsInventoryAvailble": true,
"InventoryAvaibleCount": 16
}
]
},
{
"Id": "ce76288d-2514-4ffd-96d7-7521be770657",
"Code": "sample string 2",
"OrderTotal": 3.0,
"Quantity": 4,
"CreatedTime": "2026-04-14T19:35:39.1760416+07:00",
"CreateTimeStr": "14/04/2026 19:35:39",
"CreatedId": "bf0a31bd-0986-4a92-a5b7-fb2aef797ddd",
"CustomerId": 1,
"CustomerName": "sample string 7",
"PaymentMethod": 8,
"OrderTime": "2026-04-14T19:35:39.1760416+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": "0a6275c0-6adb-4e9e-a801-b2a47e3b8832",
"StatusId": 0,
"IsDeleted": true,
"TotalPriceCost": 21.0,
"Status": "Hoàn thành",
"OrderItemCustomers": [
{
"Id": 1,
"ProductId": "2f2dc11d-887e-4581-9ef2-5aaffa888a3e",
"UnitPrice": 3.0,
"Quantity": 4,
"Price": 5.0,
"OrderId": "1165a208-7c3a-40de-bbbe-c12e186069d4",
"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": "2f2dc11d-887e-4581-9ef2-5aaffa888a3e",
"UnitPrice": 3.0,
"Quantity": 4,
"Price": 5.0,
"OrderId": "1165a208-7c3a-40de-bbbe-c12e186069d4",
"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": "5c349530-02ea-4fd4-b941-559b4c8d16f9",
"UnitPrice": 3.0,
"AdjustedPrice": 4.0,
"UnitPriceFromProduct": 5.0,
"Quantity": 6,
"Price": 7.0,
"OrderId": "8a6d2a42-7476-43d5-8456-12fd61ee0dca",
"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": "809b963c-41b5-441f-8ed4-528bd57ff06c",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2026-04-14T19:35:39.1770766+07:00",
"SupplierId": 7,
"PurchaseOrderId": "d9a26c8d-5798-4a64-8376-551a6f6b1809"
},
{
"Price": 1.0,
"Id": 2,
"Type": 3,
"ProductId": "809b963c-41b5-441f-8ed4-528bd57ff06c",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2026-04-14T19:35:39.1770766+07:00",
"SupplierId": 7,
"PurchaseOrderId": "d9a26c8d-5798-4a64-8376-551a6f6b1809"
}
],
"IsInventoryAvailble": true,
"InventoryAvaibleCount": 16
},
{
"Id": 1,
"ProductId": "5c349530-02ea-4fd4-b941-559b4c8d16f9",
"UnitPrice": 3.0,
"AdjustedPrice": 4.0,
"UnitPriceFromProduct": 5.0,
"Quantity": 6,
"Price": 7.0,
"OrderId": "8a6d2a42-7476-43d5-8456-12fd61ee0dca",
"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": "809b963c-41b5-441f-8ed4-528bd57ff06c",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2026-04-14T19:35:39.1770766+07:00",
"SupplierId": 7,
"PurchaseOrderId": "d9a26c8d-5798-4a64-8376-551a6f6b1809"
},
{
"Price": 1.0,
"Id": 2,
"Type": 3,
"ProductId": "809b963c-41b5-441f-8ed4-528bd57ff06c",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2026-04-14T19:35:39.1770766+07:00",
"SupplierId": 7,
"PurchaseOrderId": "d9a26c8d-5798-4a64-8376-551a6f6b1809"
}
],
"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>bf0a31bd-0986-4a92-a5b7-fb2aef797ddd</CreatedId>
<CreatedTime>2026-04-14T19:35:39.1760416+07:00</CreatedTime>
<CustomerId>1</CustomerId>
<CustomerName>sample string 7</CustomerName>
<Discount>13</Discount>
<Id>ce76288d-2514-4ffd-96d7-7521be770657</Id>
<ImportedId>0a6275c0-6adb-4e9e-a801-b2a47e3b8832</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:35:39.1770766+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>809b963c-41b5-441f-8ed4-528bd57ff06c</d5p1:ProductId>
<d5p1:PurchaseOrderId>d9a26c8d-5798-4a64-8376-551a6f6b1809</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:35:39.1770766+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>809b963c-41b5-441f-8ed4-528bd57ff06c</d5p1:ProductId>
<d5p1:PurchaseOrderId>d9a26c8d-5798-4a64-8376-551a6f6b1809</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>8a6d2a42-7476-43d5-8456-12fd61ee0dca</OrderId>
<Price>7</Price>
<PriceCost>14</PriceCost>
<ProductCode>sample string 11</ProductCode>
<ProductId>5c349530-02ea-4fd4-b941-559b4c8d16f9</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:35:39.1770766+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>809b963c-41b5-441f-8ed4-528bd57ff06c</d5p1:ProductId>
<d5p1:PurchaseOrderId>d9a26c8d-5798-4a64-8376-551a6f6b1809</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:35:39.1770766+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>809b963c-41b5-441f-8ed4-528bd57ff06c</d5p1:ProductId>
<d5p1:PurchaseOrderId>d9a26c8d-5798-4a64-8376-551a6f6b1809</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>8a6d2a42-7476-43d5-8456-12fd61ee0dca</OrderId>
<Price>7</Price>
<PriceCost>14</PriceCost>
<ProductCode>sample string 11</ProductCode>
<ProductId>5c349530-02ea-4fd4-b941-559b4c8d16f9</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>1165a208-7c3a-40de-bbbe-c12e186069d4</d3p1:OrderId>
<d3p1:Price>5</d3p1:Price>
<d3p1:PriceCost>12</d3p1:PriceCost>
<d3p1:ProductId>2f2dc11d-887e-4581-9ef2-5aaffa888a3e</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>1165a208-7c3a-40de-bbbe-c12e186069d4</d3p1:OrderId>
<d3p1:Price>5</d3p1:Price>
<d3p1:PriceCost>12</d3p1:PriceCost>
<d3p1:ProductId>2f2dc11d-887e-4581-9ef2-5aaffa888a3e</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:35:39.1760416+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>bf0a31bd-0986-4a92-a5b7-fb2aef797ddd</CreatedId>
<CreatedTime>2026-04-14T19:35:39.1760416+07:00</CreatedTime>
<CustomerId>1</CustomerId>
<CustomerName>sample string 7</CustomerName>
<Discount>13</Discount>
<Id>ce76288d-2514-4ffd-96d7-7521be770657</Id>
<ImportedId>0a6275c0-6adb-4e9e-a801-b2a47e3b8832</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:35:39.1770766+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>809b963c-41b5-441f-8ed4-528bd57ff06c</d5p1:ProductId>
<d5p1:PurchaseOrderId>d9a26c8d-5798-4a64-8376-551a6f6b1809</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:35:39.1770766+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>809b963c-41b5-441f-8ed4-528bd57ff06c</d5p1:ProductId>
<d5p1:PurchaseOrderId>d9a26c8d-5798-4a64-8376-551a6f6b1809</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>8a6d2a42-7476-43d5-8456-12fd61ee0dca</OrderId>
<Price>7</Price>
<PriceCost>14</PriceCost>
<ProductCode>sample string 11</ProductCode>
<ProductId>5c349530-02ea-4fd4-b941-559b4c8d16f9</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:35:39.1770766+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>809b963c-41b5-441f-8ed4-528bd57ff06c</d5p1:ProductId>
<d5p1:PurchaseOrderId>d9a26c8d-5798-4a64-8376-551a6f6b1809</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:35:39.1770766+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>809b963c-41b5-441f-8ed4-528bd57ff06c</d5p1:ProductId>
<d5p1:PurchaseOrderId>d9a26c8d-5798-4a64-8376-551a6f6b1809</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>8a6d2a42-7476-43d5-8456-12fd61ee0dca</OrderId>
<Price>7</Price>
<PriceCost>14</PriceCost>
<ProductCode>sample string 11</ProductCode>
<ProductId>5c349530-02ea-4fd4-b941-559b4c8d16f9</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>1165a208-7c3a-40de-bbbe-c12e186069d4</d3p1:OrderId>
<d3p1:Price>5</d3p1:Price>
<d3p1:PriceCost>12</d3p1:PriceCost>
<d3p1:ProductId>2f2dc11d-887e-4581-9ef2-5aaffa888a3e</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>1165a208-7c3a-40de-bbbe-c12e186069d4</d3p1:OrderId>
<d3p1:Price>5</d3p1:Price>
<d3p1:PriceCost>12</d3p1:PriceCost>
<d3p1:ProductId>2f2dc11d-887e-4581-9ef2-5aaffa888a3e</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:35:39.1760416+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>