> 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/list-of-clienthubs.md).

# List of ClientHubs

## CustomerGetClientHubs

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

#### Request Body

| Name           | Type    | Description                                                                                                         |
| -------------- | ------- | ------------------------------------------------------------------------------------------------------------------- |
| GetFullAddress | boolean | <p>true: take all including approved and unapproved Clienthubs.<br>false: take only approved Client Hub<br><br></p> |

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

```
{
    "Errors": [],
    "ErrorMessage": "",
    "Hubs": [
        {
            "ClientHubID": 1158,
            "Address": "nguyễn huệ",
            "ContactName": "SAIGONBPO",
            "ContactPhone": "0963225098",
            "ManagerName": null,
            "ManagerPhone": null,
            "IsMain": true,
            "DistrictName": "Quận Một",
            "ProvinceName": "HỒ CHÍ MINH",
            "WardName": "Phường Bến Nghé",
            "StatusName": "Đã duyệt",
            "Phone": "0963225098",
            "IsEnable": false
        }
    ]
}
```

{% endtab %}
{% endtabs %}

### Example

```
{
	"GetFullAddress": true
}
```
