POST api/OrderCustomer/LstOrderForCustomer

Request Information

URI Parameters

None.

Body Parameters

OrderCustomerSearchModel
NameDescriptionTypeAdditional 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:46.3062746+07:00",
  "To": "2026-04-14T19:35:46.3062746+07:00",
  "Status": 1,
  "IsUsingPrescription": true,
  "CreatedId": "7d1194f0-de6f-4362-8933-ca32deff9e02",
  "CustomerId": 1,
  "ImportedId": "5401eb33-6d57-4d9f-8a44-209e1a318df0",
  "OrderChannel": 1,
  "PaymentMethod": 1,
  "PaymentPartialMethod": 1,
  "PageSize": 1,
  "PageIndex": 1,
  "ProductId": "958c8890-2816-46d5-9506-d01022c1b7e8",
  "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>7d1194f0-de6f-4362-8933-ca32deff9e02</CreatedId>
  <CustomerId>1</CustomerId>
  <From>2026-04-14T19:35:46.3062746+07:00</From>
  <HasItemWithPriceBelowCost>true</HasItemWithPriceBelowCost>
  <ImportedId>5401eb33-6d57-4d9f-8a44-209e1a318df0</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>958c8890-2816-46d5-9506-d01022c1b7e8</ProductId>
  <Status>1</Status>
  <To>2026-04-14T19:35:46.3062746+07:00</To>
</OrderCustomerSearchModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'OrderCustomerSearchModel'.

Response Information

Resource Description

PaginatorResponseOfListOrderCustomerResponseModel
NameDescriptionTypeAdditional information
Count

integer

None.

TotalMoney

decimal number

None.

PayingAmount

decimal number

None.

TotalIncome

decimal number

None.

TotalSpend

decimal number

None.

TotalDebt

decimal number

None.

TotalOrderAmount

decimal number

None.

TotalPaid

decimal number

None.

NhapHang_SoTienDaDua

decimal number

None.

NhapHang_SoLuongSanPham

decimal number

None.

NhapHang_TongTienSanPham

decimal number

None.

NhapHang_HoanTien

decimal number

None.

NhapHang_GhiChuTien

decimal number

None.

Items

Collection of ListOrderCustomerResponseModel

None.

Response Formats

application/json, text/json

