Mapping khách hàng
Lấy danh sách mapping khách hàng với các hệ thống bên ngoài
HTTP Request
[GET] /api/v6.1/accounts/mappings
Example
HTTP Request
GET api/v6.1/accounts/mappings HTTP/1.1
Host: example.getflycrm.com
Status
200 OK
Response
{
"data": [
{
"account_id": 1,
"account_code": "KH/2025/000001",
"external_id": "EXT001"
}
]
}