ECI Solutions Features API

The Features API from ECI Solutions — 1 operation(s) for features.

Operations 1

GET /api/v2/features Get the features of the Financial Package #

Documentation

Specifications

Other Resources

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/eci-solutions-features-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

eci-solutions-features-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Financial Integration Features API
  description: 'v2 of the Common Financial Package API supporting ECI Financials.


    ## Authentication

    Pass an access token in the HTTP Authorization header of each request. For example:


    ```Authorization: Bearer [token]```


    Access tokens are obtained from the Authentication API. See the Authentication API token endpoint for more information.'
  contact:
    name: ECI Integration Team
    url: https://www.ecisolutions.com/support/
  version: v2
security:
- Bearer: []
tags:
- name: Features
paths:
  /api/v2/features:
    get:
      tags:
      - Features
      summary: Get the features of the Financial Package
      responses:
        '200':
          description: Success
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/FinancialPackageFeatures'
            application/json:
              schema:
                $ref: '#/components/schemas/FinancialPackageFeatures'
            text/json:
              schema:
                $ref: '#/components/schemas/FinancialPackageFeatures'
        '202':
          description: Accepted
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/AsyncAcceptedResponse'
            application/json:
              schema:
                $ref: '#/components/schemas/AsyncAcceptedResponse'
            text/json:
              schema:
                $ref: '#/components/schemas/AsyncAcceptedResponse'
      operationId: getApiV2Features
      x-operation-id-source: derived
components:
  schemas:
    FinancialPackageFeatures:
      type: object
      properties:
        addressModel:
          enum:
          - AddressLines
          - StreetHousenumberExtension
          type: integer
          description: The address model used by the financial package.
          format: int32
        hasOutstandingItems:
          type: boolean
          description: Does the financial package support outstanding items?
        hasPaymentStatusUpdate:
          type: boolean
          description: Does the financial package support updating payment status?
        hasInvoices:
          type: boolean
          description: Does the financial package support invoices?
        hasInvoiceAttachments:
          type: boolean
          description: Does the financial package support attachments for invoices?
        hasBills:
          type: boolean
          description: Does the financial package support bills?
        hasBillAttachments:
          type: boolean
          description: Does the financial package support attachments for bills?
        hasPurchaseJournalEntries:
          type: boolean
          description: Does the financial package support purchase journal entries?
        hasSalesJournalEntries:
          type: boolean
          description: Does the financial package support sales journal entries?
        hasGeneralJournalEntries:
          type: boolean
          description: Does the financial package support general journal entries?
        hasSalesFrozenAccounts:
          type: boolean
          description: Does the financial package support sales frozen accounts?
        hasPurchaseFrozenAccounts:
          type: boolean
          description: Does the financial package support purchase frozen accounts?
        hasOrders:
          type: boolean
          description: Does the financial package support orders?
        hasPurchasePaymentInfo:
          type: boolean
          description: Does the financial package support purchase payment info?
        hasSalesPaymentInfo:
          type: boolean
          description: Does the financial package support sales payment info?
        hasTaxCodes:
          type: boolean
          description: Does the financial package support taxes?
        maxFileSize:
          type:
          - integer
          - 'null'
          description: The maximum file size for attachments in bytes.
          format: int32
      additionalProperties: false
    AsyncAcceptedResponse:
      type: object
      properties:
        requestId:
          type: string
          description: 'A unique identifier for the asynchronous request.

            This ID can be used in a follow-up request (via the async-request-id header) to retrieve the result of the original operation once processing is complete.'
          format: uuid
      additionalProperties: false
      description: Represents the response returned when an asynchronous request is accepted for processing.
  securitySchemes:
    Bearer:
      type: oauth2
      description: Use the Authentication API OAuth endpoints
      flows:
        clientCredentials:
          tokenUrl: https://api-user.integrations.ecimanufacturing.com/oauth2/api-user/token
          scopes:
            openid: openid