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

Update '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
Path
pkstringwrite-onlyrequired
Bodyapplication/json
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 PATCH \
  'https://dev.api.pigello.io/accounting/pdf/invoicerelatedpdfconfiguration/{pk}/' \
  -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 update

Bodyapplication/json
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": [ 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", "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": { "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" }, "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" }

Get '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
Path
pkstringwrite-onlyrequired
curl -i -X GET \
  'https://dev.api.pigello.io/accounting/pdf/invoicerelatedpdfconfiguration/{pk}/' \
  -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 selection

Bodyapplication/json
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": [ 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", "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": { "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" }, "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" }

Delete '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
Path
pkstringwrite-onlyrequired
curl -i -X DELETE \
  'https://dev.api.pigello.io/accounting/pdf/invoicerelatedpdfconfiguration/{pk}/' \
  -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 deletion

Response
No content

Invoicerelatedpdffile

Operations

Invoicecreditationconnection

Operations

Automaticcontractinvoicingsetting

Operations

Contractinvoicecontent

Operations

Paymenttermssetting

Operations