Kết quả lựa chọn nhà thầu
Pro+Kết quả lựa chọn nhà thầu: nhà thầu trúng, giá gói thầu, giá trúng thầu, tỷ lệ giảm giá, số quyết định và ngày phê duyệt kết quả.
Endpoint
| Endpoint | Mô tả |
|---|---|
| GET /v1/procurement-results | Tìm kiếm, lọc, phân trang |
| GET /v1/procurement-results/{id} | Chi tiết một bản ghi (toàn bộ trường) |
bash
curl "https://api.dulieuphapluat.vn/v1/procurement-results?q=từ khoá&per_page=10" \
-H "Authorization: Bearer dlpl_live_xxxxxxxxxxxxxxxxxxxxxxxx"
Tham số và trường dữ liệu
Tham số lọc
| Tham số | Kiểu |
|---|---|
| q | Từ khoá tìm trong: notify_no, bid_name |
| notify_no | string |
| tender_id | id |
| contractor_id | id |
| procuring_entity_id | id |
| province | string |
| result_from (>=) | date |
| result_to (<=) | date |
| page, per_page | Phân trang |
Cần ít nhất một trong: q, notify_no, tender_id, contractor_id, procuring_entity_id, province, result_from
Trường dữ liệu
| Trường | Kiểu | Gói |
|---|---|---|
| id | id | Free |
| egp_id* | string | Free |
| notify_no | string | Free |
| tender_id* | id | Free |
| contractor_id | id | Free |
| procuring_entity_id* | id | Free |
| bid_name | string | Free |
| package_price | int | Free |
| winning_price | int | Free |
| discount_rate | float | Free |
| decision_number* | string | Free |
| result_date | datetime | Free |
| posted_at* | datetime | Free |
| province_code* | string | Free |
| province* | string | Free |
* chỉ trả ở endpoint chi tiết.