Sample:
{
  "Count": 1,
  "TotalMoney": 2.0,
  "PayingAmount": 3.0,
  "TotalIncome": 4.0,
  "TotalSpend": 5.0,
  "TotalDebt": 6.0,
  "TotalOrderAmount": 7.0,
  "TotalPaid": 8.0,
  "NhapHang_SoTienDaDua": 9.0,
  "NhapHang_SoLuongSanPham": 10.0,
  "NhapHang_TongTienSanPham": 11.0,
  "NhapHang_HoanTien": 12.0,
  "NhapHang_GhiChuTien": 13.0,
  "Items": [
    {
      "Id": "38fb7d31-54b7-48c1-b088-11b8f957d37e",
      "Code": "sample string 2",
      "OrderTotal": 3.0,
      "Quantity": 4,
      "CreatedTime": "2026-04-14T19:35:46.3108341+07:00",
      "CreateTimeStr": "14/04/2026 19:35:46",
      "CreatedId": "0fed31bc-3b65-46f1-b0cc-d70b79a7436c",
      "CustomerId": 1,
      "CustomerName": "sample string 7",
      "PaymentMethod": 8,
      "OrderTime": "2026-04-14T19:35:46.3108341+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": "9701511a-2512-433b-8e35-0d635eed82d8",
      "StatusId": 0,
      "IsDeleted": true,
      "TotalPriceCost": 21.0,
      "Status": "Hoàn thành",
      "OrderItemCustomers": [
        {
          "Id": 1,
          "ProductId": "376fab28-5b2c-4222-a19a-82d624b3a412",
          "UnitPrice": 3.0,
          "Quantity": 4,
          "Price": 5.0,
          "OrderId": "67e68835-9c74-4492-b069-dc9cf27da257",
          "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": "376fab28-5b2c-4222-a19a-82d624b3a412",
          "UnitPrice": 3.0,
          "Quantity": 4,
          "Price": 5.0,
          "OrderId": "67e68835-9c74-4492-b069-dc9cf27da257",
          "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": "b19117a4-8552-4045-8728-a4676410f665",
          "UnitPrice": 3.0,
          "AdjustedPrice": 4.0,
          "UnitPriceFromProduct": 5.0,
          "Quantity": 6,
          "Price": 7.0,
          "OrderId": "2e9e53b8-cf53-4e1c-adbc-2bdc90bfdd93",
          "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": "4db3f71f-25ff-4601-9074-524d2dc249e2",
              "Quantity": 5,
              "QuantityOrigin": 5,
              "Date": "2026-04-14T19:35:46.3108341+07:00",
              "SupplierId": 7,
              "PurchaseOrderId": "e69737ee-03d8-434c-a3d1-5c630be746c7"
            },
            {
              "Price": 1.0,
              "Id": 2,
              "Type": 3,
              "ProductId": "4db3f71f-25ff-4601-9074-524d2dc249e2",
              "Quantity": 5,
              "QuantityOrigin": 5,
              "Date": "2026-04-14T19:35:46.3108341+07:00",
              "SupplierId": 7,
              "PurchaseOrderId": "e69737ee-03d8-434c-a3d1-5c630be746c7"
            }
          ],
          "IsInventoryAvailble": true,
          "InventoryAvaibleCount": 16
        },
        {
          "Id": 1,
          "ProductId": "b19117a4-8552-4045-8728-a4676410f665",
          "UnitPrice": 3.0,
          "AdjustedPrice": 4.0,
          "UnitPriceFromProduct": 5.0,
          "Quantity": 6,
          "Price": 7.0,
          "OrderId": "2e9e53b8-cf53-4e1c-adbc-2bdc90bfdd93",
          "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": "4db3f71f-25ff-4601-9074-524d2dc249e2",
              "Quantity": 5,
              "QuantityOrigin": 5,
              "Date": "2026-04-14T19:35:46.3108341+07:00",
              "SupplierId": 7,
              "PurchaseOrderId": "e69737ee-03d8-434c-a3d1-5c630be746c7"
            },
            {
              "Price": 1.0,
              "Id": 2,
              "Type": 3,
              "ProductId": "4db3f71f-25ff-4601-9074-524d2dc249e2",
              "Quantity": 5,
              "QuantityOrigin": 5,
              "Date": "2026-04-14T19:35:46.3108341+07:00",
              "SupplierId": 7,
              "PurchaseOrderId": "e69737ee-03d8-434c-a3d1-5c630be746c7"
            }
          ],
          "IsInventoryAvailble": true,
          "InventoryAvaibleCount": 16
        }
      ]
    },
    {
      "Id": "38fb7d31-54b7-48c1-b088-11b8f957d37e",
      "Code": "sample string 2",
      "OrderTotal": 3.0,
      "Quantity": 4,
      "CreatedTime": "2026-04-14T19:35:46.3108341+07:00",
      "CreateTimeStr": "14/04/2026 19:35:46",
      "CreatedId": "0fed31bc-3b65-46f1-b0cc-d70b79a7436c",
      "CustomerId": 1,
      "CustomerName": "sample string 7",
      "PaymentMethod": 8,
      "OrderTime": "2026-04-14T19:35:46.3108341+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": "9701511a-2512-433b-8e35-0d635eed82d8",
      "StatusId": 0,
      "IsDeleted": true,
      "TotalPriceCost": 21.0,
      "Status": "Hoàn thành",
      "OrderItemCustomers": [
        {
          "Id": 1,
          "ProductId": "376fab28-5b2c-4222-a19a-82d624b3a412",
          "UnitPrice": 3.0,
          "Quantity": 4,
          "Price": 5.0,
          "OrderId": "67e68835-9c74-4492-b069-dc9cf27da257",
          "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": "376fab28-5b2c-4222-a19a-82d624b3a412",
          "UnitPrice": 3.0,
          "Quantity": 4,
          "Price": 5.0,
          "OrderId": "67e68835-9c74-4492-b069-dc9cf27da257",
          "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": "b19117a4-8552-4045-8728-a4676410f665",
          "UnitPrice": 3.0,
          "AdjustedPrice": 4.0,
          "UnitPriceFromProduct": 5.0,
          "Quantity": 6,
          "Price": 7.0,
          "OrderId": "2e9e53b8-cf53-4e1c-adbc-2bdc90bfdd93",
          "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": "4db3f71f-25ff-4601-9074-524d2dc249e2",
              "Quantity": 5,
              "QuantityOrigin": 5,
              "Date": "2026-04-14T19:35:46.3108341+07:00",
              "SupplierId": 7,
              "PurchaseOrderId": "e69737ee-03d8-434c-a3d1-5c630be746c7"
            },
            {
              "Price": 1.0,
              "Id": 2,
              "Type": 3,
              "ProductId": "4db3f71f-25ff-4601-9074-524d2dc249e2",
              "Quantity": 5,
              "QuantityOrigin": 5,
              "Date": "2026-04-14T19:35:46.3108341+07:00",
              "SupplierId": 7,
              "PurchaseOrderId": "e69737ee-03d8-434c-a3d1-5c630be746c7"
            }
          ],
          "IsInventoryAvailble": true,
          "InventoryAvaibleCount": 16
        },
        {
          "Id": 1,
          "ProductId": "b19117a4-8552-4045-8728-a4676410f665",
          "UnitPrice": 3.0,
          "AdjustedPrice": 4.0,
          "UnitPriceFromProduct": 5.0,
          "Quantity": 6,
          "Price": 7.0,
          "OrderId": "2e9e53b8-cf53-4e1c-adbc-2bdc90bfdd93",
          "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": "4db3f71f-25ff-4601-9074-524d2dc249e2",
              "Quantity": 5,
              "QuantityOrigin": 5,
              "Date": "2026-04-14T19:35:46.3108341+07:00",
              "SupplierId": 7,
              "PurchaseOrderId": "e69737ee-03d8-434c-a3d1-5c630be746c7"
            },
            {
              "Price": 1.0,
              "Id": 2,
              "Type": 3,
              "ProductId": "4db3f71f-25ff-4601-9074-524d2dc249e2",
              "Quantity": 5,
              "QuantityOrigin": 5,
              "Date": "2026-04-14T19:35:46.3108341+07:00",
              "SupplierId": 7,
              "PurchaseOrderId": "e69737ee-03d8-434c-a3d1-5c630be746c7"
            }
          ],
          "IsInventoryAvailble": true,
          "InventoryAvaibleCount": 16
        }
      ]
    }
  ]
}

