Paraşüt Sales Invoices API
The Sales Invoices API from Paraşüt — 8 operation(s) for sales invoices.
The Sales Invoices API from Paraşüt — 8 operation(s) for sales invoices.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
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.curl "https://apis.io/api/v1/apis/para-t-sales-invoices-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
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: 3.2.0
info:
version: 4.0.0
title: Paraşüt - API V4 Sales Invoices API
x-logo:
url: https://apidocs.parasut.com/logo.png
backgroundColor: null
description: '# CHANGE LOG
### **2021-10-11**
#### Added
- Belirli Firmalar İçin Özel Gereksinimler alanına Amazon için gerekli özel alanlar eklendi.'
servers:
- url: https://api.parasut.com/v4
security:
- parasut_auth: []
tags:
- name: Sales Invoices
x-displayName: SATIŞ FATURASI
paths:
/{company_id}/sales_invoices:
parameters:
- name: company_id
description: Firma ID
in: path
required: true
schema:
type: integer
get:
tags:
- Sales Invoices
operationId: listSalesInvoices
summary: Index
description: ''
parameters:
- name: filter[issue_date]
in: query
description: ''
schema:
type: string
- name: filter[due_date]
in: query
description: ''
schema:
type: string
- name: filter[contact_id]
in: query
description: ''
schema:
type: integer
- name: filter[invoice_id]
in: query
description: ''
schema:
type: integer
- name: filter[invoice_series]
in: query
description: ''
schema:
type: string
- name: filter[item_type]
in: query
description: 'Default value is *''invoice, refund, estimate''*. Available: *invoice, refund, estimate, export*
'
schema:
type: string
- name: filter[print_status]
in: query
description: 'Available: *printed, not_printed, invoices_not_sent, e_invoice_sent, e_archive_sent, e_smm_sent*
'
schema:
type: string
- name: filter[payment_status]
in: query
description: 'Available: *overdue, not_due, unscheduled, paid*
'
schema:
type: string
- name: sort
in: query
description: 'Sortable parameters - *Available: id, issue_date, due_date, remaining, remaining_in_trl, description, net_total*'
schema:
type: string
default: id
- name: page[number]
in: query
description: Page Number
schema:
type: integer
default: 1
- name: page[size]
in: query
description: Page Size
schema:
type: integer
default: 15
maximum: 25
minimum: 1
- name: include
in: query
description: 'Response ile birlikte geri dönmesini istediğiniz ilişkiler - *Available: category, contact, details, details.product, details.warehouse, payments, payments.transaction, tags, sharings, recurrence_plan, active_e_document*'
schema:
type: string
responses:
'200':
description: Satış faturaları
content:
application/vnd.api+json:
schema:
type: object
properties:
data:
type: array
items:
$ref: '#/components/schemas/SalesInvoice'
included:
type: array
items:
type: object
properties:
id:
type: string
maxLength: 255
type:
type: string
maxLength: 255
description: Type of the resource
enum:
- item_categories
- contacts
- sales_invoice_details
- payments
- tags
- sales_offers
- sharings
- recurrence_plans
- e_archives
- e_invoices
attributes:
type: object
relationships:
type: object
meta:
$ref: '#/components/schemas/ListMeta'
'400':
description: Bad Request
content:
application/vnd.api+json:
schema:
type: object
properties:
errors:
type: array
items:
$ref: '#/components/schemas/Error'
'401':
description: Unauthorized
content:
application/vnd.api+json:
schema:
type: object
properties:
errors:
type: array
items:
$ref: '#/components/schemas/Error'
'403':
description: Forbidden
content:
application/vnd.api+json:
schema:
type: object
properties:
errors:
type: array
items:
$ref: '#/components/schemas/Error'
'404':
description: Not Found
content:
application/vnd.api+json:
schema:
type: object
properties:
errors:
type: array
items:
$ref: '#/components/schemas/Error'
'422':
description: Unprocessable Entity
content:
application/vnd.api+json:
schema:
type: object
properties:
errors:
type: array
items:
$ref: '#/components/schemas/Error'
post:
tags:
- Sales Invoices
operationId: createSalesInvoice
summary: Create
description: ''
parameters:
- name: include
in: query
description: 'Response ile birlikte geri dönmesini istediğiniz ilişkiler - *Available: category, contact, details, details.product, details.warehouse, payments, payments.transaction, tags, sharings, recurrence_plan, active_e_document*'
schema:
type: string
responses:
'201':
description: Fatura
content:
application/vnd.api+json:
schema:
type: object
properties:
data:
$ref: '#/components/schemas/SalesInvoice'
included:
type: array
items:
type: object
properties:
id:
type: string
maxLength: 255
type:
type: string
maxLength: 255
description: Type of the resource
enum:
- item_categories
- contacts
- sales_invoice_details
- payments
- tags
- sales_offers
- sharings
- recurrence_plans
- e_archives
- e_invoices
attributes:
type: object
relationships:
type: object
'400':
description: Bad Request
content:
application/vnd.api+json:
schema:
type: object
properties:
errors:
type: array
items:
$ref: '#/components/schemas/Error'
'401':
description: Unauthorized
content:
application/vnd.api+json:
schema:
type: object
properties:
errors:
type: array
items:
$ref: '#/components/schemas/Error'
'403':
description: Forbidden
content:
application/vnd.api+json:
schema:
type: object
properties:
errors:
type: array
items:
$ref: '#/components/schemas/Error'
'404':
description: Not Found
content:
application/vnd.api+json:
schema:
type: object
properties:
errors:
type: array
items:
$ref: '#/components/schemas/Error'
'422':
description: Unprocessable Entity
content:
application/vnd.api+json:
schema:
type: object
properties:
errors:
type: array
items:
$ref: '#/components/schemas/Error'
requestBody:
content:
application/vnd.api+json:
schema:
type: object
required:
- data
properties:
data:
type: object
properties:
id:
type: string
maxLength: 255
type:
type: string
maxLength: 255
description: Type of the resource
enum:
- sales_invoices
attributes:
$ref: '#/components/schemas/SalesInvoiceCreateUpdateAttributes'
relationships:
type: object
properties:
details:
type: object
properties:
data:
type: array
items:
type: object
properties:
id:
type: string
maxLength: 255
type:
type: string
maxLength: 255
description: Type of the resource
enum:
- sales_invoice_details
attributes:
$ref: '#/components/schemas/SalesInvoiceDetailAttributes'
relationships:
type: object
properties:
product:
type: object
properties:
data:
type: object
properties:
id:
type: string
maxLength: 255
type:
type: string
maxLength: 255
description: Type of the resource
enum:
- products
warehouse:
type: object
properties:
data:
type: object
properties:
id:
type: string
maxLength: 255
type:
type: string
maxLength: 255
description: Type of the resource
enum:
- warehouses
contact:
type: object
properties:
data:
type: object
properties:
id:
type: string
maxLength: 255
type:
type: string
maxLength: 255
description: Type of the resource
enum:
- contacts
category:
type: object
properties:
data:
type: object
properties:
id:
type: string
maxLength: 255
type:
type: string
maxLength: 255
description: Type of the resource
enum:
- item_categories
tags:
type: object
properties:
data:
type: array
items:
type: object
properties:
id:
type: string
maxLength: 255
type:
type: string
maxLength: 255
description: Type of the resource
enum:
- tags
sales_offer:
type: object
properties:
data:
type: object
properties:
id:
type: string
maxLength: 255
type:
type: string
maxLength: 255
description: Type of the resource
enum:
- sales_offers
required: true
/{company_id}/sales_invoices/{id}:
parameters:
- name: company_id
description: Firma ID
in: path
required: true
schema:
type: integer
- name: id
description: Fatura ID
in: path
required: true
schema:
type: integer
get:
tags:
- Sales Invoices
operationId: showSalesInvoice
summary: Show
description: ''
parameters:
- name: include
in: query
description: 'Response ile birlikte geri dönmesini istediğiniz ilişkiler - *Available: category, contact, details, details.product, details.warehouse, payments, payments.transaction, tags, sharings, recurrence_plan, active_e_document*'
schema:
type: string
responses:
'200':
description: Fatura
content:
application/vnd.api+json:
schema:
type: object
properties:
data:
$ref: '#/components/schemas/SalesInvoice'
included:
type: array
items:
type: object
properties:
id:
type: string
maxLength: 255
type:
type: string
maxLength: 255
description: Type of the resource
enum:
- item_categories
- contacts
- sales_invoice_details
- payments
- tags
- sales_offers
- sharings
- recurrence_plans
- e_archives
- e_invoices
attributes:
type: object
relationships:
type: object
'400':
description: Bad Request
content:
application/vnd.api+json:
schema:
type: object
properties:
errors:
type: array
items:
$ref: '#/components/schemas/Error'
'401':
description: Unauthorized
content:
application/vnd.api+json:
schema:
type: object
properties:
errors:
type: array
items:
$ref: '#/components/schemas/Error'
'403':
description: Forbidden
content:
application/vnd.api+json:
schema:
type: object
properties:
errors:
type: array
items:
$ref: '#/components/schemas/Error'
'404':
description: Not Found
content:
application/vnd.api+json:
schema:
type: object
properties:
errors:
type: array
items:
$ref: '#/components/schemas/Error'
'422':
description: Unprocessable Entity
content:
application/vnd.api+json:
schema:
type: object
properties:
errors:
type: array
items:
$ref: '#/components/schemas/Error'
put:
tags:
- Sales Invoices
operationId: updateSalesInvoice
summary: Edit
description: ''
parameters:
- name: include
in: query
description: 'Response ile birlikte geri dönmesini istediğiniz ilişkiler - *Available: category, contact, details, details.product, details.warehouse, payments, payments.transaction, tags, sharings, recurrence_plan, active_e_document*'
schema:
type: string
responses:
'200':
description: Fatura
content:
application/vnd.api+json:
schema:
type: object
properties:
data:
$ref: '#/components/schemas/SalesInvoice'
included:
type: array
items:
type: object
properties:
id:
type: string
maxLength: 255
type:
type: string
maxLength: 255
description: Type of the resource
enum:
- item_categories
- contacts
- sales_invoice_details
- payments
- tags
- sales_offers
- sharings
- recurrence_plans
- e_archives
- e_invoices
attributes:
type: object
relationships:
type: object
'400':
description: Bad Request
content:
application/vnd.api+json:
schema:
type: object
properties:
errors:
type: array
items:
$ref: '#/components/schemas/Error'
'401':
description: Unauthorized
content:
application/vnd.api+json:
schema:
type: object
properties:
errors:
type: array
items:
$ref: '#/components/schemas/Error'
'403':
description: Forbidden
content:
application/vnd.api+json:
schema:
type: object
properties:
errors:
type: array
items:
$ref: '#/components/schemas/Error'
'404':
description: Not Found
content:
application/vnd.api+json:
schema:
type: object
properties:
errors:
type: array
items:
$ref: '#/components/schemas/Error'
'422':
description: Unprocessable Entity
content:
application/vnd.api+json:
schema:
type: object
properties:
errors:
type: array
items:
$ref: '#/components/schemas/Error'
requestBody:
content:
application/vnd.api+json:
schema:
type: object
required:
- data
properties:
data:
type: object
properties:
id:
type: string
maxLength: 255
type:
type: string
maxLength: 255
description: Type of the resource
enum:
- sales_invoices
attributes:
$ref: '#/components/schemas/SalesInvoiceCreateUpdateAttributes'
relationships:
type: object
properties:
details:
type: object
properties:
data:
type: array
items:
type: object
properties:
id:
type: string
maxLength: 255
type:
type: string
maxLength: 255
description: Type of the resource
enum:
- sales_invoice_details
attributes:
$ref: '#/components/schemas/SalesInvoiceDetailAttributes'
relationships:
type: object
properties:
product:
type: object
properties:
data:
type: object
properties:
id:
type: string
maxLength: 255
type:
type: string
maxLength: 255
description: Type of the resource
enum:
- products
warehouse:
type: object
properties:
data:
type: object
properties:
id:
type: string
maxLength: 255
type:
type: string
maxLength: 255
description: Type of the resource
enum:
- warehouses
contact:
type: object
properties:
data:
type: object
properties:
id:
type: string
maxLength: 255
type:
type: string
maxLength: 255
description: Type of the resource
enum:
- contacts
category:
type: object
properties:
data:
type: object
properties:
id:
type: string
maxLength: 255
type:
type: string
maxLength: 255
description: Type of the resource
enum:
- item_categories
tags:
type: object
properties:
data:
type: array
items:
type: object
properties:
id:
type: string
maxLength: 255
type:
type: string
maxLength: 255
description: Type of the resource
enum:
- tags
sales_offer:
type: object
properties:
data:
type: object
properties:
id:
type: string
maxLength: 255
type:
type: string
maxLength: 255
description: Type of the resource
enum:
- sales_offers
required: true
delete:
tags:
- Sales Invoices
operationId: deleteSalesInvoice
summary: Delete
description: ''
responses:
'204':
description: No content
content:
application/vnd.api+json:
schema:
type: object
'400':
description: Bad Request
content:
application/vnd.api+json:
schema:
type: object
properties:
errors:
type: array
items:
$ref: '#/components/schemas/Error'
'401':
description: Unauthorized
content:
application/vnd.api+json:
schema:
type: object
properties:
errors:
type: array
items:
$ref: '#/components/schemas/Error'
'403':
description: Forbidden
content:
application/vnd.api+json:
schema:
type: object
properties:
errors:
type: array
items:
$ref: '#/components/schemas/Error'
'404':
description: Not Found
content:
application/vnd.api+json:
schema:
type: object
properties:
errors:
type: array
items:
$ref: '#/components/schemas/Error'
'422':
description: Unprocessable Entity
content:
application/vnd.api+json:
schema:
type: object
properties:
errors:
type: array
items:
$ref: '#/components/schemas/Error'
/{company_id}/sales_invoices/{id}/payments:
parameters:
- name: company_id
description: Firma ID
in: path
required: true
schema:
type: integer
- name: id
description: Fatura ID
in: path
required: true
schema:
type: integer
post:
tags:
- Sales Invoices
operationId: paySalesInvoice
summary: Pay
description: ''
parameters:
- name: include
in: query
description: 'Response ile birlikte geri dönmesini istediğiniz ilişkiler - *Available: payable, transaction*'
schema:
type: string
responses:
'201':
description: Ödeme
content:
application/vnd.api+json:
schema:
type: object
properties:
data:
$ref: '#/components/schemas/Payment'
included:
type: array
items:
type: object
properties:
id:
type: string
maxLength: 255
type:
type: string
maxLength: 255
description: Type of the resource
enum:
- sales_invoices
- purchase_bills
- taxes
- bank_fees
- salaries
- checks
- transactions
at
# --- truncated at 32 KB (76 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/para-t/refs/heads/main/openapi/para-t-sales-invoices-api-openapi.yml