POST api/ProductPickup/ListProductPickup
Request Information
URI Parameters
None.
Body Parameters
GetListProductPickupRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| KeySearch | string |
None. |
|
| From | date |
None. |
|
| To | date |
None. |
|
| CashFlowNegative | integer |
None. |
|
| Status | integer |
None. |
|
| PaymentDateFrom | date |
None. |
|
| PaymentDateTo | date |
None. |
|
| SupplierId | integer |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| IsUnpaidSupplier | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageSize": 1,
"PageIndex": 1,
"KeySearch": "sample string 1",
"From": "2026-04-14T21:54:56.9197574+07:00",
"To": "2026-04-14T21:54:56.9197574+07:00",
"CashFlowNegative": 1,
"Status": 1,
"PaymentDateFrom": "2026-04-14T21:54:56.9207863+07:00",
"PaymentDateTo": "2026-04-14T21:54:56.9207863+07:00",
"SupplierId": 1,
"ProductId": "7f5afd81-045d-4ee4-8f04-84b92f473547",
"IsUnpaidSupplier": true
}
application/xml, text/xml
Sample:
<GetListProductPickupRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Model.Response.ProductPickup"> <CashFlowNegative>1</CashFlowNegative> <From>2026-04-14T21:54:56.9197574+07:00</From> <IsUnpaidSupplier>true</IsUnpaidSupplier> <KeySearch>sample string 1</KeySearch> <PageIndex>1</PageIndex> <PageSize>1</PageSize> <PaymentDateFrom>2026-04-14T21:54:56.9207863+07:00</PaymentDateFrom> <PaymentDateTo>2026-04-14T21:54:56.9207863+07:00</PaymentDateTo> <ProductId>7f5afd81-045d-4ee4-8f04-84b92f473547</ProductId> <Status>1</Status> <SupplierId>1</SupplierId> <To>2026-04-14T21:54:56.9197574+07:00</To> </GetListProductPickupRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
PaginatorResponseOfGetListProductPickupResponse| 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 GetListProductPickupResponse |
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": "9f9cfe0d-6e0d-4ca7-8fd7-0c9abf86ab8e",
"Date": "2026-04-14T21:54:56.9441702+07:00",
"PersonPickup": "sample string 2",
"CashGiven": 3.0,
"CashInReturn": 4.0,
"CreatedTime": "2026-04-14T21:54:56.9441702+07:00",
"UpdatedTime": "2026-04-14T21:54:56.9441702+07:00",
"DeletedTime": "2026-04-14T21:54:56.9451483+07:00",
"CreatedId": "bdf2c8c2-76aa-486b-bd62-d9dcd9e1cf82",
"UpdatedId": "0afb7bf9-10c8-4392-8753-bb4e3260174f",
"DeletedId": "de219747-f3e0-449f-86ee-823f46aca30a",
"Note": "sample string 7",
"TotalProduct": 8,
"TotalOrder": 9.0,
"AmountNote": 10.0,
"SupplierId": 11,
"RemainingDebt": "sample string 12",
"Status": 13,
"PaymentDate": "2026-04-14T21:54:56.9461269+07:00",
"DebtAmount": 14.0,
"SupplierName": "sample string 15",
"ProductId": "6ecac5f9-95fc-4925-a62d-63cfea44783d"
},
{
"Id": "9f9cfe0d-6e0d-4ca7-8fd7-0c9abf86ab8e",
"Date": "2026-04-14T21:54:56.9441702+07:00",
"PersonPickup": "sample string 2",
"CashGiven": 3.0,
"CashInReturn": 4.0,
"CreatedTime": "2026-04-14T21:54:56.9441702+07:00",
"UpdatedTime": "2026-04-14T21:54:56.9441702+07:00",
"DeletedTime": "2026-04-14T21:54:56.9451483+07:00",
"CreatedId": "bdf2c8c2-76aa-486b-bd62-d9dcd9e1cf82",
"UpdatedId": "0afb7bf9-10c8-4392-8753-bb4e3260174f",
"DeletedId": "de219747-f3e0-449f-86ee-823f46aca30a",
"Note": "sample string 7",
"TotalProduct": 8,
"TotalOrder": 9.0,
"AmountNote": 10.0,
"SupplierId": 11,
"RemainingDebt": "sample string 12",
"Status": 13,
"PaymentDate": "2026-04-14T21:54:56.9461269+07:00",
"DebtAmount": 14.0,
"SupplierName": "sample string 15",
"ProductId": "6ecac5f9-95fc-4925-a62d-63cfea44783d"
}
]
}
application/xml, text/xml
Sample:
<PaginatorResponseOfGetListProductPickupResponseiM8SXpry 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.Request.ProductPickup">
<d2p1:GetListProductPickupResponse>
<d2p1:AmountNote>10</d2p1:AmountNote>
<d2p1:CashGiven>3</d2p1:CashGiven>
<d2p1:CashInReturn>4</d2p1:CashInReturn>
<d2p1:CreatedId>bdf2c8c2-76aa-486b-bd62-d9dcd9e1cf82</d2p1:CreatedId>
<d2p1:CreatedTime>2026-04-14T21:54:56.9441702+07:00</d2p1:CreatedTime>
<d2p1:Date>2026-04-14T21:54:56.9441702+07:00</d2p1:Date>
<d2p1:DebtAmount>14</d2p1:DebtAmount>
<d2p1:DeletedId>de219747-f3e0-449f-86ee-823f46aca30a</d2p1:DeletedId>
<d2p1:DeletedTime>2026-04-14T21:54:56.9451483+07:00</d2p1:DeletedTime>
<d2p1:Id>9f9cfe0d-6e0d-4ca7-8fd7-0c9abf86ab8e</d2p1:Id>
<d2p1:Note>sample string 7</d2p1:Note>
<d2p1:PaymentDate>2026-04-14T21:54:56.9461269+07:00</d2p1:PaymentDate>
<d2p1:PersonPickup>sample string 2</d2p1:PersonPickup>
<d2p1:ProductId>6ecac5f9-95fc-4925-a62d-63cfea44783d</d2p1:ProductId>
<d2p1:RemainingDebt>sample string 12</d2p1:RemainingDebt>
<d2p1:Status>13</d2p1:Status>
<d2p1:SupplierId>11</d2p1:SupplierId>
<d2p1:SupplierName>sample string 15</d2p1:SupplierName>
<d2p1:TotalOrder>9</d2p1:TotalOrder>
<d2p1:TotalProduct>8</d2p1:TotalProduct>
<d2p1:UpdatedId>0afb7bf9-10c8-4392-8753-bb4e3260174f</d2p1:UpdatedId>
<d2p1:UpdatedTime>2026-04-14T21:54:56.9441702+07:00</d2p1:UpdatedTime>
</d2p1:GetListProductPickupResponse>
<d2p1:GetListProductPickupResponse>
<d2p1:AmountNote>10</d2p1:AmountNote>
<d2p1:CashGiven>3</d2p1:CashGiven>
<d2p1:CashInReturn>4</d2p1:CashInReturn>
<d2p1:CreatedId>bdf2c8c2-76aa-486b-bd62-d9dcd9e1cf82</d2p1:CreatedId>
<d2p1:CreatedTime>2026-04-14T21:54:56.9441702+07:00</d2p1:CreatedTime>
<d2p1:Date>2026-04-14T21:54:56.9441702+07:00</d2p1:Date>
<d2p1:DebtAmount>14</d2p1:DebtAmount>
<d2p1:DeletedId>de219747-f3e0-449f-86ee-823f46aca30a</d2p1:DeletedId>
<d2p1:DeletedTime>2026-04-14T21:54:56.9451483+07:00</d2p1:DeletedTime>
<d2p1:Id>9f9cfe0d-6e0d-4ca7-8fd7-0c9abf86ab8e</d2p1:Id>
<d2p1:Note>sample string 7</d2p1:Note>
<d2p1:PaymentDate>2026-04-14T21:54:56.9461269+07:00</d2p1:PaymentDate>
<d2p1:PersonPickup>sample string 2</d2p1:PersonPickup>
<d2p1:ProductId>6ecac5f9-95fc-4925-a62d-63cfea44783d</d2p1:ProductId>
<d2p1:RemainingDebt>sample string 12</d2p1:RemainingDebt>
<d2p1:Status>13</d2p1:Status>
<d2p1:SupplierId>11</d2p1:SupplierId>
<d2p1:SupplierName>sample string 15</d2p1:SupplierName>
<d2p1:TotalOrder>9</d2p1:TotalOrder>
<d2p1:TotalProduct>8</d2p1:TotalProduct>
<d2p1:UpdatedId>0afb7bf9-10c8-4392-8753-bb4e3260174f</d2p1:UpdatedId>
<d2p1:UpdatedTime>2026-04-14T21:54:56.9441702+07:00</d2p1:UpdatedTime>
</d2p1:GetListProductPickupResponse>
</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>
</PaginatorResponseOfGetListProductPickupResponseiM8SXpry>