Kaseya Account Invoice Settings API

The AccountInvoiceSettings API from Kaseya — 5 operation(s) for accountinvoicesettings.

Operations 6

GET /V1.0/Companies/{id}/invoiceSettings #
PUT /V1.0/Companies/{id}/invoiceSettings #
POST /V1.0/Companies/{id}/invoiceSettings/contactRecipients #
DELETE /V1.0/Companies/{id}/invoiceSettings/contactRecipients/{contactId} #
POST /V1.0/Companies/{id}/invoiceSettings/resourceRecipients #
DELETE /V1.0/Companies/{id}/invoiceSettings/resourceRecipients/{resourceId} #

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/kaseya-accountinvoicesettings-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

kaseya-accountinvoicesettings-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  version: v1
  title: Datto|Autotask PSA Rest Account Invoice Settings API
servers:
- url: https://webservices2.autotask.net/ATServicesRest
tags:
- name: AccountInvoiceSettings
paths:
  /V1.0/Companies/{id}/invoiceSettings:
    get:
      tags:
      - AccountInvoiceSettings
      operationId: AccountInvoiceSettings_Get
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
          format: int32
      - name: ApiIntegrationCode
        in: header
        description: API Integration Code
        required: true
        schema:
          type: string
      - name: UserName
        in: header
        description: User Name
        required: true
        schema:
          type: string
      - name: Secret
        in: header
        description: Secret
        required: true
        schema:
          type: string
      - name: ImpersonationResourceId
        in: header
        description: Impersonation Resource Key
        required: false
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AccountInvoiceSettingsResultModel'
            text/json:
              schema:
                $ref: '#/components/schemas/AccountInvoiceSettingsResultModel'
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
    put:
      tags:
      - AccountInvoiceSettings
      operationId: AccountInvoiceSettings_Put
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
          format: int32
      - name: ApiIntegrationCode
        in: header
        description: API Integration Code
        required: true
        schema:
          type: string
      - name: UserName
        in: header
        description: User Name
        required: true
        schema:
          type: string
      - name: Secret
        in: header
        description: Secret
        required: true
        schema:
          type: string
      - name: ImpersonationResourceId
        in: header
        description: Impersonation Resource Key
        required: false
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/OperationResultModel'
            text/json:
              schema:
                $ref: '#/components/schemas/OperationResultModel'
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/UpdateAccountInvoiceSettingsModel'
        required: true
  /V1.0/Companies/{id}/invoiceSettings/contactRecipients:
    post:
      tags:
      - AccountInvoiceSettings
      operationId: AccountInvoiceSettings_AddContactRecipients
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
          format: int32
      - name: ApiIntegrationCode
        in: header
        description: API Integration Code
        required: true
        schema:
          type: string
      - name: UserName
        in: header
        description: User Name
        required: true
        schema:
          type: string
      - name: Secret
        in: header
        description: Secret
        required: true
        schema:
          type: string
      - name: ImpersonationResourceId
        in: header
        description: Impersonation Resource Key
        required: false
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AddContactRecipientsResultModel'
            text/json:
              schema:
                $ref: '#/components/schemas/AddContactRecipientsResultModel'
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/UpdateContactRecipientsModel'
        required: true
  /V1.0/Companies/{id}/invoiceSettings/contactRecipients/{contactId}:
    delete:
      tags:
      - AccountInvoiceSettings
      operationId: AccountInvoiceSettings_DeleteContactRecipient
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
          format: int32
      - name: contactId
        in: path
        required: true
        schema:
          type: integer
          format: int32
      - name: ApiIntegrationCode
        in: header
        description: API Integration Code
        required: true
        schema:
          type: string
      - name: UserName
        in: header
        description: User Name
        required: true
        schema:
          type: string
      - name: Secret
        in: header
        description: Secret
        required: true
        schema:
          type: string
      - name: ImpersonationResourceId
        in: header
        description: Impersonation Resource Key
        required: false
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/OperationResultModel'
            text/json:
              schema:
                $ref: '#/components/schemas/OperationResultModel'
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
  /V1.0/Companies/{id}/invoiceSettings/resourceRecipients:
    post:
      tags:
      - AccountInvoiceSettings
      operationId: AccountInvoiceSettings_AddResourceRecipients
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
          format: int32
      - name: ApiIntegrationCode
        in: header
        description: API Integration Code
        required: true
        schema:
          type: string
      - name: UserName
        in: header
        description: User Name
        required: true
        schema:
          type: string
      - name: Secret
        in: header
        description: Secret
        required: true
        schema:
          type: string
      - name: ImpersonationResourceId
        in: header
        description: Impersonation Resource Key
        required: false
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AddResourceRecipientsResultModel'
            text/json:
              schema:
                $ref: '#/components/schemas/AddResourceRecipientsResultModel'
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/UpdateResourceRecipientsModel'
        required: true
  /V1.0/Companies/{id}/invoiceSettings/resourceRecipients/{resourceId}:
    delete:
      tags:
      - AccountInvoiceSettings
      operationId: AccountInvoiceSettings_DeleteResourceRecipient
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
          format: int32
      - name: resourceId
        in: path
        required: true
        schema:
          type: integer
          format: int32
      - name: ApiIntegrationCode
        in: header
        description: API Integration Code
        required: true
        schema:
          type: string
      - name: UserName
        in: header
        description: User Name
        required: true
        schema:
          type: string
      - name: Secret
        in: header
        description: Secret
        required: true
        schema:
          type: string
      - name: ImpersonationResourceId
        in: header
        description: Impersonation Resource Key
        required: false
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/OperationResultModel'
            text/json:
              schema:
                $ref: '#/components/schemas/OperationResultModel'
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
components:
  schemas:
    AccountInvoiceSettingsResultModel:
      type: object
      properties:
        taxExempt:
          type: boolean
        taxRegionId:
          format: int32
          type: integer
        taxId:
          type: string
        invoiceEmailingEnabled:
          type: boolean
        contactRecipients:
          type: array
          items:
            format: int32
            type: integer
        resourceRecipients:
          type: array
          items:
            format: int32
            type: integer
        otherEmails:
          type: string
    UpdateContactRecipientsModel:
      type: object
      properties:
        items:
          type: array
          items:
            format: int32
            type: integer
    AddContactRecipientsResultModel:
      type: object
      properties:
        contactRecipients:
          type: array
          items:
            format: int32
            type: integer
            readOnly: true
    UpdateResourceRecipientsModel:
      type: object
      properties:
        items:
          type: array
          items:
            format: int32
            type: integer
    AddResourceRecipientsResultModel:
      type: object
      properties:
        resourceRecipients:
          type: array
          items:
            format: int32
            type: integer
            readOnly: true
    Object:
      type: object
      properties: {}
    OperationResultModel:
      type: object
      properties:
        itemId:
          $ref: '#/components/schemas/Object'
    UpdateAccountInvoiceSettingsModel:
      type: object
      properties:
        taxExempt:
          type: boolean
        taxRegionId:
          format: int32
          type: integer
        taxId:
          type: string
        invoiceEmailingEnabled:
          type: boolean
        otherEmails:
          type: string