Modelobject

app.ExternalService

Properties

app.ExternalServiceobject
asset_account
string
TODO: asset_account
created_by
integer
No description.
date_created
integer
No description.
date_modified
integer
No description.
date_settlement
integer
TODO: rename to date_settlement
estimate_id
integer
TODO: rename to estimate_id
estimate_position_id
integer
TODO: rename to estimate_position_id
expense_type
allOf
TODO: rename to expense_type
Inspect unknown
This schema does not define object properties.
id
integer
No description.
invoice_id
integer
TODO: rename to invoice_id
invoice_position_id
integer
TODO: rename to invoice_position_id
job
No description.
job_id
integer
No description.
license_date_expire
integer
No description.
license_media
string
No description.
license_note
string
No description.
license_territory
string
No description.
name
string
TODO: rename to name
price_per_item
number
TODO: rename to price_per_item
purchase_invoice
No description.
purchase_invoice_id
integer
TODO: rename to purchase_invoice_id
purchase_order_id
integer
No description.
quantity
number
TODO: rename to quantity
small_job
No description.
status
No description.
total_net_buy
number
TODO: rename to total_net_buy
total_net_sell
number
TODO: rename to total_net_sell
unaccountable_reason
string
No description.
unit
string
TODO: rename to unit
vat
number
No description.

Example

JSON
{
  "asset_account": "string",
  "created_by": 123,
  "date_created": 123,
  "date_modified": 123,
  "date_settlement": 123,
  "estimate_id": 123,
  "estimate_position_id": 123,
  "expense_type": "berechenbar",
  "id": 123,
  "invoice_id": 123,
  "invoice_position_id": 123,
  "job": {...},
  "job_id": 123,
  "license_date_expire": 123,
  "license_media": "string",
  "license_note": "string",
  "license_territory": "string",
  "name": "string",
  "price_per_item": 123.45,
  "purchase_invoice": {...},
  "purchase_invoice_id": 123,
  "purchase_order_id": 123,
  "quantity": 123.45,
  "small_job": {...},
  "status": "nicht abgerechnet",
  "total_net_buy": 123.45,
  "total_net_sell": 123.45,
  "unaccountable_reason": "string",
  "unit": "string",
  "vat": 123.45
}