> 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/vat-services.md).

# Value-added services

## Services

<mark style="color:green;">`POST`</mark> `/api/Customer/Services`

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

```
{
    "Services": [
        {
            "ServiceID": "HDL",
            "ServiceName": "Hàng đông lạnh"
        },
        {
            "ServiceID": "BP",
            "ServiceName": "Báo phát"
        },
        {
            "ServiceID": "HQK",
            "ServiceName": "DV hàng quá khổ"
        }
    ],
    "Errors": [],
    "ErrorMessage": ""
}
```

{% endtab %}
{% endtabs %}

### Example

```
{}
```
