v17

latestOpenAPI 3.1.0raw.githubusercontent.com2026-02-1291962.1 KB
Debt Positions API

Return the list of the organization debt positions. The due dates interval is mutually exclusive with the payment dates interval.

get/organizations/{organizationfiscalcode}/debtpositions

Path parameters

organizationfiscalcodestring required

Organization fiscal code, the fiscal code of the Organization.

Query parameters

limitinteger

Number of elements on one page. Default = 50

pageinteger

Page number. Page value starts from 0

due_date_fromstring date

Filter from due_date (if provided use the format yyyy-MM-dd). If not provided will be set to 30 days before the due_date_to.

due_date_tostring date

Filter to due_date (if provided use the format yyyy-MM-dd). If not provided will be set to 30 days after the due_date_from.

payment_date_fromstring date

Filter from payment_date (if provided use the format yyyy-MM-dd). If not provided will be set to 30 days before the payment_date_to.

payment_date_tostring date

Filter to payment_date (if provided use the format yyyy-MM-dd). If not provided will be set to 30 days after the payment_date_from

status'DRAFT' | 'PUBLISHED' | 'VALID' | 'INVALID' | 'EXPIRED' | 'PARTIALLY_PAID' | 'PAID' | 'REPORTED'

Filter by debt position status

orderby'INSERTED_DATE' | 'IUPD' | 'STATUS' | 'COMPANY_NAME'

Order by INSERTED_DATE, COMPANY_NAME, IUPD or STATUS

ordering'ASC' | 'DESC'

Direction of ordering

Response

Obtained all organization payment positions.

Example response

{
  "payment_position_list": [
    {
      "paymentOption": [
        {
          "transfer": [
            {
              "stamp": {
                "provincialResidence": "RM"
              }
            }
          ]
        }
      ]
    }
  ]
}
All 9 operations