> 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/english-1.0.6/customer/main-services.md).

# Main services

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

### Example

```
{}
```

### Response description

| Properties          | Description                                                                    |
| ------------------- | ------------------------------------------------------------------------------ |
| ServiceTypeID       | ServiceTypeID                                                                  |
| ServiceTypeName     | ServiceTypeName                                                                |
| CalculateVolumetric | Calculate the converted weight = Length x Width x Height / CalculateVolumetric |