application/xml, text/xml

Sample:
<PaginatorResponseOfListOrderCustomerResponseModelWE_PCX38R xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Model.Generics">
  <Count>1</Count>
  <Items xmlns:d2p1="http://schemas.datacontract.org/2004/07/Common.Model.Response.OrderCustomer">
    <d2p1:ListOrderCustomerResponseModel>
      <d2p1:Code>sample string 2</d2p1:Code>
      <d2p1:CreatedId>0fed31bc-3b65-46f1-b0cc-d70b79a7436c</d2p1:CreatedId>
      <d2p1:CreatedTime>2026-04-14T19:35:46.3108341+07:00</d2p1:CreatedTime>
      <d2p1:CustomerId>1</d2p1:CustomerId>
      <d2p1:CustomerName>sample string 7</d2p1:CustomerName>
      <d2p1:Discount>13</d2p1:Discount>
      <d2p1:Id>38fb7d31-54b7-48c1-b088-11b8f957d37e</d2p1:Id>
      <d2p1:ImportedId>9701511a-2512-433b-8e35-0d635eed82d8</d2p1:ImportedId>
      <d2p1:IsDeleted>true</d2p1:IsDeleted>
      <d2p1:IsUsingPrescription>true</d2p1:IsUsingPrescription>
      <d2p1:ListOrderItemResponseModels>
        <d2p1:ListOrderItemResponseModel>
          <d2p1:AdjustedPrice>4</d2p1:AdjustedPrice>
          <d2p1:Discount>13</d2p1:Discount>
          <d2p1:Id>1</d2p1:Id>
          <d2p1:InventoryAvaibleCount>16</d2p1:InventoryAvaibleCount>
          <d2p1:IsInventoryAvailble>true</d2p1:IsInventoryAvailble>
          <d2p1:LstPrice xmlns:d6p1="http://schemas.datacontract.org/2004/07/Common.Model.Response.Product">
            <d6p1:ProductPriceMappingResponse>
              <d6p1:Date>2026-04-14T19:35:46.3108341+07:00</d6p1:Date>
              <d6p1:Id>2</d6p1:Id>
              <d6p1:Price>1</d6p1:Price>
              <d6p1:ProductId>4db3f71f-25ff-4601-9074-524d2dc249e2</d6p1:ProductId>
              <d6p1:PurchaseOrderId>e69737ee-03d8-434c-a3d1-5c630be746c7</d6p1:PurchaseOrderId>
              <d6p1:Quantity>5</d6p1:Quantity>
              <d6p1:SupplierId>7</d6p1:SupplierId>
              <d6p1:Type>3</d6p1:Type>
            </d6p1:ProductPriceMappingResponse>
            <d6p1:ProductPriceMappingResponse>
              <d6p1:Date>2026-04-14T19:35:46.3108341+07:00</d6p1:Date>
              <d6p1:Id>2</d6p1:Id>
              <d6p1:Price>1</d6p1:Price>
              <d6p1:ProductId>4db3f71f-25ff-4601-9074-524d2dc249e2</d6p1:ProductId>
              <d6p1:PurchaseOrderId>e69737ee-03d8-434c-a3d1-5c630be746c7</d6p1:PurchaseOrderId>
              <d6p1:Quantity>5</d6p1:Quantity>
              <d6p1:SupplierId>7</d6p1:SupplierId>
              <d6p1:Type>3</d6p1:Type>
            </d6p1:ProductPriceMappingResponse>
          </d2p1:LstPrice>
          <d2p1:Note>sample string 9</d2p1:Note>
          <d2p1:OrderId>2e9e53b8-cf53-4e1c-adbc-2bdc90bfdd93</d2p1:OrderId>
          <d2p1:Price>7</d2p1:Price>
          <d2p1:PriceCost>14</d2p1:PriceCost>
          <d2p1:ProductCode>sample string 11</d2p1:ProductCode>
          <d2p1:ProductId>b19117a4-8552-4045-8728-a4676410f665</d2p1:ProductId>
          <d2p1:ProductName>sample string 12</d2p1:ProductName>
          <d2p1:ProductUnitName>sample string 10</d2p1:ProductUnitName>
          <d2p1:Quantity>6</d2p1:Quantity>
          <d2p1:UnitPrice>3</d2p1:UnitPrice>
          <d2p1:UnitPriceFromProduct>5</d2p1:UnitPriceFromProduct>
        </d2p1:ListOrderItemResponseModel>
        <d2p1:ListOrderItemResponseModel>
          <d2p1:AdjustedPrice>4</d2p1:AdjustedPrice>
          <d2p1:Discount>13</d2p1:Discount>
          <d2p1:Id>1</d2p1:Id>
          <d2p1:InventoryAvaibleCount>16</d2p1:InventoryAvaibleCount>
          <d2p1:IsInventoryAvailble>true</d2p1:IsInventoryAvailble>
          <d2p1:LstPrice xmlns:d6p1="http://schemas.datacontract.org/2004/07/Common.Model.Response.Product">
            <d6p1:ProductPriceMappingResponse>
              <d6p1:Date>2026-04-14T19:35:46.3108341+07:00</d6p1:Date>
              <d6p1:Id>2</d6p1:Id>
              <d6p1:Price>1</d6p1:Price>
              <d6p1:ProductId>4db3f71f-25ff-4601-9074-524d2dc249e2</d6p1:ProductId>
              <d6p1:PurchaseOrderId>e69737ee-03d8-434c-a3d1-5c630be746c7</d6p1:PurchaseOrderId>
              <d6p1:Quantity>5</d6p1:Quantity>
              <d6p1:SupplierId>7</d6p1:SupplierId>
              <d6p1:Type>3</d6p1:Type>
            </d6p1:ProductPriceMappingResponse>
            <d6p1:ProductPriceMappingResponse>
              <d6p1:Date>2026-04-14T19:35:46.3108341+07:00</d6p1:Date>
              <d6p1:Id>2</d6p1:Id>
              <d6p1:Price>1</d6p1:Price>
              <d6p1:ProductId>4db3f71f-25ff-4601-9074-524d2dc249e2</d6p1:ProductId>
              <d6p1:PurchaseOrderId>e69737ee-03d8-434c-a3d1-5c630be746c7</d6p1:PurchaseOrderId>
              <d6p1:Quantity>5</d6p1:Quantity>
              <d6p1:SupplierId>7</d6p1:SupplierId>
              <d6p1:Type>3</d6p1:Type>
            </d6p1:ProductPriceMappingResponse>
          </d2p1:LstPrice>
          <d2p1:Note>sample string 9</d2p1:Note>
          <d2p1:OrderId>2e9e53b8-cf53-4e1c-adbc-2bdc90bfdd93</d2p1:OrderId>
          <d2p1:Price>7</d2p1:Price>
          <d2p1:PriceCost>14</d2p1:PriceCost>
          <d2p1:ProductCode>sample string 11</d2p1:ProductCode>
          <d2p1:ProductId>b19117a4-8552-4045-8728-a4676410f665</d2p1:ProductId>
          <d2p1:ProductName>sample string 12</d2p1:ProductName>
          <d2p1:ProductUnitName>sample string 10</d2p1:ProductUnitName>
          <d2p1:Quantity>6</d2p1:Quantity>
          <d2p1:UnitPrice>3</d2p1:UnitPrice>
          <d2p1:UnitPriceFromProduct>5</d2p1:UnitPriceFromProduct>
        </d2p1:ListOrderItemResponseModel>
      </d2p1:ListOrderItemResponseModels>
      <d2p1:Note>sample string 14</d2p1:Note>
      <d2p1:OrderChannel>12</d2p1:OrderChannel>
      <d2p1:OrderItemCustomers xmlns:d4p1="http://schemas.datacontract.org/2004/07/SSO_Repository.Entities">
        <d4p1:OrderItemCustomer>
          <d4p1:AdjustedPrice>11</d4p1:AdjustedPrice>
          <d4p1:Discount>9</d4p1:Discount>
          <d4p1:DiscountType>10</d4p1:DiscountType>
          <d4p1:Id>1</d4p1:Id>
          <d4p1:InventoryId>13</d4p1:InventoryId>
          <d4p1:Note>sample string 7</d4p1:Note>
          <d4p1:OrderId>67e68835-9c74-4492-b069-dc9cf27da257</d4p1:OrderId>
          <d4p1:Price>5</d4p1:Price>
          <d4p1:PriceCost>12</d4p1:PriceCost>
          <d4p1:ProductId>376fab28-5b2c-4222-a19a-82d624b3a412</d4p1:ProductId>
          <d4p1:ProductPriceMappingId>1</d4p1:ProductPriceMappingId>
          <d4p1:ProductUnitName>sample string 8</d4p1:ProductUnitName>
          <d4p1:Quantity>4</d4p1:Quantity>
          <d4p1:UnitPrice>3</d4p1:UnitPrice>
        </d4p1:OrderItemCustomer>
        <d4p1:OrderItemCustomer>
          <d4p1:AdjustedPrice>11</d4p1:AdjustedPrice>
          <d4p1:Discount>9</d4p1:Discount>
          <d4p1:DiscountType>10</d4p1:DiscountType>
          <d4p1:Id>1</d4p1:Id>
          <d4p1:InventoryId>13</d4p1:InventoryId>
          <d4p1:Note>sample string 7</d4p1:Note>
          <d4p1:OrderId>67e68835-9c74-4492-b069-dc9cf27da257</d4p1:OrderId>
          <d4p1:Price>5</d4p1:Price>
          <d4p1:PriceCost>12</d4p1:PriceCost>
          <d4p1:ProductId>376fab28-5b2c-4222-a19a-82d624b3a412</d4p1:ProductId>
          <d4p1:ProductPriceMappingId>1</d4p1:ProductPriceMappingId>
          <d4p1:ProductUnitName>sample string 8</d4p1:ProductUnitName>
          <d4p1:Quantity>4</d4p1:Quantity>
          <d4p1:UnitPrice>3</d4p1:UnitPrice>
        </d4p1:OrderItemCustomer>
      </d2p1:OrderItemCustomers>
      <d2p1:OrderTime>2026-04-14T19:35:46.3108341+07:00</d2p1:OrderTime>
      <d2p1:OrderTotal>3</d2p1:OrderTotal>
      <d2p1:OrderType>10</d2p1:OrderType>
      <d2p1:PayingAmtInvoice>17</d2p1:PayingAmtInvoice>
      <d2p1:PaymentMethod>8</d2p1:PaymentMethod>
      <d2p1:Price>15</d2p1:Price>
      <d2p1:Quantity>4</d2p1:Quantity>
      <d2p1:RemainingDebt>18</d2p1:RemainingDebt>
      <d2p1:StatusId>DONE</d2p1:StatusId>
      <d2p1:TotalPriceCost>21</d2p1:TotalPriceCost>
      <d2p1:Type>11</d2p1:Type>
    </d2p1:ListOrderCustomerResponseModel>
    <d2p1:ListOrderCustomerResponseModel>
      <d2p1:Code>sample string 2</d2p1:Code>
      <d2p1:CreatedId>0fed31bc-3b65-46f1-b0cc-d70b79a7436c</d2p1:CreatedId>
      <d2p1:CreatedTime>2026-04-14T19:35:46.3108341+07:00</d2p1:CreatedTime>
      <d2p1:CustomerId>1</d2p1:CustomerId>
      <d2p1:CustomerName>sample string 7</d2p1:CustomerName>
      <d2p1:Discount>13</d2p1:Discount>
      <d2p1:Id>38fb7d31-54b7-48c1-b088-11b8f957d37e</d2p1:Id>
      <d2p1:ImportedId>9701511a-2512-433b-8e35-0d635eed82d8</d2p1:ImportedId>
      <d2p1:IsDeleted>true</d2p1:IsDeleted>
      <d2p1:IsUsingPrescription>true</d2p1:IsUsingPrescription>
      <d2p1:ListOrderItemResponseModels>
        <d2p1:ListOrderItemResponseModel>
          <d2p1:AdjustedPrice>4</d2p1:AdjustedPrice>
          <d2p1:Discount>13</d2p1:Discount>
          <d2p1:Id>1</d2p1:Id>
          <d2p1:InventoryAvaibleCount>16</d2p1:InventoryAvaibleCount>
          <d2p1:IsInventoryAvailble>true</d2p1:IsInventoryAvailble>
          <d2p1:LstPrice xmlns:d6p1="http://schemas.datacontract.org/2004/07/Common.Model.Response.Product">
            <d6p1:ProductPriceMappingResponse>
              <d6p1:Date>2026-04-14T19:35:46.3108341+07:00</d6p1:Date>
              <d6p1:Id>2</d6p1:Id>
              <d6p1:Price>1</d6p1:Price>
              <d6p1:ProductId>4db3f71f-25ff-4601-9074-524d2dc249e2</d6p1:ProductId>
              <d6p1:PurchaseOrderId>e69737ee-03d8-434c-a3d1-5c630be746c7</d6p1:PurchaseOrderId>
              <d6p1:Quantity>5</d6p1:Quantity>
              <d6p1:SupplierId>7</d6p1:SupplierId>
              <d6p1:Type>3</d6p1:Type>
            </d6p1:ProductPriceMappingResponse>
            <d6p1:ProductPriceMappingResponse>
              <d6p1:Date>2026-04-14T19:35:46.3108341+07:00</d6p1:Date>
              <d6p1:Id>2</d6p1:Id>
              <d6p1:Price>1</d6p1:Price>
              <d6p1:ProductId>4db3f71f-25ff-4601-9074-524d2dc249e2</d6p1:ProductId>
              <d6p1:PurchaseOrderId>e69737ee-03d8-434c-a3d1-5c630be746c7</d6p1:PurchaseOrderId>
              <d6p1:Quantity>5</d6p1:Quantity>
              <d6p1:SupplierId>7</d6p1:SupplierId>
              <d6p1:Type>3</d6p1:Type>
            </d6p1:ProductPriceMappingResponse>
          </d2p1:LstPrice>
          <d2p1:Note>sample string 9</d2p1:Note>
          <d2p1:OrderId>2e9e53b8-cf53-4e1c-adbc-2bdc90bfdd93</d2p1:OrderId>
          <d2p1:Price>7</d2p1:Price>
          <d2p1:PriceCost>14</d2p1:PriceCost>
          <d2p1:ProductCode>sample string 11</d2p1:ProductCode>
          <d2p1:ProductId>b19117a4-8552-4045-8728-a4676410f665</d2p1:ProductId>
          <d2p1:ProductName>sample string 12</d2p1:ProductName>
          <d2p1:ProductUnitName>sample string 10</d2p1:ProductUnitName>
          <d2p1:Quantity>6</d2p1:Quantity>
          <d2p1:UnitPrice>3</d2p1:UnitPrice>
          <d2p1:UnitPriceFromProduct>5</d2p1:UnitPriceFromProduct>
        </d2p1:ListOrderItemResponseModel>
        <d2p1:ListOrderItemResponseModel>
          <d2p1:AdjustedPrice>4</d2p1:AdjustedPrice>
          <d2p1:Discount>13</d2p1:Discount>
          <d2p1:Id>1</d2p1:Id>
          <d2p1:InventoryAvaibleCount>16</d2p1:InventoryAvaibleCount>
          <d2p1:IsInventoryAvailble>true</d2p1:IsInventoryAvailble>
          <d2p1:LstPrice xmlns:d6p1="http://schemas.datacontract.org/2004/07/Common.Model.Response.Product">
            <d6p1:ProductPriceMappingResponse>
              <d6p1:Date>2026-04-14T19:35:46.3108341+07:00</d6p1:Date>
              <d6p1:Id>2</d6p1:Id>
              <d6p1:Price>1</d6p1:Price>
              <d6p1:ProductId>4db3f71f-25ff-4601-9074-524d2dc249e2</d6p1:ProductId>
              <d6p1:PurchaseOrderId>e69737ee-03d8-434c-a3d1-5c630be746c7</d6p1:PurchaseOrderId>
              <d6p1:Quantity>5</d6p1:Quantity>
              <d6p1:SupplierId>7</d6p1:SupplierId>
              <d6p1:Type>3</d6p1:Type>
            </d6p1:ProductPriceMappingResponse>
            <d6p1:ProductPriceMappingResponse>
              <d6p1:Date>2026-04-14T19:35:46.3108341+07:00</d6p1:Date>
              <d6p1:Id>2</d6p1:Id>
              <d6p1:Price>1</d6p1:Price>
              <d6p1:ProductId>4db3f71f-25ff-4601-9074-524d2dc249e2</d6p1:ProductId>
              <d6p1:PurchaseOrderId>e69737ee-03d8-434c-a3d1-5c630be746c7</d6p1:PurchaseOrderId>
              <d6p1:Quantity>5</d6p1:Quantity>
              <d6p1:SupplierId>7</d6p1:SupplierId>
              <d6p1:Type>3</d6p1:Type>
            </d6p1:ProductPriceMappingResponse>
          </d2p1:LstPrice>
          <d2p1:Note>sample string 9</d2p1:Note>
          <d2p1:OrderId>2e9e53b8-cf53-4e1c-adbc-2bdc90bfdd93</d2p1:OrderId>
          <d2p1:Price>7</d2p1:Price>
          <d2p1:PriceCost>14</d2p1:PriceCost>
          <d2p1:ProductCode>sample string 11</d2p1:ProductCode>
          <d2p1:ProductId>b19117a4-8552-4045-8728-a4676410f665</d2p1:ProductId>
          <d2p1:ProductName>sample string 12</d2p1:ProductName>
          <d2p1:ProductUnitName>sample string 10</d2p1:ProductUnitName>
          <d2p1:Quantity>6</d2p1:Quantity>
          <d2p1:UnitPrice>3</d2p1:UnitPrice>
          <d2p1:UnitPriceFromProduct>5</d2p1:UnitPriceFromProduct>
        </d2p1:ListOrderItemResponseModel>
      </d2p1:ListOrderItemResponseModels>
      <d2p1:Note>sample string 14</d2p1:Note>
      <d2p1:OrderChannel>12</d2p1:OrderChannel>
      <d2p1:OrderItemCustomers xmlns:d4p1="http://schemas.datacontract.org/2004/07/SSO_Repository.Entities">
        <d4p1:OrderItemCustomer>
          <d4p1:AdjustedPrice>11</d4p1:AdjustedPrice>
          <d4p1:Discount>9</d4p1:Discount>
          <d4p1:DiscountType>10</d4p1:DiscountType>
          <d4p1:Id>1</d4p1:Id>
          <d4p1:InventoryId>13</d4p1:InventoryId>
          <d4p1:Note>sample string 7</d4p1:Note>
          <d4p1:OrderId>67e68835-9c74-4492-b069-dc9cf27da257</d4p1:OrderId>
          <d4p1:Price>5</d4p1:Price>
          <d4p1:PriceCost>12</d4p1:PriceCost>
          <d4p1:ProductId>376fab28-5b2c-4222-a19a-82d624b3a412</d4p1:ProductId>
          <d4p1:ProductPriceMappingId>1</d4p1:ProductPriceMappingId>
          <d4p1:ProductUnitName>sample string 8</d4p1:ProductUnitName>
          <d4p1:Quantity>4</d4p1:Quantity>
          <d4p1:UnitPrice>3</d4p1:UnitPrice>
        </d4p1:OrderItemCustomer>
        <d4p1:OrderItemCustomer>
          <d4p1:AdjustedPrice>11</d4p1:AdjustedPrice>
          <d4p1:Discount>9</d4p1:Discount>
          <d4p1:DiscountType>10</d4p1:DiscountType>
          <d4p1:Id>1</d4p1:Id>
          <d4p1:InventoryId>13</d4p1:InventoryId>
          <d4p1:Note>sample string 7</d4p1:Note>
          <d4p1:OrderId>67e68835-9c74-4492-b069-dc9cf27da257</d4p1:OrderId>
          <d4p1:Price>5</d4p1:Price>
          <d4p1:PriceCost>12</d4p1:PriceCost>
          <d4p1:ProductId>376fab28-5b2c-4222-a19a-82d624b3a412</d4p1:ProductId>
          <d4p1:ProductPriceMappingId>1</d4p1:ProductPriceMappingId>
          <d4p1:ProductUnitName>sample string 8</d4p1:ProductUnitName>
          <d4p1:Quantity>4</d4p1:Quantity>
          <d4p1:UnitPrice>3</d4p1:UnitPrice>
        </d4p1:OrderItemCustomer>
      </d2p1:OrderItemCustomers>
      <d2p1:OrderTime>2026-04-14T19:35:46.3108341+07:00</d2p1:OrderTime>
      <d2p1:OrderTotal>3</d2p1:OrderTotal>
      <d2p1:OrderType>10</d2p1:OrderType>
      <d2p1:PayingAmtInvoice>17</d2p1:PayingAmtInvoice>
      <d2p1:PaymentMethod>8</d2p1:PaymentMethod>
      <d2p1:Price>15</d2p1:Price>
      <d2p1:Quantity>4</d2p1:Quantity>
      <d2p1:RemainingDebt>18</d2p1:RemainingDebt>
      <d2p1:StatusId>DONE</d2p1:StatusId>
      <d2p1:TotalPriceCost>21</d2p1:TotalPriceCost>
      <d2p1:Type>11</d2p1:Type>
    </d2p1:ListOrderCustomerResponseModel>
  </Items>
  <NhapHang_GhiChuTien>13</NhapHang_GhiChuTien>
  <NhapHang_HoanTien>12</NhapHang_HoanTien>
  <NhapHang_SoLuongSanPham>10</NhapHang_SoLuongSanPham>
  <NhapHang_SoTienDaDua>9</NhapHang_SoTienDaDua>
  <NhapHang_TongTienSanPham>11</NhapHang_TongTienSanPham>
  <PayingAmount>3</PayingAmount>
  <TotalDebt>6</TotalDebt>
  <TotalIncome>4</TotalIncome>
  <TotalMoney>2</TotalMoney>
  <TotalOrderAmount>7</TotalOrderAmount>
  <TotalPaid>8</TotalPaid>
  <TotalSpend>5</TotalSpend>
</PaginatorResponseOfListOrderCustomerResponseModelWE_PCX38R>