Create client hub

Create client hub for customer.

Address

For addresses with a 3-level structure (Province/City, District, Ward/Commune — based on Vietnam’s administrative divisions before July 1, 2025), provide the following fields:

  • ProvinceName: Recipient’s province/city name.

  • DistrictName: Recipient’s district name.

  • WardName: Recipient’s ward/commune name.

For addresses with a 2-level structure (Province/City, Ward/Commune — based on Vietnam’s administrative divisions from July 1, 2025), provide the following fields:

  • ProvinceName: Recipient’s province/city name.

  • DistrictName: leave null.

  • WardName: Recipient’s ward/commune name.

CustomerInsertClientHub

POST /Api/Customer/CustomerInsertClientHub

Request Body

Name
Type
Description

Address*

string

Customer's Addresss following Apartment number/Street name, Ward name, District name, Province name.

ContactName*

string

Contact name

ContactPhone*

string

Contact phone

ProvinceName*

string

Province name

DistrictName*

string

District name

WardName

string

Ward name

CusWarehouseID

string

ID of Shop/WareHouse

CusWarehouseName

String

Name of Shop/WareHouse

Example

Last updated