Pancake CRM_EN
  • About Pancake CRM
  • I. General introduction
  • II. Pancake
    • 2.1. Guidelines for registering and paying for Pancake packages
    • 2.2 Connecting platforms
    • 2.3. Install Pancake Extension V2
    • 2.4. Manage comments and messages
      • 2.4.1 Function to send photos and stickers
      • 2.4.2.Conversation Filter
      • 2.4.3. Page merge mode
    • 2.5. Create contact, Create appointment
    • 2.6. Cấu hình cài đặt
  • III. CRM
    • 3.1 Các tính năng của CRM
      • 3.1.1. Chức năng lọc trường thông tin
      • 3.1.2 Chức năng cập nhật nhanh các trường thông tin
      • 3.1.3 Tính năng Copy Paste bảng dữ liệu
      • 3.1.4 Tính năng Duplicate (Tạo bản sao) bản ghi
      • Call Center Feature on Pancake CRM
    • 3.2 Bảng liên hệ
    • 3.2 Bảng lịch hẹn
    • My task
  • IV. Cấu hình
    • 4.1. Cấu hình chung
      • 4.1.1 Tính năng báo trùng khi có số điện thoại trùng
    • 4.2 Cấu hình ứng dụng
      • 4.2.1 Kết nối Zalo Cloud
      • 4.2.2 Tích hợp SMS /Zalo ZNS eSMS
      • 4.2.3 Đồng bộ bản ghi
      • 4.2.4. Đồng bộ Google Sheets
      • POS - Webcake - Xendit - CRM - Botcake - Pancake
    • 4.3 Bản ghi tự động
    • 4.4 Nhân viên
      • 4.4.1 Thêm Nhân viên vào CRM
      • 4.4.2 Hồ sơ (Profile)
      • 4.4.3 Không muốn mọi người xem tất cả các hồ sơ?
    • 4.5 Mẫu Email
    • 4.6 Đồng bộ Facebook
      • 4.6.1 Đồng bộ sự kiện Facebook
      • 4.6.2 Leadform
    • 4.7 Kết nối đồng bộ Webcake - CRM
  • V. Tích hợp API
    • 5.1 List of tables
    • 5.2 Data of Table
    • 5.3 Create Record
    • 5.4 Update Record
    • 5.5 Create Table
    • 5.6 List of Profiles
    • 5.7 Record History
Powered by GitBook
On this page
  1. V. Tích hợp API

5.5 Create Table

Previous5.4 Update RecordNext5.6 List of Profiles
POST /shops/<SHOP_ID>/crm/tables?api_key=<api_key> HTTP/1.1

Response

{
  "data": {
    "table": {
      "name": "test",
      "label": "test",
      "auto_create_config": null,
      "can_remove": false,
      "creator_id": "6dcd3606-092a-467c-85d1-3149789cd470",
      "icon": null,
      "inserted_at": "2019-06-25T10:50:17.867Z",
      "updated_at": "2019-06-25T10:50:17.867Z",
      "show_fields": null,
      "sections": [
        {
          "can_remove": false,
          "creator_id": null,
          "fields": [
            {
              "name": "Name",
              "label": "Name",
              "agg_field_id": null,
              "association_multi": true,
              "association_table": null,
              "association_type": null,
              "can_remove": false,
              "creator_id": null,
              "select_options": [],
              "summary_display_field_id": null,
              "summary_field_id": null,
              "summary_type": null,
              "type": 5,
              "order": 1,
              "quick_update": false,
              "is_require": true,
              "is_unique": false,
              "formulas": null
            },
            {
              "name": "Phone",
              "label": "Phone",
              "agg_field_id": null,
              "association_multi": true,
              "association_table": null,
              "association_type": null,
              "can_remove": false,
              "creator_id": null,
              "select_options": [],
              "summary_display_field_id": null,
              "summary_field_id": null,
              "summary_type": null,
              "type": 2,
              "order": 1,
              "quick_update": false,
              "is_require": true,
              "is_unique": false,
              "formulas": null
            }
          ]
        }
      ]
    },
    "success": true
  }
}