# 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 |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://apidoc.247express.vn/customer/danh-sach-dich-vu-chinh.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
