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

Bulk write 'Vacancyinvoice'

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 [
period_endstring(date)required

Additional Validation Information:

This value must be set in an proper order, in relation to the following fields: period_start

companyobject(Company)required
company.​idstring(uuid)
period_startstring(date)required

Additional Validation Information:

This value must be set in an proper order, in relation to the following fields: period_end

dimensionsArray of objects or null
organizationobject or null(Organization)
attested_datestring or null(date)
annulledboolean
custom_idstring or null<= 128 characters
]
curl -i -X POST \
  https://dev.api.pigello.io/accounting/vacancies/vacancyinvoice/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 '[
    {
      "period_end": "2019-08-24",
      "dimensions": [
        null
      ],
      "organization": {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
      },
      "attested_date": "2019-08-24",
      "annulled": true,
      "custom_id": "string",
      "company": {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
      },
      "period_start": "2019-08-24"
    }
  ]'

Responses

Successful bulk create/update

Bodyapplication/jsonArray [
idstring(uuid)read-onlyrequired

Additional Validation Information:

Must be unique

period_endstring(date)required

Additional Validation Information:

This value must be set in an proper order, in relation to the following fields: period_start

companyobject(Company)required
company.​idstring(uuid)
period_startstring(date)required

Additional Validation Information:

This value must be set in an proper order, in relation to the following fields: period_end

dimensionsArray of objects or null
organizationobject or null(Organization)
attested_datestring or null(date)
annulledboolean
originates_from_content_typeobject or null(Contenttype)read-only
pdf_fileobject or nullread-only
custom_idstring or null<= 128 characters
originates_from_object_idstring or null(uuid)read-only
tagsanyread-only
pending_monitor_approval_amountanyread-only
used_account_configobject or null(Bookkeepingaccountsconfig)read-only
customer_columnsanyread-only
created_atstring(date-time)read-only
]
Response
application/json
[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "period_end": "2019-08-24", "dimensions": [], "organization": {}, "attested_date": "2019-08-24", "annulled": true, "originates_from_content_type": {}, "pdf_file": {}, "custom_id": "string", "originates_from_object_id": "38c62b3a-0e8c-45fc-8177-89a1e595e218", "company": {}, "tags": null, "pending_monitor_approval_amount": null, "used_account_config": {}, "customer_columns": null, "period_start": "2019-08-24", "created_at": "2019-08-24T14:15:22Z" } ]

Create 'Vacancyinvoice'

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/json
period_endstring(date)required

Additional Validation Information:

This value must be set in an proper order, in relation to the following fields: period_start

companyobject(Company)required
company.​idstring(uuid)
period_startstring(date)required

Additional Validation Information:

This value must be set in an proper order, in relation to the following fields: period_end

dimensionsArray of objects or null
organizationobject or null(Organization)
attested_datestring or null(date)
annulledboolean
custom_idstring or null<= 128 characters
curl -i -X POST \
  https://dev.api.pigello.io/accounting/vacancies/vacancyinvoice/ \
  -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 '{
    "period_end": "2019-08-24",
    "dimensions": [
      null
    ],
    "organization": {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
    },
    "attested_date": "2019-08-24",
    "annulled": true,
    "custom_id": "string",
    "company": {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
    },
    "period_start": "2019-08-24"
  }'

Responses

Successful creation

Bodyapplication/json
idstring(uuid)read-onlyrequired

Additional Validation Information:

Must be unique

period_endstring(date)required

Additional Validation Information:

This value must be set in an proper order, in relation to the following fields: period_start

companyobject(Company)required
company.​idstring(uuid)
period_startstring(date)required

Additional Validation Information:

This value must be set in an proper order, in relation to the following fields: period_end

dimensionsArray of objects or null
organizationobject or null(Organization)
attested_datestring or null(date)
annulledboolean
originates_from_content_typeobject or null(Contenttype)read-only
pdf_fileobject or nullread-only
custom_idstring or null<= 128 characters
originates_from_object_idstring or null(uuid)read-only
tagsanyread-only
pending_monitor_approval_amountanyread-only
used_account_configobject or null(Bookkeepingaccountsconfig)read-only
customer_columnsanyread-only
created_atstring(date-time)read-only
Response
application/json
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "period_end": "2019-08-24", "dimensions": [ null ], "organization": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "attested_date": "2019-08-24", "annulled": true, "originates_from_content_type": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "pdf_file": { "name": "string", "md5_hash": "string", "get": "string", "post": {} }, "custom_id": "string", "originates_from_object_id": "38c62b3a-0e8c-45fc-8177-89a1e595e218", "company": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "tags": null, "pending_monitor_approval_amount": null, "used_account_config": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "customer_columns": null, "period_start": "2019-08-24", "created_at": "2019-08-24T14:15:22Z" }

Delete 'Vacancyinvoice'

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/vacancies/vacancyinvoice/{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

Vacancyinvoicerow

Operations

Bookkeepingaccountsconfig

Operations

Paymentmethod

Operations

Autogiropayerconnection

Operations

Autogirostatus

Operations

Coinvoicenotation

Operations

Invoicerow

Operations

Invoicerecipient

Operations

Invoicepayment

Operations

Debtinvoiceevent

Operations

Debtinvoice

Operations

Invoicerelatedpdfconfiguration

Operations

Invoicerelatedpdffile

Operations

Invoicecreditationconnection

Operations

Automaticcontractinvoicingsetting

Operations

Contractinvoicecontent

Operations

Paymenttermssetting

Operations