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

Invoicerelatedpdffile

Operations

Invoicecreditationconnection

Operations

Automaticcontractinvoicingsetting

Operations

Create 'Automaticcontractinvoicingsetting'

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
is_activebooleanrequired
namestring<= 255 charactersrequired

Additional Validation Information:

Must be unique

generation_day_in_monthinteger(int32)[ 1 .. 31 ]required
admin_fee_vat_methodinteger(int32)[ -2147483648 .. 2147483647 ]
Enum012
parking_spot_categoriesArray of strings or nullunique
outdoor_section_categoriesArray of strings or nullunique
apartment_categoriesArray of strings or nullunique
maximum_future_period_invoicinginteger or null(int32)[ 1 .. 2147483647 ]
use_roundingboolean
admin_fee_smsnumber(float)
admin_fee_e_inboxnumber(float)
admin_fee_postalnumber(float)
utilize_customer_balanceboolean
allow_only_manual_referenceboolean
admin_fee_uinumber(float)
include_apartment_id_in_addressboolean
outstanding_debt_view_typeinteger or null(int32)[ -2147483648 .. 2147483647 ]
Enum012
include_zero_value_rowsboolean
organizationobject or null(Organization)
industrial_premises_categoriesArray of strings or nullunique
fallback_automatic_marking_methodinteger or null(int32)[ -2147483648 .. 2147483647 ]
Enum0123
brf_apartment_categoriesArray of strings or nullunique
custom_idstring or null<= 128 characters
admin_fee_emailnumber(float)
auto_attestation_after_invoice_amountinteger or null(int32)<= 2147483647
companyobject or null(Company)
curl -i -X POST \
  https://dev.api.pigello.io/accounting/contracts/automaticcontractinvoicingsetting/ \
  -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 '{
    "admin_fee_vat_method": 0,
    "parking_spot_categories": [
      "string"
    ],
    "outdoor_section_categories": [
      "string"
    ],
    "apartment_categories": [
      "string"
    ],
    "maximum_future_period_invoicing": 1,
    "use_rounding": true,
    "admin_fee_sms": 0.1,
    "admin_fee_e_inbox": 0.1,
    "admin_fee_postal": 0.1,
    "utilize_customer_balance": true,
    "allow_only_manual_reference": true,
    "admin_fee_ui": 0.1,
    "is_active": true,
    "include_apartment_id_in_address": true,
    "outstanding_debt_view_type": 0,
    "include_zero_value_rows": true,
    "name": "string",
    "organization": {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
    },
    "industrial_premises_categories": [
      "string"
    ],
    "fallback_automatic_marking_method": 0,
    "brf_apartment_categories": [
      "string"
    ],
    "generation_day_in_month": 1,
    "custom_id": "string",
    "admin_fee_email": 0.1,
    "auto_attestation_after_invoice_amount": 2147483647,
    "company": {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
    }
  }'

Responses

Successful creation

Bodyapplication/json
is_activebooleanrequired
idstring(uuid)read-onlyrequired

Additional Validation Information:

Must be unique

namestring<= 255 charactersrequired

Additional Validation Information:

Must be unique

