Skip to content

Accounting (2.0.0)

The 'Accounting' application of the Core API

Languages
Servers
https://{environment}.pigello.io

Articlecategory

Operations

Articleaccountoverride

Operations

Spacecategorydimensionvalue

Operations

Dimensionconfiguration

Operations

Verification

Operations

Bookkeepingexportfile

Operations

Verificationgroup

Operations

Transaction

Operations

Automaticvacancyinvoicingsetting

Operations

Vacancyinvoice

Operations

Vacancyinvoicerow

Operations

Bookkeepingaccountsconfig

Operations

Paymentmethod

Operations

Autogiropayerconnection

Operations

Autogirostatus

Operations

Coinvoicenotation

Operations

Invoicerow

Operations

Invoicerecipient

Operations

Invoicepayment

Operations

Debtinvoiceevent

Operations

Debtinvoice

Operations

Invoicerelatedpdfconfiguration

Operations

Bulk write 'Invoicerelatedpdfconfiguration'

Request

Security
customer_id and application_id and service_id and service_version_id and client_ct and client_object_id and client_secret
Bodyapplication/jsonArray [
invoice_titlestring or null<= 255 characters
payment_pg_titlestring or null<= 255 characters
autogiro_title_suffixstring or null<= 255 characters
payment_receiver_titlestring or null<= 255 characters
is_activeboolean
space_reference_settingArray of objects or null
hide_gln_numberboolean or null
payment_terms_titlestring or null<= 255 characters
row_net_titlestring or null<= 255 characters
contact_emailstring or null(email)<= 254 characters
contact_phonestring or null<= 36 characters'^\+?1?\d{7,15}$'
company_vat_approved_titlestring or null<= 255 characters
contact_websitestring or null(url)<= 200 characters
total_value_titlestring or null<= 255 characters
autogiro_ocr_number_titlestring or null<= 255 characters
contract_sum_titlestring or null<= 255 characters
payment_from_other_action_titlestring or null<= 255 characters
your_reference_titlestring or null<= 255 characters
reminder_titlestring or null<= 255 characters
company_location_titlestring or null<= 255 characters
contract_titlestring or null<= 255 characters
hide_vat_codeboolean or null
payment_bg_titlestring or null<= 255 characters
organizationobject or null(Organization)
expiration_date_titlestring or null<= 255 characters
contact_information_titlestring or null<= 255 characters
autogiro_total_value_titlestring or null<= 255 characters
vat_sum_titlestring or null<= 255 characters
debt_reminder_titlestring or null<= 255 characters
invoice_row_specification_titlestring or null<= 255 characters
ocr_number_titlestring or null<= 255 characters
company_org_no_titlestring or null<= 255 characters
non_rental_invoice_titlestring or null<= 255 characters
companyobject or null(Company)
vacancy_invoice_titlestring or null<= 255 characters
action_date_titlestring or null<= 255 characters
company_vat_registered_titlestring or null<= 255 characters
company_vat_code_titlestring or null<= 255 characters
contact_informationstring or null<= 511 characters
action_period_titlestring or null<= 255 characters
vat_base_sum_titlestring or null<= 255 characters
credit_total_value_titlestring or null<= 255 characters
credit_invoice_titlestring or null<= 255 characters
our_referencestring or null
custom_idstring or null<= 128 characters
payment_terms_complaint_descriptionstring or null<= 511 characters
marking_titlestring or null<= 255 characters
]
curl -i -X POST \
  https://dev.api.pigello.io/accounting/pdf/invoicerelatedpdfconfiguration/list/ \
  -H 'Content-Type: application/json' \
  -H 'X-PIGELLO-APPLICATION-ID: YOUR_API_KEY_HERE' \
  -H 'X-PIGELLO-CLIENT-CT: YOUR_API_KEY_HERE' \
  -H 'X-PIGELLO-CLIENT-ENTITY: YOUR_API_KEY_HERE' \
  -H 'X-PIGELLO-CLIENT-SECRET: YOUR_API_KEY_HERE' \
  -H 'X-PIGELLO-CUSTOMER-ID: YOUR_API_KEY_HERE' \
  -H 'X-PIGELLO-SERVICE-ID: YOUR_API_KEY_HERE' \
  -H 'X-PIGELLO-SERVICE-VERSION-ID: YOUR_API_KEY_HERE' \
  -d '[
    {
      "invoice_title": "string",
      "payment_pg_title": "string",
      "autogiro_title_suffix": "string",
      "payment_receiver_title": "string",
      "is_active": true,
      "space_reference_setting": [
        null
      ],
      "hide_gln_number": true,
      "payment_terms_title": "string",
      "row_net_title": "string",
      "contact_email": "user@example.com",
      "contact_phone": "string",
      "company_vat_approved_title": "string",
      "contact_website": "string",
      "total_value_title": "string",
      "autogiro_ocr_number_title": "string",
      "contract_sum_title": "string",
      "payment_from_other_action_title": "string",
      "your_reference_title": "string",
      "reminder_title": "string",
      "company_location_title": "string",
      "contract_title": "string",
      "hide_vat_code": true,
      "payment_bg_title": "string",
      "organization": {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
      },
      "expiration_date_title": "string",
      "contact_information_title": "string",
      "autogiro_total_value_title": "string",
      "vat_sum_title": "string",
      "debt_reminder_title": "string",
      "invoice_row_specification_title": "string",
      "ocr_number_title": "string",
      "company_org_no_title": "string",
      "non_rental_invoice_title": "string",
      "company": {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
      },
      "vacancy_invoice_title": "string",
      "action_date_title": "string",
      "company_vat_registered_title": "string",
      "company_vat_code_title": "string",
      "contact_information": "string",
      "action_period_title": "string",
      "vat_base_sum_title": "string",
      "credit_total_value_title": "string",
      "credit_invoice_title": "string",
      "our_reference": "string",
      "custom_id": "string",
      "payment_terms_complaint_description": "string",
      "marking_title": "string"
    }
  ]'

