Thêm mới
Tạo mới nhóm khách hàng
HTTP Request
[POST] /api/v6/accounts/types
Body Parameters
Parameter | Type | Nullable | Require | Description |
---|---|---|---|---|
account_type_name | string | yes | Tên nhóm khách hàng | |
account_type_code | string | yes | Mã nhóm khách hàng | |
parent_id | integer | Định danh nhóm cha |
Example
HTTP Request
POST api/v6/accounts/types HTTP/1.1
Host: example.getflycrm.com
Content-Type: application/json
{
"account_type_name": "TEST ACCOUNT TYPE",
"account_type_code": "TEST_ACCOUNT_TYPE",
}
Status
200 OK
Response
{
"message": "Thêm mới thành công",
"id": 4
}