generation_day_in_monthinteger(int32)[ 1 .. 31 ]required
admin_fee_vat_methodinteger(int32)[ -2147483648 .. 2147483647 ]
Enum012
customer_columnsanyread-only
parking_spot_categoriesArray of strings or nullunique
outdoor_section_categoriesArray of strings or nullunique
apartment_categoriesArray of strings or nullunique
maximum_future_period_invoicinginteger or null(int32)[ 1 .. 2147483647 ]
use_roundingboolean
admin_fee_smsnumber(float)
admin_fee_e_inboxnumber(float)
admin_fee_postalnumber(float)
utilize_customer_balanceboolean
allow_only_manual_referenceboolean
admin_fee_uinumber(float)
include_apartment_id_in_addressboolean
created_atstring(date-time)read-only
outstanding_debt_view_typeinteger or null(int32)[ -2147483648 .. 2147483647 ]
Enum012
include_zero_value_rowsboolean
tagsanyread-only
organizationobject or null(Organization)
industrial_premises_categoriesArray of strings or nullunique
fallback_automatic_marking_methodinteger or null(int32)[ -2147483648 .. 2147483647 ]
Enum0123
brf_apartment_categoriesArray of strings or nullunique
pending_monitor_approval_amountanyread-only
custom_idstring or null<= 128 characters
admin_fee_emailnumber(float)
auto_attestation_after_invoice_amountinteger or null(int32)<= 2147483647
companyobject or null(Company)
Response
application/json
{ "admin_fee_vat_method": 0, "customer_columns": null, "parking_spot_categories": [ "string" ], "outdoor_section_categories": [ "string" ], "apartment_categories": [ "string" ], "maximum_future_period_invoicing": 1, "use_rounding": true, "admin_fee_sms": 0.1, "admin_fee_e_inbox": 0.1, "admin_fee_postal": 0.1, "utilize_customer_balance": true, "allow_only_manual_reference": true, "admin_fee_ui": 0.1, "is_active": true, "include_apartment_id_in_address": true, "created_at": "2019-08-24T14:15:22Z", "outstanding_debt_view_type": 0, "include_zero_value_rows": true, "tags": null, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "organization": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "industrial_premises_categories": [ "string" ], "fallback_automatic_marking_method": 0, "brf_apartment_categories": [ "string" ], "generation_day_in_month": 1, "pending_monitor_approval_amount": null, "custom_id": "string", "admin_fee_email": 0.1, "auto_attestation_after_invoice_amount": 2147483647, "company": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" } }

List 'Automaticcontractinvoicingsetting'

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
eligible_for_companiesArray of objects
global_realestatesArray of objects
global_segmentsArray of objects
tagsArray of objects
admin_fee_e_inboxany

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

admin_fee_emailany

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

admin_fee_postalany

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

admin_fee_smsany

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

admin_fee_uiany

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

admin_fee_vat_methodany

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

allow_only_manual_referenceany

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

apartment_categoriesany

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

Additional operators:

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

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

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

auto_attestation_after_invoice_amountany

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

brf_apartment_categoriesany

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

Additional operators:

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

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

Operator: isnull, 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

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

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

fallback_automatic_marking_methodany

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

generation_day_in_monthany

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

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

include_apartment_id_in_addressany

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

include_zero_value_rowsany

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

industrial_premises_categoriesany

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

Additional operators:

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

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

Operator: isnull, 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

maximum_future_period_invoicingany

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

nameany

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

outdoor_section_categoriesany

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

Additional operators:

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

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

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

outstanding_debt_view_typeany

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

parking_spot_categoriesany

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

Additional operators:

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

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

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

use_roundingany

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

utilize_customer_balanceany

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

curl -i -X GET \
  'https://dev.api.pigello.io/accounting/contracts/automaticcontractinvoicingsetting/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 [
is_activebooleanrequired
idstring(uuid)read-onlyrequired

Additional Validation Information:

Must be unique

namestring<= 255 charactersrequired

Additional Validation Information:

Must be unique

generation_day_in_monthinteger(int32)[ 1 .. 31 ]required
admin_fee_vat_methodinteger(int32)[ -2147483648 .. 2147483647 ]
Enum012
customer_columnsanyread-only
parking_spot_categoriesArray of strings or nullunique
outdoor_section_categoriesArray of strings or nullunique
apartment_categoriesArray of strings or nullunique
maximum_future_period_invoicinginteger or null(int32)[ 1 .. 2147483647 ]
use_roundingboolean
admin_fee_smsnumber(float)
admin_fee_e_inboxnumber(float)
admin_fee_postalnumber(float)
utilize_customer_balanceboolean
allow_only_manual_referenceboolean
admin_fee_uinumber(float)
include_apartment_id_in_addressboolean
created_atstring(date-time)read-only
outstanding_debt_view_typeinteger or null(int32)[ -2147483648 .. 2147483647 ]
Enum012
include_zero_value_rowsboolean
tagsanyread-only
organizationobject or null(Organization)
industrial_premises_categoriesArray of strings or nullunique
fallback_automatic_marking_methodinteger or null(int32)[ -2147483648 .. 2147483647 ]
Enum0123
brf_apartment_categoriesArray of strings or nullunique
pending_monitor_approval_amountanyread-only
custom_idstring or null<= 128 characters
admin_fee_emailnumber(float)
auto_attestation_after_invoice_amountinteger or null(int32)<= 2147483647
companyobject or null(Company)
]
Response
application/json
[ { "admin_fee_vat_method": 0, "customer_columns": null, "parking_spot_categories": [], "outdoor_section_categories": [], "apartment_categories": [], "maximum_future_period_invoicing": 1, "use_rounding": true, "admin_fee_sms": 0.1, "admin_fee_e_inbox": 0.1, "admin_fee_postal": 0.1, "utilize_customer_balance": true, "allow_only_manual_reference": true, "admin_fee_ui": 0.1, "is_active": true, "include_apartment_id_in_address": true, "created_at": "2019-08-24T14:15:22Z", "outstanding_debt_view_type": 0, "include_zero_value_rows": true, "tags": null, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "organization": {}, "industrial_premises_categories": [], "fallback_automatic_marking_method": 0, "brf_apartment_categories": [], "generation_day_in_month": 1, "pending_monitor_approval_amount": null, "custom_id": "string", "admin_fee_email": 0.1, "auto_attestation_after_invoice_amount": 2147483647, "company": {} } ]

Update 'Automaticcontractinvoicingsetting'

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
is_activebooleanrequired
namestring<= 255 charactersrequired

Additional Validation Information:

Must be unique

