Đơn vị tham gia mua sắm công
Starter+Pháp nhân trên hệ thống mạng đấu thầu quốc gia (bên mời thầu, chủ đầu tư, nhà thầu) kèm mã số thuế, địa bàn và số liệu tổng hợp gói thầu.
Endpoint
| Endpoint | Mô tả |
|---|---|
| GET /v1/procurement-entities | Tìm kiếm, lọc, phân trang |
| GET /v1/procurement-entities/{id} | Chi tiết một bản ghi (toàn bộ trường) |
bash
curl "https://api.dulieuphapluat.vn/v1/procurement-entities?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: name |
| egp_code | string |
| tax_code | string |
| province | string |
| is_procuring_entity | bool |
| is_investor | bool |
| is_contractor | bool |
| page, per_page | Phân trang |
Cần ít nhất một trong: q, egp_code, tax_code, province
Trường dữ liệu
| Trường | Kiểu | Gói |
|---|---|---|
| id | id | Free |
| egp_code | string | Free |
| tax_code | string | Free |
| name | string | Free |
| is_procuring_entity* | bool | Free |
| is_investor* | bool | Free |
| is_contractor* | bool | Free |
| province_code* | string | Free |
| province* | string | Free |
| province_name | string | Free |
| tender_count | int | Free |
| won_count | int | Free |
| total_tender_value* | int | Pro+ |
| total_won_value* | int | Pro+ |
| active_from* | date | Free |
| active_to* | date | Free |
* chỉ trả ở endpoint chi tiết.