API Docs
AbsenceAbsence Additional ContingentAbsence ContingentAccountAccountingAccounting ContactAdded ValueAsset AccountAttachmentAttendanceAuthBank AccountCatalogCommissionContactCraftCredit InvoiceCreditorCustom FilterCustom ReportCustomerCustomFieldDashboardDebitorEmailEmployment ContractEstimateFinanceFinance JournalFinance Journal PositionsFinDocCategoryFollowupForecastGeneral InfoHolidayIntegrationsInvoiceJobJob TasksLogin MethodMeMetricsOffice LocationOrder ConfirmationOrganisationPaymentPersonProcedureProcedure ViewPurchase InvoicePurchase OrderReportResource PlanningSnippetTargetTeamTemplateTimeUserUser CraftUser GroupUser Group ActionsUser Group UsersWorkPattern
Modelobject
app.AccountingContact
Properties
app.AccountingContactobject
address_id
integer
No description.
allowance_days
integer
No description.
allowance_percentage
number
No description.
allowance_total
number
No description.
artist_social_insurance
boolean
No description.
country_type
allOf
TODO: enum [domestic, eu, other]
Inspect unknown
Composition 1app.CountryType
This schema does not define object properties.
date_created
integer
No description.
date_modified
integer
No description.
default_bank_account_id
integer
No description.
default_payment_method_id
integer
No description.
due_days
integer
No description.
id
integer
No description.
identification_code
string
No description.
mandate_date
integer
No description.
mandate_reference
string
No description.
name
string
in case the name shall not be the name of the organisation
organisation_id
integer
No description.
person_id
integer
No description.
tax_number
string
No description.
type
allOf
TODO: enum [debitor, creditor]
Inspect unknown
Composition 1app.AccountingContactType
This schema does not define object properties.
vat
boolean
No description.
vat_id
string
No description.
Example
JSON
{
"address": {...},
"address_id": 123,
"allowance_days": 123,
"allowance_mode": "none",
"allowance_percentage": 123.45,
"allowance_total": 123.45,
"artist_social_insurance": true,
"bank_account": {...},
"country_type": "domestic",
"date_created": 123,
"date_modified": 123,
"default_bank_account_id": 123,
"default_payment_method_id": 123,
"due_days": 123,
"id": 123,
"identification_code": "string",
"mandate_date": 123,
"mandate_reference": "string",
"name": "string",
"organisation": {...},
"organisation_id": 123,
"payment_method": {...},
"person": {...},
"person_id": 123,
"tax_number": "string",
"type": "debitor",
"vat": true,
"vat_id": "string"
}