Loại hình xuất, nhập khẩu
Free39 mã loại hình xuất khẩu, nhập khẩu trên tờ khai hải quan (A11, A12, E31…) kèm hướng dẫn sử dụng, ghi chú và khả năng khai kết hợp. Nguồn: Danh mục dùng chung Bộ Tài chính (DM_LOAI_HINH_XNK).
Endpoint
| Endpoint | Mô tả |
|---|---|
| GET /v1/dmdc-customs-procedure-types | Tìm kiếm, lọc, phân trang |
| GET /v1/dmdc-customs-procedure-types/{id} | Chi tiết một bản ghi (toàn bộ trường) |
bash
curl "https://api.dulieuphapluat.vn/v1/dmdc-customs-procedure-types?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: code, name |
| code | string |
| is_active | bool |
| page, per_page | Phân trang |
Trường dữ liệu
| Trường | Kiểu | Gói |
|---|---|---|
| id | id | Free |
| code | string | Free |
| name | string | Free |
| order* | int | Free |
| usage_guide | string | Starter+ xem trước |
| note* | string | Free |
| combined_declaration* | bool | Free |
| is_active | bool | Free |
| document_date* | date_utc | Free |
* chỉ trả ở endpoint chi tiết.