QuickBooks

QUICKBOOKS_READ_CUSTOMER

Read a customer in QuickBooks with the given customer ID.

Remote quickbooks

Remote (network-hosted)

Other tools also called QUICKBOOKS_READ_CUSTOMER? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "customer_id": {
      "type": "string",
      "title": "Customer Id",
      "description": "ID of the customer to be read"
    }
  }
}