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


---

# 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/english-1.0.6/customer/list-of-clienthubs.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.
