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": "2025-12-24T20:24:27.9349861+07:00",
"To": "2025-12-24T20:24:27.9357259+07:00",
"Status": 1,
"CreatedId": "75bc3aa9-1444-477f-bb9e-c69ee65fd150",
"ImporterId": "cbb8ed8e-6b13-46cb-b00b-01f322d70575",
"SupplierId": 1,
"KeySearch": "sample string 1",
"PageSize": 1,
"PageIndex": 1,
"ProductId": "cbbffb47-afcd-404e-998f-aff187d91b44",
"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>75bc3aa9-1444-477f-bb9e-c69ee65fd150</CreatedId> <From>2025-12-24T20:24:27.9349861+07:00</From> <ImporterId>cbb8ed8e-6b13-46cb-b00b-01f322d70575</ImporterId> <IsSearchError>true</IsSearchError> <KeySearch>sample string 1</KeySearch> <PageIndex>1</PageIndex> <PageSize>1</PageSize> <ProductId>cbbffb47-afcd-404e-998f-aff187d91b44</ProductId> <Status>1</Status> <SupplierId>1</SupplierId> <To>2025-12-24T20:24:27.9357259+07:00</To> <UnpaidSuppliers>true</UnpaidSuppliers> </SearchPurchaseOrderRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |
|
| 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,
"Items": [
{
"Code": "sample string 1",
"CreatedId": "1daca058-1cfc-4c8b-a08c-a878d99b968a",
"CreatedTime": "2025-12-24T20:24:27.9767945+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": "2025-12-24T20:24:27.9777262+07:00",
"Id": "d419da0d-4b8f-4747-81fb-2663841486b9",
"ImporterId": "cc6753a9-e922-40dc-a140-deaf98ef99c9",
"UpdatedId": "93574589-98b0-41d1-b061-2f313e141547",
"UpdatedTime": "2025-12-24T20:24:27.9777262+07:00",
"ProductIds": [
"db6fc264-34ba-49b1-92d8-1e5b62a43230",
"389ba035-5548-4294-bfa4-88c10dbbc71a"
],
"PaymentType": 12,
"PurchaseOrderItemDtos": [
{
"Id": 1,
"ProductId": "3c1e227d-a7e2-4a42-8e66-2fb4beb6ffb6",
"Quantity": 3,
"UnitPrice": 4.0,
"Discount": 5.0,
"DiscountType": 6,
"TotalPrice": 7.0,
"Note": "sample string 8",
"PurchaseOrderId": "8954c840-e022-4fca-bf43-07fc08ffc4e6",
"ProductCode": "sample string 10",
"ProductName": "sample string 11",
"SupplierName": "sample string 12"
},
{
"Id": 1,
"ProductId": "3c1e227d-a7e2-4a42-8e66-2fb4beb6ffb6",
"Quantity": 3,
"UnitPrice": 4.0,
"Discount": 5.0,
"DiscountType": 6,
"TotalPrice": 7.0,
"Note": "sample string 8",
"PurchaseOrderId": "8954c840-e022-4fca-bf43-07fc08ffc4e6",
"ProductCode": "sample string 10",
"ProductName": "sample string 11",
"SupplierName": "sample string 12"
}
]
},
{
"Code": "sample string 1",
"CreatedId": "1daca058-1cfc-4c8b-a08c-a878d99b968a",
"CreatedTime": "2025-12-24T20:24:27.9767945+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": "2025-12-24T20:24:27.9777262+07:00",
"Id": "d419da0d-4b8f-4747-81fb-2663841486b9",
"ImporterId": "cc6753a9-e922-40dc-a140-deaf98ef99c9",
"UpdatedId": "93574589-98b0-41d1-b061-2f313e141547",
"UpdatedTime": "2025-12-24T20:24:27.9777262+07:00",
"ProductIds": [
"db6fc264-34ba-49b1-92d8-1e5b62a43230",
"389ba035-5548-4294-bfa4-88c10dbbc71a"
],
"PaymentType": 12,
"PurchaseOrderItemDtos": [
{
"Id": 1,
"ProductId": "3c1e227d-a7e2-4a42-8e66-2fb4beb6ffb6",
"Quantity": 3,
"UnitPrice": 4.0,
"Discount": 5.0,
"DiscountType": 6,
"TotalPrice": 7.0,
"Note": "sample string 8",
"PurchaseOrderId": "8954c840-e022-4fca-bf43-07fc08ffc4e6",
"ProductCode": "sample string 10",
"ProductName": "sample string 11",
"SupplierName": "sample string 12"
},
{
"Id": 1,
"ProductId": "3c1e227d-a7e2-4a42-8e66-2fb4beb6ffb6",
"Quantity": 3,
"UnitPrice": 4.0,
"Discount": 5.0,
"DiscountType": 6,
"TotalPrice": 7.0,
"Note": "sample string 8",
"PurchaseOrderId": "8954c840-e022-4fca-bf43-07fc08ffc4e6",
"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>1daca058-1cfc-4c8b-a08c-a878d99b968a</d2p1:CreatedId>
<d2p1:CreatedTime>2025-12-24T20:24:27.9767945+07:00</d2p1:CreatedTime>
<d2p1:Debt>1</d2p1:Debt>
<d2p1:Discount>1</d2p1:Discount>
<d2p1:DiscountType>1</d2p1:DiscountType>
<d2p1:Id>d419da0d-4b8f-4747-81fb-2663841486b9</d2p1:Id>
<d2p1:ImporterId>cc6753a9-e922-40dc-a140-deaf98ef99c9</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>db6fc264-34ba-49b1-92d8-1e5b62a43230</d4p1:guid>
<d4p1:guid>389ba035-5548-4294-bfa4-88c10dbbc71a</d4p1:guid>
</d2p1:ProductIds>
<d2p1:PurchaseOrderDateTime>2025-12-24T20:24:27.9777262+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>3c1e227d-a7e2-4a42-8e66-2fb4beb6ffb6</d4p1:ProductId>
<d4p1:ProductName>sample string 11</d4p1:ProductName>
<d4p1:PurchaseOrderId>8954c840-e022-4fca-bf43-07fc08ffc4e6</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>3c1e227d-a7e2-4a42-8e66-2fb4beb6ffb6</d4p1:ProductId>
<d4p1:ProductName>sample string 11</d4p1:ProductName>
<d4p1:PurchaseOrderId>8954c840-e022-4fca-bf43-07fc08ffc4e6</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>93574589-98b0-41d1-b061-2f313e141547</d2p1:UpdatedId>
<d2p1:UpdatedTime>2025-12-24T20:24:27.9777262+07:00</d2p1:UpdatedTime>
</d2p1:ListPurchaseOrderResponse>
<d2p1:ListPurchaseOrderResponse>
<d2p1:Code>sample string 1</d2p1:Code>
<d2p1:CreatedId>1daca058-1cfc-4c8b-a08c-a878d99b968a</d2p1:CreatedId>
<d2p1:CreatedTime>2025-12-24T20:24:27.9767945+07:00</d2p1:CreatedTime>
<d2p1:Debt>1</d2p1:Debt>
<d2p1:Discount>1</d2p1:Discount>
<d2p1:DiscountType>1</d2p1:DiscountType>
<d2p1:Id>d419da0d-4b8f-4747-81fb-2663841486b9</d2p1:Id>
<d2p1:ImporterId>cc6753a9-e922-40dc-a140-deaf98ef99c9</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>db6fc264-34ba-49b1-92d8-1e5b62a43230</d4p1:guid>
<d4p1:guid>389ba035-5548-4294-bfa4-88c10dbbc71a</d4p1:guid>
</d2p1:ProductIds>
<d2p1:PurchaseOrderDateTime>2025-12-24T20:24:27.9777262+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>3c1e227d-a7e2-4a42-8e66-2fb4beb6ffb6</d4p1:ProductId>
<d4p1:ProductName>sample string 11</d4p1:ProductName>
<d4p1:PurchaseOrderId>8954c840-e022-4fca-bf43-07fc08ffc4e6</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>3c1e227d-a7e2-4a42-8e66-2fb4beb6ffb6</d4p1:ProductId>
<d4p1:ProductName>sample string 11</d4p1:ProductName>
<d4p1:PurchaseOrderId>8954c840-e022-4fca-bf43-07fc08ffc4e6</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>93574589-98b0-41d1-b061-2f313e141547</d2p1:UpdatedId>
<d2p1:UpdatedTime>2025-12-24T20:24:27.9777262+07:00</d2p1:UpdatedTime>
</d2p1:ListPurchaseOrderResponse>
</Items>
<PayingAmount>3</PayingAmount>
<TotalDebt>6</TotalDebt>
<TotalIncome>4</TotalIncome>
<TotalMoney>2</TotalMoney>
<TotalOrderAmount>7</TotalOrderAmount>
<TotalPaid>8</TotalPaid>
<TotalSpend>5</TotalSpend>
</PaginatorResponseOfListPurchaseOrderResponsezelsgFU8>