Loại, kích cỡ container theo hãng
Free2.806 dòng loại và kích cỡ container theo từng hãng khai thác: mã nội bộ (20DC, 40HC…), mã ISO 6346, kích cỡ, chiều cao và tính chất.
Endpoint
| Endpoint | Mô tả |
|---|---|
| GET /v1/container-types | Tìm kiếm, lọc, phân trang |
| GET /v1/container-types/{id} | Chi tiết một bản ghi (toàn bộ trường) |
bash
curl "https://api.dulieuphapluat.vn/v1/container-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: internal_code, iso_code |
| carrier_code | string |
| iso_code | string |
| size | string |
| kind | string |
| page, per_page | Phân trang |
Trường dữ liệu
| Trường | Kiểu | Gói |
|---|---|---|
| id | id | Free |
| carrier_code | string | Free |
| internal_code | string | Free |
| iso_code | string | Free |
| size | string | Free |
| height | string | Free |
| kind | string | Free |
* chỉ trả ở endpoint chi tiết.