Modelobject

app.AccountingContact

Properties

app.AccountingContactobject
address
No description.
address_id
integer
No description.
allowance_days
integer
No description.
allowance_mode
No description.
allowance_percentage
number
No description.
allowance_total
number
No description.
artist_social_insurance
boolean
No description.
bank_account
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
No description.
organisation_id
integer
No description.
payment_method
No description.
person
No description.
person_id
integer
No description.
tax_number
string
No description.
type
allOf
TODO: enum [debitor, creditor]
Inspect unknown
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"
}