Loading...
Loading...
Compare original and translation side by side
membranenpm install -g @membranehq/climembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane login --tenantmembrane login complete <code>membrane search sage-accounting --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search sage-accounting --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --jsonmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| List Sales Invoices | list-sales-invoices | Retrieves a list of sales invoices from Sage Accounting |
| List Purchase Invoices | list-purchase-invoices | Retrieves a list of purchase invoices (bills) from Sage Accounting |
| List Contacts | list-contacts | Retrieves a list of contacts (customers and suppliers) from Sage Accounting |
| List Products | list-products | Retrieves a list of products from Sage Accounting |
| List Journal Entries | list-journal-entries | Retrieves a list of journal entries from Sage Accounting |
| List Bank Accounts | list-bank-accounts | Retrieves a list of bank accounts from Sage Accounting |
| List Ledger Accounts | list-ledger-accounts | Retrieves a list of ledger accounts (chart of accounts) from Sage Accounting |
| List Contact Payments | list-contact-payments | Retrieves a list of contact payments (customer receipts) from Sage Accounting |
| List Sales Credit Notes | list-sales-credit-notes | Retrieves a list of sales credit notes from Sage Accounting |
| Get Sales Invoice | get-sales-invoice | Retrieves a specific sales invoice by ID from Sage Accounting |
| Get Purchase Invoice | get-purchase-invoice | Retrieves a specific purchase invoice by ID from Sage Accounting |
| Get Contact | get-contact | Retrieves a specific contact by ID from Sage Accounting |
| Get Product | get-product | Retrieves a specific product by ID from Sage Accounting |
| Get Journal Entry | get-journal-entry | Retrieves a specific journal entry by ID from Sage Accounting |
| Get Bank Account | get-bank-account | Retrieves a specific bank account by ID from Sage Accounting |
| Create Sales Invoice | create-sales-invoice | Creates a new sales invoice in Sage Accounting |
| Create Purchase Invoice | create-purchase-invoice | Creates a new purchase invoice (bill) in Sage Accounting |
| Create Contact | create-contact | Creates a new contact (customer or supplier) in Sage Accounting |
| Create Product | create-product | Creates a new product in Sage Accounting |
| Update Contact | update-contact | Updates an existing contact in Sage Accounting |
| 名称 | 键 | 描述 |
|---|---|---|
| 列出销售发票 | list-sales-invoices | 从Sage Accounting中获取销售发票列表 |
| 列出采购发票 | list-purchase-invoices | 从Sage Accounting中获取采购发票(账单)列表 |
| 列出联系人 | list-contacts | 从Sage Accounting中获取联系人(客户和供应商)列表 |
| 列出产品 | list-products | 从Sage Accounting中获取产品列表 |
| 列出日记账分录 | list-journal-entries | 从Sage Accounting中获取日记账分录列表 |
| 列出银行账户 | list-bank-accounts | 从Sage Accounting中获取银行账户列表 |
| 列出分类账账户 | list-ledger-accounts | 从Sage Accounting中获取分类账账户(会计科目表)列表 |
| 列出联系人付款 | list-contact-payments | 从Sage Accounting中获取联系人付款(客户收款)列表 |
| 列出销售贷项通知单 | list-sales-credit-notes | 从Sage Accounting中获取销售贷项通知单列表 |
| 获取销售发票 | get-sales-invoice | 从Sage Accounting中通过ID获取特定销售发票 |
| 获取采购发票 | get-purchase-invoice | 从Sage Accounting中通过ID获取特定采购发票 |
| 获取联系人 | get-contact | 从Sage Accounting中通过ID获取特定联系人 |
| 获取产品 | get-product | 从Sage Accounting中通过ID获取特定产品 |
| 获取日记账分录 | get-journal-entry | 从Sage Accounting中通过ID获取特定日记账分录 |
| 获取银行账户 | get-bank-account | 从Sage Accounting中通过ID获取特定银行账户 |
| 创建销售发票 | create-sales-invoice | 在Sage Accounting中创建新的销售发票 |
| 创建采购发票 | create-purchase-invoice | 在Sage Accounting中创建新的采购发票(账单) |
| 创建联系人 | create-contact | 在Sage Accounting中创建新的联系人(客户或供应商) |
| 创建产品 | create-product | 在Sage Accounting中创建新的产品 |
| 更新联系人 | update-contact | 在Sage Accounting中更新现有联系人 |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane request CONNECTION_ID /path/to/endpoint| 标记 | 描述 |
|---|---|
| HTTP方法(GET、POST、PUT、PATCH、DELETE),默认为GET |
| 添加请求头(可重复使用),例如 |
| 请求体(字符串) |
| 简写方式,用于发送JSON体并设置 |
| 按原样发送请求体,不进行任何处理 |
| 查询字符串参数(可重复使用),例如 |
| 路径参数(可重复使用),例如 |
membrane action list --intent=QUERYmembrane action list --intent=QUERY