Chi tiết khách hàng
API lấy chi tiết thông tin một khách hàng của shop trên Abit
URL API: https://new.abitstore.vn
POST /accounts/getdetailtAccountbyPartner
Headers
Name
Value
Content-Type
application/json
Body
Name
Type
Description
access_token
string
Mã Access token được khởi tạo và cấp quyền bởi chủ tài khoản Abit, Xem hướng dẫn tạo Access Token
partner_name
string
Mã shop khi đăng ký Abit
accountid
int
ID của khách hàng lấy từ API danh sách khách hàng
{
"access_token":"MWM4MmFjYjYzYzYwOTkxOTg1OGVjNTA1NjcxY2QwZDc=",
"partner_name":"bizfly",
"accountid":"7374504"
}[
{
"accountid": 7374504,
"account_no": "ACC468389",
"account_no_shop": "",
"accountname": "test",
"phone": "0377500000",
"otherphone": "0982500000",
"email1": "[email protected]",
"email2": null,
"chanel": null,
"status": 0,
"diachigiaohang": "Hapulico VTP",
"created_at": "2023-07-17 14:16:12",
"updated_at": "2023-08-21 10:09:44",
"account_label": "",
"bill_street": "Hapulico VTP 1",
"diachivanphong": "Hapulico VTP 2",
"diachi_vat": "Hapulico VTP 3",
"thongdiep": null,
"birthday": "0000-00-00",
"use_zalo": 0,
"gioi_tinh": "",
"listInvoices": [
{
"invoiceid": 7374639,
"invoice_no": "TT6723139-96",
"subject": "test",
"diachigiaohang": "Hapulico VTP",
"invoicestatus": "Huy DNX",
"created_at": "2023-07-17 14:19:55",
"total": "50500490.000",
"nguoinhanhang": "test"
},
{
"invoiceid": 7374711,
"invoice_no": "TT6723200-86",
"subject": "test",
"diachigiaohang": "Hapulico VTP",
"invoicestatus": "AutoCreated",
"created_at": "2023-07-17 14:22:54",
"total": "10000000.000",
"nguoinhanhang": "test"
}
]
}
]Last updated
Was this helpful?
