Paraşüt · Arazzo Workflow

Paraşüt — invoice a customer and officialize as e-Arşiv

Version 1.0.0

Create a contact, issue a sales invoice, officialize it as an e-Arşiv document, and poll the trackable job until done.

1 workflow 4 source APIs 1 provider
View Spec View on GitHub CompanyAccountingPre-AccountingE-InvoicingInvoicingFintechSoftware-as-a-ServiceTurkeyERPJSON:APIArazzoWorkflows

Provider

para-t

Workflows

invoiceAndOfficialize
End-to-end billing — contact, sales invoice, e-Arşiv officialization.
Registers a customer, issues a sales invoice referencing a product, then officializes it as an e-Arşiv document and polls the asynchronous TrackableJob.
4 steps inputs: company_id, contact_name, product_id outputs: invoice_id, job_id
1
createContact
2
createSalesInvoice
3
createEArchive
4
pollJob

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Paraşüt — invoice a customer and officialize as e-Arşiv
  version: 1.0.0
  summary: Create a contact, issue a sales invoice, officialize it as an e-Arşiv document, and poll the trackable job until done.
sourceDescriptions:
- name: contactsApi
  url: ../openapi/para-t-contacts-api-openapi.yml
  type: openapi
- name: earchivesApi
  url: ../openapi/para-t-earchives-api-openapi.yml
  type: openapi
- name: salesinvoicesApi
  url: ../openapi/para-t-salesinvoices-api-openapi.yml
  type: openapi
- name: trackablejobsApi
  url: ../openapi/para-t-trackablejobs-api-openapi.yml
  type: openapi
workflows:
- workflowId: invoiceAndOfficialize
  summary: End-to-end billing — contact, sales invoice, e-Arşiv officialization.
  description: >
    Registers a customer, issues a sales invoice referencing a product, then
    officializes it as an e-Arşiv document and polls the asynchronous TrackableJob.
  inputs:
    type: object
    properties:
      company_id: {type: string}
      contact_name: {type: string}
      product_id: {type: string}
  steps:
  - stepId: createContact
    operationId: createContact
    requestBody:
      contentType: application/vnd.api+json
      payload:
        data:
          type: contacts
          attributes:
            name: $inputs.contact_name
            contact_type: person
    successCriteria:
    - condition: $statusCode == 201
    outputs:
      contact_id: $response.body#/data/id
  - stepId: createSalesInvoice
    operationId: createSalesInvoice
    requestBody:
      contentType: application/vnd.api+json
      payload:
        data:
          type: sales_invoices
          relationships:
            contact:
              data: {type: contacts, id: $steps.createContact.outputs.contact_id}
    successCriteria:
    - condition: $statusCode == 201
    outputs:
      invoice_id: $response.body#/data/id
  - stepId: createEArchive
    operationId: createEArchive
    successCriteria:
    - condition: $statusCode == 201
    outputs:
      job_id: $response.body#/data/id
  - stepId: pollJob
    operationId: showTrackableJob
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      status: $response.body#/data/attributes/status
  outputs:
    invoice_id: $steps.createSalesInvoice.outputs.invoice_id
    job_id: $steps.createEArchive.outputs.job_id

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/para-t-invoice-and-officialize"
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.