Responses

Successful bulk create/update

Bodyapplication/jsonArray [
idstring(uuid)read-onlyrequired

Additional Validation Information:

Must be unique

invoice_titlestring or null<= 255 characters
payment_pg_titlestring or null<= 255 characters
autogiro_title_suffixstring or null<= 255 characters
payment_receiver_titlestring or null<= 255 characters
is_activeboolean
space_reference_settingArray of objects or null
hide_gln_numberboolean or null
payment_terms_titlestring or null<= 255 characters
row_net_titlestring or null<= 255 characters
contact_emailstring or null(email)<= 254 characters
contact_phonestring or null<= 36 characters'^\+?1?\d{7,15}$'
company_vat_approved_titlestring or null<= 255 characters
contact_websitestring or null(url)<= 200 characters
total_value_titlestring or null<= 255 characters
autogiro_ocr_number_titlestring or null<= 255 characters
contract_sum_titlestring or null<= 255 characters
payment_from_other_action_titlestring or null<= 255 characters
customer_columnsanyread-only
tagsanyread-only
your_reference_titlestring or null<= 255 characters
reminder_titlestring or null<= 255 characters
company_location_titlestring or null<= 255 characters
contract_titlestring or null<= 255 characters
hide_vat_codeboolean or null
payment_bg_titlestring or null<= 255 characters
organizationobject or null(Organization)
expiration_date_titlestring or null<= 255 characters
contact_information_titlestring or null<= 255 characters
autogiro_total_value_titlestring or null<= 255 characters
vat_sum_titlestring or null<= 255 characters
debt_reminder_titlestring or null<= 255 characters
invoice_row_specification_titlestring or null<= 255 characters
ocr_number_titlestring or null<= 255 characters
company_org_no_titlestring or null<= 255 characters
non_rental_invoice_titlestring or null<= 255 characters
companyobject or null(Company)
vacancy_invoice_titlestring or null<= 255 characters
action_date_titlestring or null<= 255 characters
company_vat_registered_titlestring or null<= 255 characters
created_atstring(date-time)read-only
company_vat_code_titlestring or null<= 255 characters
contact_informationstring or null<= 511 characters
action_period_titlestring or null<= 255 characters
vat_base_sum_titlestring or null<= 255 characters
credit_total_value_titlestring or null<= 255 characters
credit_invoice_titlestring or null<= 255 characters
our_referencestring or null
custom_idstring or null<= 128 characters
payment_terms_complaint_descriptionstring or null<= 511 characters
marking_titlestring or null<= 255 characters
]
Response
application/json
[ { "invoice_title": "string", "payment_pg_title": "string", "autogiro_title_suffix": "string", "payment_receiver_title": "string", "is_active": true, "space_reference_setting": [], "hide_gln_number": true, "payment_terms_title": "string", "row_net_title": "string", "contact_email": "user@example.com", "contact_phone": "string", "company_vat_approved_title": "string", "contact_website": "string", "total_value_title": "string", "autogiro_ocr_number_title": "string", "contract_sum_title": "string", "payment_from_other_action_title": "string", "customer_columns": null, "tags": null, "your_reference_title": "string", "reminder_title": "string", "company_location_title": "string", "contract_title": "string", "hide_vat_code": true, "payment_bg_title": "string", "organization": {}, "expiration_date_title": "string", "contact_information_title": "string", "autogiro_total_value_title": "string", "vat_sum_title": "string", "debt_reminder_title": "string", "invoice_row_specification_title": "string", "ocr_number_title": "string", "company_org_no_title": "string", "non_rental_invoice_title": "string", "company": {}, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "vacancy_invoice_title": "string", "action_date_title": "string", "company_vat_registered_title": "string", "created_at": "2019-08-24T14:15:22Z", "company_vat_code_title": "string", "contact_information": "string", "action_period_title": "string", "vat_base_sum_title": "string", "credit_total_value_title": "string", "credit_invoice_title": "string", "our_reference": "string", "custom_id": "string", "payment_terms_complaint_description": "string", "marking_title": "string" } ]

