v1

latestOpenAPI 3.1.0Terms of services for Altera.app2026-07-13146285.1 KB
Sales

List available invoices

Gets a list of invoices created in the system for your company.

get/sales

Query parameters

documentsPerPage'10' | '20' | '50' | '100'

Defines the amount of invoices polled per page

pageNumberstring

Defines the page we want to poll

sortBy'INVOICE_NUMBER' | 'ISSUE_DATE' | 'SALE_DATE' | 'DUE_DATE' | 'AMOUNT_GROSS' | 'CONTRACTOR_NAME'
Example:ISSUE_DATE
order'ASC' | 'DESC'
Example:DESC
searchPhrasestring

Freetext search over concatenated fields InvoiceNumber, ContractorName, ContractorTIN and ContractorCity

contractorNamestring
{"stackTrail":"paths:/sales:get:parameters:6:schema:items","oasType":"schema","type":"unknown"}
paymentStatus'PAID' | 'UNPAID' | 'OVERDUE'
Example:OVERDUE

Response

OK

resultstring

Example response

{
  "result": "OK",
  "data": {
    "invoices": [
      {
        "basicInformation": {
          "invoiceType": "SALES"
        }
      }
    ]
  }
}
All 14 operations