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 quickbooks --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search quickbooks --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 |
|---|---|---|
| Query | query | Run a SQL-like query against any QuickBooks entity |
| Query Customers | query-customers | Query customers using SQL-like syntax |
| Get Customer | get-customer | Retrieve a customer by ID from QuickBooks |
| Get Invoice | get-invoice | Retrieve an invoice by ID from QuickBooks |
| Get Vendor | get-vendor | Retrieve a vendor by ID from QuickBooks |
| Get Item | get-item | Retrieve an item by ID from QuickBooks |
| Get Account | get-account | Retrieve an account by ID from QuickBooks |
| Get Bill | get-bill | Retrieve a bill by ID from QuickBooks |
| Get Payment | get-payment | Retrieve a payment by ID from QuickBooks |
| Get Estimate | get-estimate | Retrieve an estimate by ID from QuickBooks |
| Get Purchase Order | get-purchase-order | Retrieve a purchase order by ID from QuickBooks |
| Create Customer | create-customer | Create a new customer in QuickBooks |
| Create Invoice | create-invoice | Create a new invoice in QuickBooks |
| Create Vendor | create-vendor | Create a new vendor in QuickBooks |
| Create Item | create-item | Create a new item (product/service) in QuickBooks |
| Create Account | create-account | Create a new account in the chart of accounts |
| Create Bill | create-bill | Create a new bill (accounts payable) in QuickBooks |
| Create Payment | create-payment | Create a payment to record money received from a customer |
| Create Estimate | create-estimate | Create a new estimate/quote in QuickBooks |
| Create Purchase Order | create-purchase-order | Create a new purchase order in QuickBooks |
| 名称 | 键 | 描述 |
|---|---|---|
| Query | query | 对任意QuickBooks实体运行类SQL查询 |
| Query Customers | query-customers | 使用类SQL语法查询客户 |
| Get Customer | get-customer | 从QuickBooks中按ID查询客户信息 |
| Get Invoice | get-invoice | 从QuickBooks中按ID查询发票信息 |
| Get Vendor | get-vendor | 从QuickBooks中按ID查询供应商信息 |
| Get Item | get-item | 从QuickBooks中按ID查询条目信息 |
| Get Account | get-account | 从QuickBooks中按ID查询账户信息 |
| Get Bill | get-bill | 从QuickBooks中按ID查询账单信息 |
| Get Payment | get-payment | 从QuickBooks中按ID查询付款记录 |
| Get Estimate | get-estimate | 从QuickBooks中按ID查询报价信息 |
| Get Purchase Order | get-purchase-order | 从QuickBooks中按ID查询采购订单信息 |
| Create Customer | create-customer | 在QuickBooks中创建新客户 |
| Create Invoice | create-invoice | 在QuickBooks中创建新发票 |
| Create Vendor | create-vendor | 在QuickBooks中创建新供应商 |
| Create Item | create-item | 在QuickBooks中创建新条目(产品/服务) |
| Create Account | create-account | 在会计科目表中创建新账户 |
| Create Bill | create-bill | 在QuickBooks中创建新账单(应付账款) |
| Create Payment | create-payment | 创建付款记录,登记从客户处收到的款项 |
| Create Estimate | create-estimate | 在QuickBooks中创建新的预估/报价 |
| Create Purchase Order | create-purchase-order | 在QuickBooks中创建新的采购订单 |
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