generation_day_in_monthinteger(int32)[ 1 .. 31 ]required
admin_fee_vat_methodinteger(int32)[ -2147483648 .. 2147483647 ]
Enum012
parking_spot_categoriesArray of strings or nullunique
outdoor_section_categoriesArray of strings or nullunique
apartment_categoriesArray of strings or nullunique
maximum_future_period_invoicinginteger or null(int32)[ 1 .. 2147483647 ]
use_roundingboolean
admin_fee_smsnumber(float)
admin_fee_e_inboxnumber(float)
admin_fee_postalnumber(float)
utilize_customer_balanceboolean
allow_only_manual_referenceboolean
admin_fee_uinumber(float)
include_apartment_id_in_addressboolean
outstanding_debt_view_typeinteger or null(int32)[ -2147483648 .. 2147483647 ]
Enum012
include_zero_value_rowsboolean
organizationobject or null(Organization)
industrial_premises_categoriesArray of strings or nullunique
fallback_automatic_marking_methodinteger or null(int32)[ -2147483648 .. 2147483647 ]
Enum0123
brf_apartment_categoriesArray of strings or nullunique
custom_idstring or null<= 128 characters
admin_fee_emailnumber(float)
auto_attestation_after_invoice_amountinteger or null(int32)<= 2147483647
companyobject or null(Company)
curl -i -X PATCH \
  'https://dev.api.pigello.io/accounting/contracts/automaticcontractinvoicingsetting/{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 '{
    "admin_fee_vat_method": 0,
    "parking_spot_categories": [
      "string"
    ],
    "outdoor_section_categories": [
      "string"
    ],
    "apartment_categories": [
      "string"
    ],
    "maximum_future_period_invoicing": 1,
    "use_rounding": true,
    "admin_fee_sms": 0.1,
    "admin_fee_e_inbox": 0.1,
    "admin_fee_postal": 0.1,
    "utilize_customer_balance": true,
    "allow_only_manual_reference": true,
    "admin_fee_ui": 0.1,
    "is_active": true,
    "include_apartment_id_in_address": true,
    "outstanding_debt_view_type": 0,
    "include_zero_value_rows": true,
    "name": "string",
    "organization": {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
    },
    "industrial_premises_categories": [
      "string"
    ],
    "fallback_automatic_marking_method": 0,
    "brf_apartment_categories": [
      "string"
    ],
    "generation_day_in_month": 1,
    "custom_id": "string",
    "admin_fee_email": 0.1,
    "auto_attestation_after_invoice_amount": 2147483647,
    "company": {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
    }
  }'

Responses

Successful update

Bodyapplication/json
is_activebooleanrequired
idstring(uuid)read-onlyrequired

Additional Validation Information:

Must be unique

namestring<= 255 charactersrequired

Additional Validation Information:

Must be unique

generation_day_in_monthinteger(int32)[ 1 .. 31 ]required
admin_fee_vat_methodinteger(int32)[ -2147483648 .. 2147483647 ]
Enum012
customer_columnsanyread-only
parking_spot_categoriesArray of strings or nullunique
outdoor_section_categoriesArray of strings or nullunique
apartment_categoriesArray of strings or nullunique
maximum_future_period_invoicinginteger or null(int32)[ 1 .. 2147483647 ]
use_roundingboolean
admin_fee_smsnumber(float)
admin_fee_e_inboxnumber(float)
admin_fee_postalnumber(float)
utilize_customer_balanceboolean
allow_only_manual_referenceboolean
admin_fee_uinumber(float)
include_apartment_id_in_addressboolean
created_atstring(date-time)read-only
outstanding_debt_view_typeinteger or null(int32)[ -2147483648 .. 2147483647 ]
Enum012
include_zero_value_rowsboolean
tagsanyread-only
organizationobject or null(Organization)
industrial_premises_categoriesArray of strings or nullunique
fallback_automatic_marking_methodinteger or null(int32)[ -2147483648 .. 2147483647 ]
Enum0123
brf_apartment_categoriesArray of strings or nullunique
pending_monitor_approval_amountanyread-only
custom_idstring or null<= 128 characters
admin_fee_emailnumber(float)
auto_attestation_after_invoice_amountinteger or null(int32)<= 2147483647
companyobject or null(Company)
Response
application/json
{ "admin_fee_vat_method": 0, "customer_columns": null, "parking_spot_categories": [ "string" ], "outdoor_section_categories": [ "string" ], "apartment_categories": [ "string" ], "maximum_future_period_invoicing": 1, "use_rounding": true, "admin_fee_sms": 0.1, "admin_fee_e_inbox": 0.1, "admin_fee_postal": 0.1, "utilize_customer_balance": true, "allow_only_manual_reference": true, "admin_fee_ui": 0.1, "is_active": true, "include_apartment_id_in_address": true, "created_at": "2019-08-24T14:15:22Z", "outstanding_debt_view_type": 0, "include_zero_value_rows": true, "tags": null, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "organization": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "industrial_premises_categories": [ "string" ], "fallback_automatic_marking_method": 0, "brf_apartment_categories": [ "string" ], "generation_day_in_month": 1, "pending_monitor_approval_amount": null, "custom_id": "string", "admin_fee_email": 0.1, "auto_attestation_after_invoice_amount": 2147483647, "company": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" } }

Contractinvoicecontent

Operations

Paymenttermssetting

Operations