POST api/PurchaseOrder/ListPurchaseOrder
Request Information
URI Parameters
None.
Body Parameters
SearchPurchaseOrderRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| From | date |
None. |
|
| To | date |
None. |
|
| Status | integer |
None. |
|
| CreatedId | globally unique identifier |
None. |
|
| ImporterId | globally unique identifier |
None. |
|
| SupplierId | integer |
None. |
|
| KeySearch | string |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| UnpaidSuppliers | boolean |
None. |
|
| IsSearchError | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"From": "2026-04-21T17:19:10.2882854+07:00",
"To": "2026-04-21T17:19:10.2882854+07:00",
"Status": 1,
"CreatedId": "b4267b55-adbe-43e5-9dba-cab70ea0ebb9",
"ImporterId": "9be68241-1f1e-4a2a-86d8-10505839a269",
"SupplierId": 1,
"KeySearch": "sample string 1",
"PageSize": 1,
"PageIndex": 1,
"ProductId": "e9fb3669-5e5c-40a9-b4f6-12f871ea3659",
"UnpaidSuppliers": true,
"IsSearchError": true
}
application/xml, text/xml
Sample:
<SearchPurchaseOrderRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Model.Request.PurchaseOrder"> <CreatedId>b4267b55-adbe-43e5-9dba-cab70ea0ebb9</CreatedId> <From>2026-04-21T17:19:10.2882854+07:00</From> <ImporterId>9be68241-1f1e-4a2a-86d8-10505839a269</ImporterId> <IsSearchError>true</IsSearchError> <KeySearch>sample string 1</KeySearch> <PageIndex>1</PageIndex> <PageSize>1</PageSize> <ProductId>e9fb3669-5e5c-40a9-b4f6-12f871ea3659</ProductId> <Status>1</Status> <SupplierId>1</SupplierId> <To>2026-04-21T17:19:10.2882854+07:00</To> <UnpaidSuppliers>true</UnpaidSuppliers> </SearchPurchaseOrderRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
PaginatorResponseOfListPurchaseOrderResponse| Name | Description | Type | Additional 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 ListPurchaseOrderResponse |
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": [
{
"Code": "sample string 1",
"CreatedId": "446f0e11-93e5-44f2-8fa8-1fe9167ba7cd",
"CreatedTime": "2026-04-21T17:19:10.3313515+07:00",
"Status": 0,
"StatusStr": "Phiếu tạm",
"TotalOrder": 4.0,
"Note": "sample string 5",
"Discount": 1.0,
"DiscountType": 1,
"SupplierId": 1,
"SupplierName": "sample string 6",
"Debt": 1.0,
"PayingAmount": 7.0,
"RemainingDebt": 8.0,
"PurchaseOrderDateTime": "2026-04-21T17:19:10.3360211+07:00",
"Id": "36d94f08-9936-4e99-a556-3444528bba82",
"ImporterId": "cbe0bc4f-462a-4b89-9481-e7ae7b65b0b3",
"UpdatedId": "1652f716-4b23-46ba-a062-abb42a4c876f",
"UpdatedTime": "2026-04-21T17:19:10.3360211+07:00",
"ProductIds": [
"dcad2b9d-f8cb-456d-9818-c1acd93771c0",
"40f9c3c8-eff8-4b07-b1ec-04a21cbcb375"
],
"PaymentType": 12,
"PurchaseOrderItemDtos": [
{
"Id": 1,
"ProductId": "9f1ad66c-7181-4208-a158-58fd4b3a56cf",
"Quantity": 3,
"UnitPrice": 4.0,
"Discount": 5.0,
"DiscountType": 6,
"TotalPrice": 7.0,
"Note": "sample string 8",
"PurchaseOrderId": "f2ab1e9f-cee3-4b6a-acc6-2520bee283cc",
"ProductCode": "sample string 10",
"ProductName": "sample string 11",
"SupplierName": "sample string 12"
},
{
"Id": 1,
"ProductId": "9f1ad66c-7181-4208-a158-58fd4b3a56cf",
"Quantity": 3,
"UnitPrice": 4.0,
"Discount": 5.0,
"DiscountType": 6,
"TotalPrice": 7.0,
"Note": "sample string 8",
"PurchaseOrderId": "f2ab1e9f-cee3-4b6a-acc6-2520bee283cc",
"ProductCode": "sample string 10",
"ProductName": "sample string 11",
"SupplierName": "sample string 12"
}
]
},
{
"Code": "sample string 1",
"CreatedId": "446f0e11-93e5-44f2-8fa8-1fe9167ba7cd",
"CreatedTime": "2026-04-21T17:19:10.3313515+07:00",
"Status": 0,
"StatusStr": "Phiếu tạm",
"TotalOrder": 4.0,
"Note": "sample string 5",
"Discount": 1.0,
"DiscountType": 1,
"SupplierId": 1,
"SupplierName": "sample string 6",
"Debt": 1.0,
"PayingAmount": 7.0,
"RemainingDebt": 8.0,
"PurchaseOrderDateTime": "2026-04-21T17:19:10.3360211+07:00",
"Id": "36d94f08-9936-4e99-a556-3444528bba82",
"ImporterId": "cbe0bc4f-462a-4b89-9481-e7ae7b65b0b3",
"UpdatedId": "1652f716-4b23-46ba-a062-abb42a4c876f",
"UpdatedTime": "2026-04-21T17:19:10.3360211+07:00",
"ProductIds": [
"dcad2b9d-f8cb-456d-9818-c1acd93771c0",
"40f9c3c8-eff8-4b07-b1ec-04a21cbcb375"
],
"PaymentType": 12,
"PurchaseOrderItemDtos": [
{
"Id": 1,
"ProductId": "9f1ad66c-7181-4208-a158-58fd4b3a56cf",
"Quantity": 3,
"UnitPrice": 4.0,
"Discount": 5.0,
"DiscountType": 6,
"TotalPrice": 7.0,
"Note": "sample string 8",
"PurchaseOrderId": "f2ab1e9f-cee3-4b6a-acc6-2520bee283cc",
"ProductCode": "sample string 10",
"ProductName": "sample string 11",
"SupplierName": "sample string 12"
},
{
"Id": 1,
"ProductId": "9f1ad66c-7181-4208-a158-58fd4b3a56cf",
"Quantity": 3,
"UnitPrice": 4.0,
"Discount": 5.0,
"DiscountType": 6,
"TotalPrice": 7.0,
"Note": "sample string 8",
"PurchaseOrderId": "f2ab1e9f-cee3-4b6a-acc6-2520bee283cc",
"ProductCode": "sample string 10",
"ProductName": "sample string 11",
"SupplierName": "sample string 12"
}
]
}
]
}
application/xml, text/xml
Sample:
<PaginatorResponseOfListPurchaseOrderResponsezelsgFU8 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.PurchaseOrder">
<d2p1:ListPurchaseOrderResponse>
<d2p1:Code>sample string 1</d2p1:Code>
<d2p1:CreatedId>446f0e11-93e5-44f2-8fa8-1fe9167ba7cd</d2p1:CreatedId>
<d2p1:CreatedTime>2026-04-21T17:19:10.3313515+07:00</d2p1:CreatedTime>
<d2p1:Debt>1</d2p1:Debt>
<d2p1:Discount>1</d2p1:Discount>
<d2p1:DiscountType>1</d2p1:DiscountType>
<d2p1:Id>36d94f08-9936-4e99-a556-3444528bba82</d2p1:Id>
<d2p1:ImporterId>cbe0bc4f-462a-4b89-9481-e7ae7b65b0b3</d2p1:ImporterId>
<d2p1:Note>sample string 5</d2p1:Note>
<d2p1:PayingAmount>7</d2p1:PayingAmount>
<d2p1:PaymentType>12</d2p1:PaymentType>
<d2p1:ProductIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>dcad2b9d-f8cb-456d-9818-c1acd93771c0</d4p1:guid>
<d4p1:guid>40f9c3c8-eff8-4b07-b1ec-04a21cbcb375</d4p1:guid>
</d2p1:ProductIds>
<d2p1:PurchaseOrderDateTime>2026-04-21T17:19:10.3360211+07:00</d2p1:PurchaseOrderDateTime>
<d2p1:PurchaseOrderItemDtos xmlns:d4p1="http://schemas.datacontract.org/2004/07/Common.Model.Dto.PurchaseOrder">
<d4p1:PurchaseOrderItemDto>
<d4p1:Discount>5</d4p1:Discount>
<d4p1:DiscountType>6</d4p1:DiscountType>
<d4p1:Id>1</d4p1:Id>
<d4p1:Note>sample string 8</d4p1:Note>
<d4p1:ProductCode>sample string 10</d4p1:ProductCode>
<d4p1:ProductId>9f1ad66c-7181-4208-a158-58fd4b3a56cf</d4p1:ProductId>
<d4p1:ProductName>sample string 11</d4p1:ProductName>
<d4p1:PurchaseOrderId>f2ab1e9f-cee3-4b6a-acc6-2520bee283cc</d4p1:PurchaseOrderId>
<d4p1:Quantity>3</d4p1:Quantity>
<d4p1:SupplierName>sample string 12</d4p1:SupplierName>
<d4p1:TotalPrice>7</d4p1:TotalPrice>
<d4p1:UnitPrice>4</d4p1:UnitPrice>
</d4p1:PurchaseOrderItemDto>
<d4p1:PurchaseOrderItemDto>
<d4p1:Discount>5</d4p1:Discount>
<d4p1:DiscountType>6</d4p1:DiscountType>
<d4p1:Id>1</d4p1:Id>
<d4p1:Note>sample string 8</d4p1:Note>
<d4p1:ProductCode>sample string 10</d4p1:ProductCode>
<d4p1:ProductId>9f1ad66c-7181-4208-a158-58fd4b3a56cf</d4p1:ProductId>
<d4p1:ProductName>sample string 11</d4p1:ProductName>
<d4p1:PurchaseOrderId>f2ab1e9f-cee3-4b6a-acc6-2520bee283cc</d4p1:PurchaseOrderId>
<d4p1:Quantity>3</d4p1:Quantity>
<d4p1:SupplierName>sample string 12</d4p1:SupplierName>
<d4p1:TotalPrice>7</d4p1:TotalPrice>
<d4p1:UnitPrice>4</d4p1:UnitPrice>
</d4p1:PurchaseOrderItemDto>
</d2p1:PurchaseOrderItemDtos>
<d2p1:RemainingDebt>8</d2p1:RemainingDebt>
<d2p1:Status>DRAFT</d2p1:Status>
<d2p1:SupplierId>1</d2p1:SupplierId>
<d2p1:SupplierName>sample string 6</d2p1:SupplierName>
<d2p1:TotalOrder>4</d2p1:TotalOrder>
<d2p1:UpdatedId>1652f716-4b23-46ba-a062-abb42a4c876f</d2p1:UpdatedId>
<d2p1:UpdatedTime>2026-04-21T17:19:10.3360211+07:00</d2p1:UpdatedTime>
</d2p1:ListPurchaseOrderResponse>
<d2p1:ListPurchaseOrderResponse>
<d2p1:Code>sample string 1</d2p1:Code>
<d2p1:CreatedId>446f0e11-93e5-44f2-8fa8-1fe9167ba7cd</d2p1:CreatedId>
<d2p1:CreatedTime>2026-04-21T17:19:10.3313515+07:00</d2p1:CreatedTime>
<d2p1:Debt>1</d2p1:Debt>
<d2p1:Discount>1</d2p1:Discount>
<d2p1:DiscountType>1</d2p1:DiscountType>
<d2p1:Id>36d94f08-9936-4e99-a556-3444528bba82</d2p1:Id>
<d2p1:ImporterId>cbe0bc4f-462a-4b89-9481-e7ae7b65b0b3</d2p1:ImporterId>
<d2p1:Note>sample string 5</d2p1:Note>
<d2p1:PayingAmount>7</d2p1:PayingAmount>
<d2p1:PaymentType>12</d2p1:PaymentType>
<d2p1:ProductIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>dcad2b9d-f8cb-456d-9818-c1acd93771c0</d4p1:guid>
<d4p1:guid>40f9c3c8-eff8-4b07-b1ec-04a21cbcb375</d4p1:guid>
</d2p1:ProductIds>
<d2p1:PurchaseOrderDateTime>2026-04-21T17:19:10.3360211+07:00</d2p1:PurchaseOrderDateTime>
<d2p1:PurchaseOrderItemDtos xmlns:d4p1="http://schemas.datacontract.org/2004/07/Common.Model.Dto.PurchaseOrder">
<d4p1:PurchaseOrderItemDto>
<d4p1:Discount>5</d4p1:Discount>
<d4p1:DiscountType>6</d4p1:DiscountType>
<d4p1:Id>1</d4p1:Id>
<d4p1:Note>sample string 8</d4p1:Note>
<d4p1:ProductCode>sample string 10</d4p1:ProductCode>
<d4p1:ProductId>9f1ad66c-7181-4208-a158-58fd4b3a56cf</d4p1:ProductId>
<d4p1:ProductName>sample string 11</d4p1:ProductName>
<d4p1:PurchaseOrderId>f2ab1e9f-cee3-4b6a-acc6-2520bee283cc</d4p1:PurchaseOrderId>
<d4p1:Quantity>3</d4p1:Quantity>
<d4p1:SupplierName>sample string 12</d4p1:SupplierName>
<d4p1:TotalPrice>7</d4p1:TotalPrice>
<d4p1:UnitPrice>4</d4p1:UnitPrice>
</d4p1:PurchaseOrderItemDto>
<d4p1:PurchaseOrderItemDto>
<d4p1:Discount>5</d4p1:Discount>
<d4p1:DiscountType>6</d4p1:DiscountType>
<d4p1:Id>1</d4p1:Id>
<d4p1:Note>sample string 8</d4p1:Note>
<d4p1:ProductCode>sample string 10</d4p1:ProductCode>
<d4p1:ProductId>9f1ad66c-7181-4208-a158-58fd4b3a56cf</d4p1:ProductId>
<d4p1:ProductName>sample string 11</d4p1:ProductName>
<d4p1:PurchaseOrderId>f2ab1e9f-cee3-4b6a-acc6-2520bee283cc</d4p1:PurchaseOrderId>
<d4p1:Quantity>3</d4p1:Quantity>
<d4p1:SupplierName>sample string 12</d4p1:SupplierName>
<d4p1:TotalPrice>7</d4p1:TotalPrice>
<d4p1:UnitPrice>4</d4p1:UnitPrice>
</d4p1:PurchaseOrderItemDto>
</d2p1:PurchaseOrderItemDtos>
<d2p1:RemainingDebt>8</d2p1:RemainingDebt>
<d2p1:Status>DRAFT</d2p1:Status>
<d2p1:SupplierId>1</d2p1:SupplierId>
<d2p1:SupplierName>sample string 6</d2p1:SupplierName>
<d2p1:TotalOrder>4</d2p1:TotalOrder>
<d2p1:UpdatedId>1652f716-4b23-46ba-a062-abb42a4c876f</d2p1:UpdatedId>
<d2p1:UpdatedTime>2026-04-21T17:19:10.3360211+07:00</d2p1:UpdatedTime>
</d2p1:ListPurchaseOrderResponse>
</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>
</PaginatorResponseOfListPurchaseOrderResponsezelsgFU8>