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": "2026-04-14T21:48:09.004771+07:00",
"To": "2026-04-14T21:48:09.004771+07:00",
"Status": 1,
"IsUsingPrescription": true,
"CreatedId": "dfb86bf9-bcb2-4ddd-b9a7-f8171ca99fec",
"CustomerId": 1,
"ImportedId": "c48d300f-0b85-4384-a431-2cffda95b75b",
"OrderChannel": 1,
"PaymentMethod": 1,
"PageSize": 1,
"PageIndex": 1,
"ProductId": "cae957f2-9b57-442b-a855-f2ea2f0a2800",
"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>dfb86bf9-bcb2-4ddd-b9a7-f8171ca99fec</CreatedId> <CustomerId>1</CustomerId> <From>2026-04-14T21:48:09.004771+07:00</From> <HasItemWithPriceBelowCost>true</HasItemWithPriceBelowCost> <ImportedId>c48d300f-0b85-4384-a431-2cffda95b75b</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>cae957f2-9b57-442b-a855-f2ea2f0a2800</ProductId> <Status>1</Status> <To>2026-04-14T21:48:09.004771+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": "bf48da2f-1d08-401f-8d92-9f02305eb342",
"Code": "sample string 2",
"OrderTotal": 3.0,
"Quantity": 4,
"CreatedTime": "2026-04-14T21:48:09.006738+07:00",
"CreateTimeStr": "14/04/2026 21:48:09",
"CreatedId": "59a56b50-2957-4d44-87d1-3b7bc1792e52",
"CustomerId": 1,
"CustomerName": "sample string 7",
"PaymentMethod": 8,
"OrderTime": "2026-04-14T21:48:09.006738+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": "25e103a3-8734-4b10-bf21-da7a1c3de73b",
"StatusId": 0,
"IsDeleted": true,
"TotalPriceCost": 21.0,
"Status": "Hoàn thành",
"OrderItemCustomers": [
{
"Id": 1,
"ProductId": "e35b79c9-ef9b-4889-aacd-16758c25efd2",
"UnitPrice": 3.0,
"Quantity": 4,
"Price": 5.0,
"OrderId": "7b859004-4525-4318-9361-70447c1a1a3f",
"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": "e35b79c9-ef9b-4889-aacd-16758c25efd2",
"UnitPrice": 3.0,
"Quantity": 4,
"Price": 5.0,
"OrderId": "7b859004-4525-4318-9361-70447c1a1a3f",
"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": "67e7f00c-0a4e-4638-a19f-92f8bb627ed2",
"UnitPrice": 3.0,
"AdjustedPrice": 4.0,
"UnitPriceFromProduct": 5.0,
"Quantity": 6,
"Price": 7.0,
"OrderId": "ca6e7dbc-9b21-4c6b-a419-c4f748bc4d79",
"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": "150c82a8-c07b-4a20-8648-c7fcb32b99e3",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2026-04-14T21:48:09.0077049+07:00",
"SupplierId": 7,
"PurchaseOrderId": "3bd88e22-2e1f-4f4d-a243-d642f890f2c5"
},
{
"Price": 1.0,
"Id": 2,
"Type": 3,
"ProductId": "150c82a8-c07b-4a20-8648-c7fcb32b99e3",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2026-04-14T21:48:09.0077049+07:00",
"SupplierId": 7,
"PurchaseOrderId": "3bd88e22-2e1f-4f4d-a243-d642f890f2c5"
}
],
"IsInventoryAvailble": true,
"InventoryAvaibleCount": 16
},
{
"Id": 1,
"ProductId": "67e7f00c-0a4e-4638-a19f-92f8bb627ed2",
"UnitPrice": 3.0,
"AdjustedPrice": 4.0,
"UnitPriceFromProduct": 5.0,
"Quantity": 6,
"Price": 7.0,
"OrderId": "ca6e7dbc-9b21-4c6b-a419-c4f748bc4d79",
"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": "150c82a8-c07b-4a20-8648-c7fcb32b99e3",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2026-04-14T21:48:09.0077049+07:00",
"SupplierId": 7,
"PurchaseOrderId": "3bd88e22-2e1f-4f4d-a243-d642f890f2c5"
},
{
"Price": 1.0,
"Id": 2,
"Type": 3,
"ProductId": "150c82a8-c07b-4a20-8648-c7fcb32b99e3",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2026-04-14T21:48:09.0077049+07:00",
"SupplierId": 7,
"PurchaseOrderId": "3bd88e22-2e1f-4f4d-a243-d642f890f2c5"
}
],
"IsInventoryAvailble": true,
"InventoryAvaibleCount": 16
}
]
},
{
"Id": "bf48da2f-1d08-401f-8d92-9f02305eb342",
"Code": "sample string 2",
"OrderTotal": 3.0,
"Quantity": 4,
"CreatedTime": "2026-04-14T21:48:09.006738+07:00",
"CreateTimeStr": "14/04/2026 21:48:09",
"CreatedId": "59a56b50-2957-4d44-87d1-3b7bc1792e52",
"CustomerId": 1,
"CustomerName": "sample string 7",
"PaymentMethod": 8,
"OrderTime": "2026-04-14T21:48:09.006738+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": "25e103a3-8734-4b10-bf21-da7a1c3de73b",
"StatusId": 0,
"IsDeleted": true,
"TotalPriceCost": 21.0,
"Status": "Hoàn thành",
"OrderItemCustomers": [
{
"Id": 1,
"ProductId": "e35b79c9-ef9b-4889-aacd-16758c25efd2",
"UnitPrice": 3.0,
"Quantity": 4,
"Price": 5.0,
"OrderId": "7b859004-4525-4318-9361-70447c1a1a3f",
"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": "e35b79c9-ef9b-4889-aacd-16758c25efd2",
"UnitPrice": 3.0,
"Quantity": 4,
"Price": 5.0,
"OrderId": "7b859004-4525-4318-9361-70447c1a1a3f",
"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": "67e7f00c-0a4e-4638-a19f-92f8bb627ed2",
"UnitPrice": 3.0,
"AdjustedPrice": 4.0,
"UnitPriceFromProduct": 5.0,
"Quantity": 6,
"Price": 7.0,
"OrderId": "ca6e7dbc-9b21-4c6b-a419-c4f748bc4d79",
"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": "150c82a8-c07b-4a20-8648-c7fcb32b99e3",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2026-04-14T21:48:09.0077049+07:00",
"SupplierId": 7,
"PurchaseOrderId": "3bd88e22-2e1f-4f4d-a243-d642f890f2c5"
},
{
"Price": 1.0,
"Id": 2,
"Type": 3,
"ProductId": "150c82a8-c07b-4a20-8648-c7fcb32b99e3",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2026-04-14T21:48:09.0077049+07:00",
"SupplierId": 7,
"PurchaseOrderId": "3bd88e22-2e1f-4f4d-a243-d642f890f2c5"
}
],
"IsInventoryAvailble": true,
"InventoryAvaibleCount": 16
},
{
"Id": 1,
"ProductId": "67e7f00c-0a4e-4638-a19f-92f8bb627ed2",
"UnitPrice": 3.0,
"AdjustedPrice": 4.0,
"UnitPriceFromProduct": 5.0,
"Quantity": 6,
"Price": 7.0,
"OrderId": "ca6e7dbc-9b21-4c6b-a419-c4f748bc4d79",
"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": "150c82a8-c07b-4a20-8648-c7fcb32b99e3",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2026-04-14T21:48:09.0077049+07:00",
"SupplierId": 7,
"PurchaseOrderId": "3bd88e22-2e1f-4f4d-a243-d642f890f2c5"
},
{
"Price": 1.0,
"Id": 2,
"Type": 3,
"ProductId": "150c82a8-c07b-4a20-8648-c7fcb32b99e3",
"Quantity": 5,
"QuantityOrigin": 5,
"Date": "2026-04-14T21:48:09.0077049+07:00",
"SupplierId": 7,
"PurchaseOrderId": "3bd88e22-2e1f-4f4d-a243-d642f890f2c5"
}
],
"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>59a56b50-2957-4d44-87d1-3b7bc1792e52</CreatedId>
<CreatedTime>2026-04-14T21:48:09.006738+07:00</CreatedTime>
<CustomerId>1</CustomerId>
<CustomerName>sample string 7</CustomerName>
<Discount>13</Discount>
<Id>bf48da2f-1d08-401f-8d92-9f02305eb342</Id>
<ImportedId>25e103a3-8734-4b10-bf21-da7a1c3de73b</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-14T21:48:09.0077049+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>150c82a8-c07b-4a20-8648-c7fcb32b99e3</d5p1:ProductId>
<d5p1:PurchaseOrderId>3bd88e22-2e1f-4f4d-a243-d642f890f2c5</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-14T21:48:09.0077049+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>150c82a8-c07b-4a20-8648-c7fcb32b99e3</d5p1:ProductId>
<d5p1:PurchaseOrderId>3bd88e22-2e1f-4f4d-a243-d642f890f2c5</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>ca6e7dbc-9b21-4c6b-a419-c4f748bc4d79</OrderId>
<Price>7</Price>
<PriceCost>14</PriceCost>
<ProductCode>sample string 11</ProductCode>
<ProductId>67e7f00c-0a4e-4638-a19f-92f8bb627ed2</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-14T21:48:09.0077049+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>150c82a8-c07b-4a20-8648-c7fcb32b99e3</d5p1:ProductId>
<d5p1:PurchaseOrderId>3bd88e22-2e1f-4f4d-a243-d642f890f2c5</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-14T21:48:09.0077049+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>150c82a8-c07b-4a20-8648-c7fcb32b99e3</d5p1:ProductId>
<d5p1:PurchaseOrderId>3bd88e22-2e1f-4f4d-a243-d642f890f2c5</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>ca6e7dbc-9b21-4c6b-a419-c4f748bc4d79</OrderId>
<Price>7</Price>
<PriceCost>14</PriceCost>
<ProductCode>sample string 11</ProductCode>
<ProductId>67e7f00c-0a4e-4638-a19f-92f8bb627ed2</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>7b859004-4525-4318-9361-70447c1a1a3f</d3p1:OrderId>
<d3p1:Price>5</d3p1:Price>
<d3p1:PriceCost>12</d3p1:PriceCost>
<d3p1:ProductId>e35b79c9-ef9b-4889-aacd-16758c25efd2</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>7b859004-4525-4318-9361-70447c1a1a3f</d3p1:OrderId>
<d3p1:Price>5</d3p1:Price>
<d3p1:PriceCost>12</d3p1:PriceCost>
<d3p1:ProductId>e35b79c9-ef9b-4889-aacd-16758c25efd2</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-14T21:48:09.006738+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>59a56b50-2957-4d44-87d1-3b7bc1792e52</CreatedId>
<CreatedTime>2026-04-14T21:48:09.006738+07:00</CreatedTime>
<CustomerId>1</CustomerId>
<CustomerName>sample string 7</CustomerName>
<Discount>13</Discount>
<Id>bf48da2f-1d08-401f-8d92-9f02305eb342</Id>
<ImportedId>25e103a3-8734-4b10-bf21-da7a1c3de73b</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-14T21:48:09.0077049+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>150c82a8-c07b-4a20-8648-c7fcb32b99e3</d5p1:ProductId>
<d5p1:PurchaseOrderId>3bd88e22-2e1f-4f4d-a243-d642f890f2c5</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-14T21:48:09.0077049+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>150c82a8-c07b-4a20-8648-c7fcb32b99e3</d5p1:ProductId>
<d5p1:PurchaseOrderId>3bd88e22-2e1f-4f4d-a243-d642f890f2c5</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>ca6e7dbc-9b21-4c6b-a419-c4f748bc4d79</OrderId>
<Price>7</Price>
<PriceCost>14</PriceCost>
<ProductCode>sample string 11</ProductCode>
<ProductId>67e7f00c-0a4e-4638-a19f-92f8bb627ed2</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-14T21:48:09.0077049+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>150c82a8-c07b-4a20-8648-c7fcb32b99e3</d5p1:ProductId>
<d5p1:PurchaseOrderId>3bd88e22-2e1f-4f4d-a243-d642f890f2c5</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-14T21:48:09.0077049+07:00</d5p1:Date>
<d5p1:Id>2</d5p1:Id>
<d5p1:Price>1</d5p1:Price>
<d5p1:ProductId>150c82a8-c07b-4a20-8648-c7fcb32b99e3</d5p1:ProductId>
<d5p1:PurchaseOrderId>3bd88e22-2e1f-4f4d-a243-d642f890f2c5</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>ca6e7dbc-9b21-4c6b-a419-c4f748bc4d79</OrderId>
<Price>7</Price>
<PriceCost>14</PriceCost>
<ProductCode>sample string 11</ProductCode>
<ProductId>67e7f00c-0a4e-4638-a19f-92f8bb627ed2</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>7b859004-4525-4318-9361-70447c1a1a3f</d3p1:OrderId>
<d3p1:Price>5</d3p1:Price>
<d3p1:PriceCost>12</d3p1:PriceCost>
<d3p1:ProductId>e35b79c9-ef9b-4889-aacd-16758c25efd2</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>7b859004-4525-4318-9361-70447c1a1a3f</d3p1:OrderId>
<d3p1:Price>5</d3p1:Price>
<d3p1:PriceCost>12</d3p1:PriceCost>
<d3p1:ProductId>e35b79c9-ef9b-4889-aacd-16758c25efd2</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-14T21:48:09.006738+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>