Abound · Arazzo Workflow

Correct or void a filed 1099-NEC

Version 1.0.0

Fix a filed return - either file a correction or void it entirely. Both only work after the document is FILED.

2 workflows 1 source API 1 provider
View Spec View on GitHub CompanyTaxesTax ComplianceRegulatory ComplianceFinancial-ServicesIdentity VerificationGovernmentDocumentsWebhookRetiredArazzoWorkflows

Provider

abound

Workflows

correct1099Nec
File a correction against an already-filed 1099-NEC and read the corrected document back.
Correction path. form1099NecCorrect only works once the document is FILED (you cannot correct a CREATED document - delete and recreate it instead). Idempotency-Key required. Watch for the TEN99_NEC_CORRECTED webhook.
2 steps inputs: correction, documentId, idempotencyKey outputs: correctedStatus
1
correct1099
File a correction against the filed document.
2
confirmCorrection
Read the corrected document back to confirm the correction was accepted.
void1099Nec
Void a filed 1099-NEC and confirm it was voided.
Void path. form1099NecVoid only works after FILED. Idempotency-Key required. Watch for the TEN99_NEC_VOIDED webhook.
2 steps inputs: documentId, idempotencyKey outputs: voidedStatus
1
void1099
Void the filed document.
2
confirmVoid
Read the document back to confirm it was voided.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
# Native Arazzo workflow authored by the API Evangelist enrichment pipeline from the
# recovered first-party Abound v4 API definition (@withabound/node-sdk). Abound is retired;
# every operationId below is verified against openapi/abound-v4-openapi.yml.
# method: generated  source: openapi/abound-v4-openapi.yml
arazzo: 1.0.1
info:
  title: Correct or void a filed 1099-NEC
  version: '1.0.0'
  summary: Fix a filed return - either file a correction or void it entirely. Both only work after the document is FILED.
  x-realizes-capability-ids:
  - BC-220.40
  x-capability-derivation:
    method: 'deterministic join: sourceDescriptions -> per-tag OpenAPI -> tag/capability edge. No classification at this step.'
    min_confidence: 0.7
    sources:
    - capability_id: BC-220.40
      capability_name: Tax Reporting & Compliance
      spec: abound-1099-nec-api-openapi.yml
      confidence: 0.88
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: src1099NecApi
  url: ../openapi/abound-1099-nec-api-openapi.yml
  type: openapi
workflows:
- workflowId: correct1099Nec
  summary: File a correction against an already-filed 1099-NEC and read the corrected document back.
  description: >-
    Correction path. form1099NecCorrect only works once the document is FILED (you cannot correct a
    CREATED document - delete and recreate it instead). Idempotency-Key required. Watch for the
    TEN99_NEC_CORRECTED webhook.
  inputs:
    type: object
    properties:
      idempotencyKey:
        type: string
      documentId:
        type: string
        description: The id of the previously filed 1099-NEC (documentId_...).
      correction:
        type: object
        description: Corrected 1099-NEC fields to file.
  steps:
  - stepId: correct1099
    description: File a correction against the filed document.
    operationId: form1099NecCorrect
    parameters:
    - name: documentId
      in: path
      value: $inputs.documentId
    - name: Idempotency-Key
      in: header
      value: $inputs.idempotencyKey
    requestBody:
      contentType: application/json
      payload: $inputs.correction
    outputs:
      status: $response.body#/status
  - stepId: confirmCorrection
    description: Read the corrected document back to confirm the correction was accepted.
    operationId: form1099NecRetrieve
    parameters:
    - name: documentId
      in: path
      value: $inputs.documentId
    outputs:
      status: $response.body#/status
  outputs:
    correctedStatus: $steps.confirmCorrection.outputs.status
- workflowId: void1099Nec
  summary: Void a filed 1099-NEC and confirm it was voided.
  description: >-
    Void path. form1099NecVoid only works after FILED. Idempotency-Key required. Watch for the
    TEN99_NEC_VOIDED webhook.
  inputs:
    type: object
    properties:
      idempotencyKey:
        type: string
      documentId:
        type: string
        description: The id of the previously filed 1099-NEC (documentId_...).
  steps:
  - stepId: void1099
    description: Void the filed document.
    operationId: form1099NecVoid
    parameters:
    - name: documentId
      in: path
      value: $inputs.documentId
    - name: Idempotency-Key
      in: header
      value: $inputs.idempotencyKey
    outputs:
      status: $response.body#/status
  - stepId: confirmVoid
    description: Read the document back to confirm it was voided.
    operationId: form1099NecRetrieve
    parameters:
    - name: documentId
      in: path
      value: $inputs.documentId
    outputs:
      status: $response.body#/status
  outputs:
    voidedStatus: $steps.confirmVoid.outputs.status

Work with this as data

Every workflow 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 arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • 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 workflow
curl "https://apis.io/api/v1/arazzo/abound-correct-or-void-1099.arazzo"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?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.