Pax8
Catalog 暂无描述。
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
调用示例
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "PAX8_CREATE_COMPANY", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("PAX8_CREATE_COMPANY", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute PAX8_CREATE_COMPANY --data '{ }'Tool 目录
可用 Tools
30 个可调用操作
Create CompanyPAX8_CREATE_COMPANYCreates a new company. You can optionally include contacts in the request body to create the company with contacts in a single request. If no contacts are provided, the company will be placed in an "inactive" status until the [company has primary contacts added](#tag/Contacts). Once contacts are added, the company will move to "Active".需要连接
Creates a new company. You can optionally include contacts in the request body to create the company with contacts in a single request. If no contacts are provided, the company will be placed in an "inactive" status until the [company has primary contacts added](#tag/Contacts). Once contacts are added, the company will move to "Active".
认证
需要 Connected AccountTags
Create OrderPAX8_CREATE_ORDERCreate a new order. Currently NOT supported for scheduled orders(orders with a future date).需要连接
Create a new order. Currently NOT supported for scheduled orders(orders with a future date).
认证
需要 Connected AccountTags
Delete ContactPAX8_DELETE_COMPANIES_COMPANY_ID_CONTACTS_CONTACT_IDDeletes a contact需要连接
Deletes a contact
认证
需要 Connected AccountTags
Cancel SubscriptionPAX8_DELETE_SUBSCRIPTIONS_SUBSCRIPTION_IDCancels the Subscription specified by subscriptionId需要连接
Cancels the Subscription specified by subscriptionId
认证
需要 Connected AccountTags
List ProductsPAX8_FIND_ALL_PRODUCTSReturns a paginated list of Pax8 products filtered by optional query parameters需要连接
Returns a paginated list of Pax8 products filtered by optional query parameters
认证
需要 Connected AccountTags
List CompaniesPAX8_FIND_COMPANIESReturns a paginated list of all your companies filtered by optional parameters需要连接
Returns a paginated list of all your companies filtered by optional parameters
认证
需要 Connected AccountTags
Customizable ReportPAX8_FIND_FINANCE_REPORT_INVOICE_LINE_ITEMSReturns a customizable report of invoices line items matching the supplied search and filter criteria, along with optional faceted aggregations.需要连接
Returns a customizable report of invoices line items matching the supplied search and filter criteria, along with optional faceted aggregations.
认证
需要 Connected AccountTags
List OrdersPAX8_FIND_ORDERSReturns a paginated list of orders. Currently NOT supported for scheduled orders(orders with a future date).需要连接
Returns a paginated list of orders. Currently NOT supported for scheduled orders(orders with a future date).
认证
需要 Connected AccountTags
Get Order By IDPAX8_FIND_ORDERS_BY_ORDER_IDReturns the Order record specified by OrderId. Currently NOT supported for scheduled orders需要连接
Returns the Order record specified by OrderId. Currently NOT supported for scheduled orders
认证
需要 Connected AccountTags
List Draft Invoice ItemsPAX8_FIND_PARTNER_DRAFT_INVOICE_ITEMSFetch a paginated list of draft invoice items before they are finalized into invoices. Default page is 0 and default size is 10. The maximum page size is 200. DISCLAIMER: For future-dated items, the data represents a snapshot of charges that will be applied to a future invoice as of the request date. This is not an actual invoice. Clients should be aware that the final invoice generated on the 5th of the month may differ. This endpoint does not include charges for usage-based products billed in arrears. Tax calculations are based on current account taxability status and current month tax rates, both of which are subject to change for future invoices.需要连接
Fetch a paginated list of draft invoice items before they are finalized into invoices. Default page is 0 and default size is 10. The maximum page size is 200. DISCLAIMER: For future-dated items, the data represents a snapshot of charges that will be applied to a future invoice as of the request date. This is not an actual invoice. Clients should be aware that the final invoice generated on the 5th of the month may differ. This endpoint does not include charges for usage-based products billed in arrears. Tax calculations are based on current account taxability status and current month tax rates, both of which are subject to change for future invoices.
认证
需要 Connected AccountTags
List Invoice ItemsPAX8_FIND_PARTNER_INVOICE_ITEMSFetch a paginated list of invoice items. Default page is 0 and default size is 10. The maximum page size is 200需要连接
Fetch a paginated list of invoice items. Default page is 0 and default size is 10. The maximum page size is 200
认证
需要 Connected AccountTags
List InvoicesPAX8_FIND_PARTNER_INVOICESFetch a paginated list of invoices. Default page is 0 and default size is 10. The maximum page size is 200需要连接
Fetch a paginated list of invoices. Default page is 0 and default size is 10. The maximum page size is 200
认证
需要 Connected AccountTags
Get PricingPAX8_FIND_PRICING_BY_PRODUCT_IDReturns recommended pricing and partner cost for the specified productId. A products pricing is dynamic data.需要连接
Returns recommended pricing and partner cost for the specified productId. A products pricing is dynamic data.
认证
需要 Connected AccountTags
Get Product By IDPAX8_FIND_PRODUCT_BY_PRODUCT_IDReturns only the product record for the productId you specify需要连接
Returns only the product record for the productId you specify
认证
需要 Connected AccountTags
Get Product DependenciesPAX8_FIND_PRODUCT_DEPENDENCIES_BY_PRODUCT_IDReturns associated dependencies for the specified ```productId```. A products dependencies are dynamic data.需要连接
Returns associated dependencies for the specified ```productId```. A products dependencies are dynamic data.
认证
需要 Connected AccountTags
Get Provisioning DetailsPAX8_FIND_PROVISION_DETAILS_BY_PRODUCT_IDReturns provisioning details for the specified productId. Provisioning details for a product are dynamic data.需要连接
Returns provisioning details for the specified productId. Provisioning details for a product are dynamic data.
认证
需要 Connected AccountTags
Get Subscription By IDPAX8_FIND_SUBSCRIPTION_BY_SUBSCRIPTION_IDReturns the Subscription record specified by the subscriptionId需要连接
Returns the Subscription record specified by the subscriptionId
认证
需要 Connected AccountTags
Get Subscription HistoryPAX8_FIND_SUBSCRIPTION_HISTORY_BY_SUBSCRIPTION_IDReturns a list of changes for a subscription需要连接
Returns a list of changes for a subscription
认证
需要 Connected AccountTags
List Usage SummariesPAX8_FIND_SUBSCRIPTION_USAGE_SUMMARIESFetch a paginated list of usage summaries. Default page is 0 and default size is 10. The maximum page size is 200需要连接
Fetch a paginated list of usage summaries. Default page is 0 and default size is 10. The maximum page size is 200
认证
需要 Connected AccountTags
Get Usage Summary By IDPAX8_FIND_SUBSCRIPTION_USAGE_SUMMARYFetch a paginated list of usage summaries. Default page is 0 and default size is 10. The maximum page size is 200需要连接
Fetch a paginated list of usage summaries. Default page is 0 and default size is 10. The maximum page size is 200
认证
需要 Connected AccountTags
List SubscriptionsPAX8_FIND_SUBSCRIPTIONSFetch a paginated list of subscriptions. Default page is 0 and default size is 10. The maximum page size is 200需要连接
Fetch a paginated list of subscriptions. Default page is 0 and default size is 10. The maximum page size is 200
认证
需要 Connected AccountTags
List Usage Summary LinesPAX8_FIND_USAGE_LINESFetch a paginated list of usage lines. Default page is 0 and default size is 10. The maximum page size is 200需要连接
Fetch a paginated list of usage lines. Default page is 0 and default size is 10. The maximum page size is 200
认证
需要 Connected AccountTags
Get Company By IDPAX8_GET_COMPANIES_COMPANY_IDReturns a single company record matching the ```companyId``` you specify需要连接
Returns a single company record matching the ```companyId``` you specify
认证
需要 Connected AccountTags
List ContactsPAX8_GET_COMPANIES_COMPANY_ID_CONTACTSReturns a paginated list of contacts ordered by ```createDate``` descending需要连接
Returns a paginated list of contacts ordered by ```createDate``` descending
认证
需要 Connected AccountTags
Get Contact By IDPAX8_GET_COMPANIES_COMPANY_ID_CONTACTS_CONTACT_IDReturns a contact需要连接
Returns a contact
认证
需要 Connected AccountTags
Get Invoice By IDPAX8_GET_PARTNER_INVOICEFetch a paginated list of invoices. Default page is 0 and default size is 10. The maximum page size is 200需要连接
Fetch a paginated list of invoices. Default page is 0 and default size is 10. The maximum page size is 200
认证
需要 Connected AccountTags
Create ContactPAX8_POST_COMPANIES_COMPANY_ID_CONTACTSCreates a new Contact需要连接
Creates a new Contact
认证
需要 Connected AccountTags
Update ContactPAX8_PUT_COMPANIES_COMPANY_ID_CONTACTS_CONTACT_IDUpdate a contacts information需要连接
Update a contacts information
认证
需要 Connected AccountTags
Update CompanyPAX8_UPDATE_COMPANYUpdates an existing Company. ATTENTION - at least one parameter has to be modified.需要连接
Updates an existing Company. ATTENTION - at least one parameter has to be modified.
认证
需要 Connected AccountTags
Update SubscriptionPAX8_UPDATE_SUBSCRIPTIONUpdates a subscription. Currently NOT supported for subscriptions with a future date. At least one of the following fields are required: Price, BillingTerm, Quantity, StartDate需要连接
Updates a subscription. Currently NOT supported for subscriptions with a future date. At least one of the following fields are required: Price, BillingTerm, Quantity, StartDate
认证
需要 Connected AccountTags