List 'Invoicerelatedpdfconfiguration'

Request

Security
customer_id and application_id and service_id and service_version_id and client_ct and client_object_id and client_secret
Query
_jsonlboolean
_order_byArray of strings
Example: _order_by=field_a,-field_b
_pageinteger(int32)>= 1

Additional Validation Information:

This value must be set together with the following fields: _page_size

_page_sizeinteger(int32)

Additional Validation Information:

This value must be set together with the following fields: _page

_searchstring
_slimboolean
_statisticsboolean
customer_columnsArray of objects
global_realestatesArray of objects
global_segmentsArray of objects
tagsArray of objects
action_date_titleany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

action_period_titleany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

autogiro_ocr_number_titleany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

autogiro_title_suffixany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

autogiro_total_value_titleany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

companyany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

company_location_titleany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

company_org_no_titleany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

company_vat_approved_titleany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

company_vat_code_titleany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

company_vat_registered_titleany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

contact_emailany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

contact_informationany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

contact_information_titleany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

contact_phoneany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

contact_websiteany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

contract_sum_titleany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

contract_titleany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

created_atany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: gt, Supports negation (via !): True

Operator: gte, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: lt, Supports negation (via !): True

Operator: lte, Supports negation (via !): True

credit_invoice_titleany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

credit_total_value_titleany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

custom_idany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

debt_reminder_titleany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

expiration_date_titleany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

hide_gln_numberany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

hide_vat_codeany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

idany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

invoice_row_specification_titleany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

invoice_titleany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

is_activeany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

marking_titleany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

non_rental_invoice_titleany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

ocr_number_titleany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

organizationany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

our_referenceany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

payment_bg_titleany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

payment_from_other_action_titleany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

payment_pg_titleany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

payment_receiver_titleany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

payment_terms_complaint_descriptionany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

payment_terms_titleany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

reminder_titleany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

row_net_titleany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

total_value_titleany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

vacancy_invoice_titleany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

vat_base_sum_titleany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

vat_sum_titleany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

your_reference_titleany

Filter can be negated by adding a ! to the end of the parameter name.

Additional operators:

Operator: contains, Supports negation (via !): True

Operator: endswith, Supports negation (via !): True

Operator: icontains, Supports negation (via !): True

Operator: iendswith, Supports negation (via !): True

Operator: iexact, Supports negation (via !): True

Operator: in, Supports negation (via !): True

Operator: isnull, Supports negation (via !): True

Operator: istartswith, Supports negation (via !): True

Operator: startswith, Supports negation (via !): True

curl -i -X GET \
  'https://dev.api.pigello.io/accounting/pdf/invoicerelatedpdfconfiguration/list/?_jsonl=true&_order_by=field_a%2C-field_b&_page=1&_page_size=0&_search=string&_slim=true&_statistics=true' \
  -H 'X-PIGELLO-APPLICATION-ID: YOUR_API_KEY_HERE' \
  -H 'X-PIGELLO-CLIENT-CT: YOUR_API_KEY_HERE' \
  -H 'X-PIGELLO-CLIENT-ENTITY: YOUR_API_KEY_HERE' \
  -H 'X-PIGELLO-CLIENT-SECRET: YOUR_API_KEY_HERE' \
  -H 'X-PIGELLO-CUSTOMER-ID: YOUR_API_KEY_HERE' \
  -H 'X-PIGELLO-SERVICE-ID: YOUR_API_KEY_HERE' \
  -H 'X-PIGELLO-SERVICE-VERSION-ID: YOUR_API_KEY_HERE'

