Import Customer
Used to push customer data into the program, either individual customer data or a list of multiple customers
Method
Link
{{host}}/Customer/Import
Authorization
Type
Bearer Token
Token
{{access_token}}
Body
{
"memvars": {
"data": [
{
"ma_kh": "API-KH0001",
"ten_kh": "Công ty TNHH ABC",
"dia_chi": "123 Hùng Vương, Q5. Hồ Chí Minh",
"ma_so_thue": "0313610123",
"nh_kh1": "KHVIP",
"gioi_han_no": 10000000,
"dien_thoai": "0909123456"
}
]
}
}
Parameter description
Name
(*)
Datatype
Descripsion
ma_kh
string
Customer's code
ten_kh
string
Customer's name
ma_so_thue
string
Tax code
nh_kh1
string
Customer type
gioi_han_no
numeric
Debt limit
dien_thoai
string
Phone number
Last updated