Tạo khách hàng

/customers

POST

Query Parameters

Name
Type
Description

merchant_token

string

Token do người dùng tự tạo trong hệ thống quản lý

Headers

Name
Type
Description

Accept

string

application/json

Content-Type

string

application/json

Request Body

Name
Type
Description

name

string

Tên khách hàng

phone

string

Số điện thoại

email

string

Email

note

string

Ghi chú

street

string

Địa chỉ

ward_code

string

Mã phường xã

district_code

string

Mã quận huyện

province_code

string

Mã tỉnh thành

country_code

string

Mã quốc gia. Defaults to 'VN'

Last updated