Modelobject

app.Job

Properties

app.Jobobject
account
No description.
account_id
integer
No description.
accumulated_agency_service
string
No description.
accumulated_budget
string
No description.
accumulated_external_service
string
No description.
address
No description.
address_id
integer
No description.
alert_agency_service_budget
boolean
No description.
alert_craft_budget
boolean
No description.
alert_external_service_budget
boolean
No description.
alert_total_budget
boolean
No description.
custom_fields
No description.
date_created
integer
No description.
date_modified
integer
No description.
date_start
integer
No description.
date_termination
integer
No description.
description
string
No description.
disable_authentication
boolean
No description.
force_time_tracking_note
boolean
No description.
force_time_tracking_to_position_or_procedure
boolean
No description.
forecast_mode_agency_services
allOf
TODO: check enum
Inspect unknown
Composition 1app.JobForecastMode
This schema does not define object properties.
forecast_mode_external_services
allOf
TODO: check enum
Inspect unknown
Composition 1app.JobForecastMode
This schema does not define object properties.
forecast_mode_income
allOf
TODO: check enum
Inspect unknown
Composition 1app.JobForecastMode
This schema does not define object properties.
has_agency_service
boolean
No description.
id
integer
No description.
identification_code
string
No description.
invoice_address
No description.
invoice_address_id
integer
No description.
invoice_email
string
No description.
invoice_organisation
No description.
invoice_organisation_id
integer
No description.
invoice_person
No description.
invoice_person_id
integer
No description.
last_modifier
integer
No description.
name
string
No description.
organisation
No description.
organisation_id
integer
No description.
person
No description.
person_id
integer
No description.
report_agency_service_figure
No description.
report_budget_figure
No description.
report_external_service_figure
No description.
small_account
No description.
small_user
No description.
status
No description.
subscribed_users
No description.
threshold_agency_service_budget
string
No description.
threshold_craft_budget
string
No description.
threshold_external_service_budget
string
No description.
threshold_total_budget
string
No description.
user
No description.
user_id
integer
No description.

Example

JSON
{
  "account": {...},
  "account_id": 123,
  "accumulated_agency_service": "string",
  "accumulated_budget": "string",
  "accumulated_external_service": "string",
  "address": {...},
  "address_id": 123,
  "alert_agency_service_budget": true,
  "alert_craft_budget": true,
  "alert_external_service_budget": true,
  "alert_total_budget": true,
  "custom_fields": [
    {...}
  ],
  "date_created": 123,
  "date_modified": 123,
  "date_start": 123,
  "date_termination": 123,
  "description": "string",
  "disable_authentication": true,
  "force_time_tracking_note": true,
  "force_time_tracking_to_position_or_procedure": true,
  "forecast_mode_agency_services": "budget",
  "forecast_mode_external_services": "budget",
  "forecast_mode_income": "budget",
  "has_agency_service": true,
  "id": 123,
  "identification_code": "string",
  "invoice_address": {...},
  "invoice_address_id": 123,
  "invoice_email": "string",
  "invoice_organisation": {...},
  "invoice_organisation_id": 123,
  "invoice_person": {...},
  "invoice_person_id": 123,
  "last_modifier": 123,
  "name": "string",
  "organisation": {...},
  "organisation_id": 123,
  "person": {...},
  "person_id": 123,
  "report_agency_service_figure": "agencyService",
  "report_budget_figure": "budget",
  "report_external_service_figure": "buy",
  "small_account": {...},
  "small_user": {...},
  "status": "aktiv",
  "subscribed_users": [
    {...}
  ],
  "threshold_agency_service_budget": "string",
  "threshold_craft_budget": "string",
  "threshold_external_service_budget": "string",
  "threshold_total_budget": "string",
  "user": {...},
  "user_id": 123
}