# Logistics

# Get All Logistics

Sử dụng APi này để lấy danh sách tất cả cả các đơn vị giao hàng

# Endpoint

# Parameters

Name Type Description Required

# Response

{
  "status": true,
  "messageCode": "",
  "messageContent": "",
  "data": {
    "totalCnt": 3,
    "items": [
      {
        "id": 1,
        "companyId": 1,
        "name": "ahamove",
        "description": "ahamove xinat",
        "api": "ahamove",
        "createdAt": "2021-07-02T09:00:41.000Z",
        "updatedAt": "2021-07-02T09:00:41.000Z",
        "createdBy": 1,
        "updatedBy": 1,
        "deleted": false
      },
      {
        "id": 2,
        "companyId": 1,
        "name": "giaohangtietkiem",
        "description": "giaohangtietkiem xinat",
        "api": "giaohangtietkiem",
        "createdAt": "2021-07-02T09:00:41.000Z",
        "updatedAt": "2021-07-02T09:00:41.000Z",
        "createdBy": 1,
        "updatedBy": 1,
        "deleted": false
      },
      {
        "id": 3,
        "companyId": 1,
        "name": "NinjaLead",
        "description": "NinjaLead xinat",
        "api": "NinjaLead",
        "createdAt": "2021-07-02T09:00:41.000Z",
        "updatedAt": "2021-07-02T09:00:41.000Z",
        "createdBy": 1,
        "updatedBy": 1,
        "deleted": false
      }
    ]
  }
}
curl -X POST http://localhost:3000/logistic/ei/getList \
  -H 'Content-Type: application/json' \