Tạo Tag khách hàng
HTTP request
- Method: POST 
- Content type: application/json 
- Response type: Text/json 
Example Request
curl --location 'https://api.service.ladiflow.com/1.0/customer/create-tag' \
--header 'Api-Key: {Api-Key}' \
--header 'Content-Type: application/json' \
--data '{
    "name": "Test"
}' Tham số header
Tham số
Kiểu dữ liệu
Bắt buộc
Mô tả
Api-Key
string
có
API key lấy trên LadiFlow
Tham số Body
Tham số
Kiểu dữ liệu
Bắt buộc
Mô tả
name
string
Tên tag
Example response
{
 "data": {
   tag_id: ""
 },
 "message": "Thành công",
 "code": 200
}Cấu trúc thuộc tính data
Thuộc tính
Kiểu dữ liệu
Mô tả
data
Object
Dữ liệu tag
message
string
Thông điệp
code
number
Mã phản hồi