Responses

Successful query

Bodyapplication/jsonArray [
idstring(uuid)read-onlyrequired

Additional Validation Information:

Must be unique

invoice_titlestring or null<= 255 characters
payment_pg_titlestring or null<= 255 characters
autogiro_title_suffixstring or null<= 255 characters
payment_receiver_titlestring or null<= 255 characters
is_activeboolean
space_reference_settingArray of objects or null
hide_gln_numberboolean or null
payment_terms_titlestring or null<= 255 characters
row_net_titlestring or null<= 255 characters
contact_emailstring or null(email)<= 254 characters
contact_phonestring or null<= 36 characters'^\+?1?\d{7,15}$'
company_vat_approved_titlestring or null<= 255 characters
contact_websitestring or null(url)<= 200 characters
total_value_titlestring or null<= 255 characters
autogiro_ocr_number_titlestring or null<= 255 characters
contract_sum_titlestring or null<= 255 characters
payment_from_other_action_titlestring or null<= 255 characters
customer_columnsanyread-only
tagsanyread-only
your_reference_titlestring or null<= 255 characters
reminder_titlestring or null<= 255 characters
company_location_titlestring or null<= 255 characters
contract_titlestring or null<= 255 characters
hide_vat_codeboolean or null
payment_bg_titlestring or null<= 255 characters
organizationobject or null(Organization)
expiration_date_titlestring or null<= 255 characters
contact_information_titlestring or null<= 255 characters
autogiro_total_value_titlestring or null<= 255 characters
vat_sum_titlestring or null<= 255 characters
debt_reminder_titlestring or null<= 255 characters
invoice_row_specification_titlestring or null<= 255 characters
ocr_number_titlestring or null<= 255 characters
company_org_no_titlestring or null<= 255 characters
non_rental_invoice_titlestring or null<= 255 characters
companyobject or null(Company)
vacancy_invoice_titlestring or null<= 255 characters
action_date_titlestring or null<= 255 characters
company_vat_registered_titlestring or null<= 255 characters
created_atstring(date-time)read-only
company_vat_code_titlestring or null<= 255 characters
contact_informationstring or null<= 511 characters
action_period_titlestring or null<= 255 characters
vat_base_sum_titlestring or null<= 255 characters
credit_total_value_titlestring or null<= 255 characters
credit_invoice_titlestring or null<= 255 characters
our_referencestring or null
custom_idstring or null<= 128 characters
payment_terms_complaint_descriptionstring or null<= 511 characters
marking_titlestring or null<= 255 characters
]
Response
application/json
[ { "invoice_title": "string", "payment_pg_title": "string", "autogiro_title_suffix": "string", "payment_receiver_title": "string", "is_active": true, "space_reference_setting": [], "hide_gln_number": true, "payment_terms_title": "string", "row_net_title": "string", "contact_email": "user@example.com", "contact_phone": "string", "company_vat_approved_title": "string", "contact_website": "string", "total_value_title": "string", "autogiro_ocr_number_title": "string", "contract_sum_title": "string", "payment_from_other_action_title": "string", "customer_columns": null, "tags": null, "your_reference_title": "string", "reminder_title": "string", "company_location_title": "string", "contract_title": "string", "hide_vat_code": true, "payment_bg_title": "string", "organization": {}, "expiration_date_title": "string", "contact_information_title": "string", "autogiro_total_value_title": "string", "vat_sum_title": "string", "debt_reminder_title": "string", "invoice_row_specification_title": "string", "ocr_number_title": "string", "company_org_no_title": "string", "non_rental_invoice_title": "string", "company": {}, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "vacancy_invoice_title": "string", "action_date_title": "string", "company_vat_registered_title": "string", "created_at": "2019-08-24T14:15:22Z", "company_vat_code_title": "string", "contact_information": "string", "action_period_title": "string", "vat_base_sum_title": "string", "credit_total_value_title": "string", "credit_invoice_title": "string", "our_reference": "string", "custom_id": "string", "payment_terms_complaint_description": "string", "marking_title": "string" } ]

Invoicerelatedpdffile

Operations

Invoicecreditationconnection

Operations

Automaticcontractinvoicingsetting

Operations

Contractinvoicecontent

Operations

Paymenttermssetting

Operations