> For the complete documentation index, see [llms.txt](https://apidoc.247express.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apidoc.247express.vn/customer/danh-sach-dich-vu-chinh.md).

# Danh sách dịch vụ chính

## GetServiceTypes

<mark style="color:green;">`POST`</mark> `/Api/Customer/GetServiceTypes`

{% tabs %}
{% tab title="200 " %}

```
{
  "ServiceTypes": [
    {
      "ServiceTypeID": "DE",
      "ServiceTypeName": "Chuyển phát nhanh",
      "CalculateVolumetric": 6000
    },
    {
      "ServiceTypeID": "TF",
      "ServiceTypeName": "Dịch vụ Chuyển phát đường bộ",
      "CalculateVolumetric": 4000
    },
    {
      "ServiceTypeID": "TH",
      "ServiceTypeName": "Chuyển phát 55h",
      "CalculateVolumetric": 4000
    },
    {
      "ServiceTypeID": "IE",
      "ServiceTypeName": "Chuyển phát nhanh quốc tế",
      "CalculateVolumetric": 5000
    },
    {
      "ServiceTypeID": "IM",
      "ServiceTypeName": "Chuyển phát tiết kiệm quốc tế",
      "CalculateVolumetric": 5000
    }
  ],
  "ErrorMessage": null,
  "IsError": false,
  "ErrorCode": null,
  "StatusCode": 0,
  "IsPassError": false
}
```

{% endtab %}
{% endtabs %}

### Mẫu ví dụ

```
{}
```

### Mô tả kết quả trả về

| Trường              | Mô tả                                                                  |
| ------------------- | ---------------------------------------------------------------------- |
| ServiceTypeID       | Mã dịch vụ chính                                                       |
| ServiceTypeName     | Tên dịch vụ chính                                                      |
| CalculateVolumetric | Tính trọng lượng quy đổi Length x Width x Height / CalculateVolumetric |
