Creates a new project

Request Information

URI Parameters :

None.

Body Parameters :

project
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier

Required

_parent_id

Reference to a parent installation

globally unique identifier
root_parent_id

This field will be filled automatically based on the parent_id

globally unique identifier
_parent_reference_back_office

Embedded entity "project" for parent installation using ERP PK when adding/updating project

string
_parent_project

Embedded entity "project" for parent installation when adding/updating project

project
equipment_family_id

Foreign key to equipment_family. It can be taken via equipment_family_code, equipment_family or equipment model that links to a valid equipment family

globally unique identifier
equipment_family_code

Embedded entity "equipment_family" using ERP PK when adding/updating project

string
equipment_family

Embedded entity "equipment_family" when adding/updating project

equipment_family
equipment_model_id

Foreign key to equipment model. It can get via equipment_family_code, equipment_family or equipment_model

globally unique identifier
equipment_model_code

Embedded entity "equipment_model" using ERP PK when adding/updating project

string
equipment_model

Embedded entity "equipment_model" when adding/updating project

equipment_model
project_status_id

Foreign key to project_status

globally unique identifier

Optionally required : project_status_id, project_status_code or project_status must be provided

project_status_code

Embedded entity "project_status" using ERP PK when adding/updating project

string

Optionally required : project_status_id, project_status_code or project_status must be provided

project_status

Embedded entity "project_status" when adding/updating project

project_status

Optionally required : project_status_id, project_status_code or project_status must be provided

company_id

The company owner of this project/installation

globally unique identifier

Optionally required : company_id, company_code or company must be provided

company_code

Embedded entity "company" using ERP PK when adding/updating project

string

Optionally required : company_id, company_code or company must be provided

company

Embedded entity "company" when adding/updating project

company

Optionally required : company_id, company_code or company must be provided

db_address_id

Specific db_address_id of the %company_id% if different than the company default address

globally unique identifier
db_address_code

Embedded entity "db_address" using ERP PK when adding/updating project

string
db_address

Embedded entity "db_address" when adding/updating project

db_address
location

Additional text to describe the location

string

Max length: 255

contact_id

Main contact for this project/installation

globally unique identifier
contact_reference_back_office

Embedded entity "contact" using ERP PK when adding/updating project

string
contact

Embedded entity "contact" when adding/updating project

contact
owner_user_id

User owner/manager of this project/installation

globally unique identifier
name

Name of the project/installation

string

Required

Max length: 50

description

Long description

string
reference_back_office

The Id/Ref of the back office for this project/installation. Used by Embedded entity

string

Max length: 255

serial_number

Serial number

string

Max length: 255

barcode

Barcode

string

Max length: 50

date_start_production

Date project/installation becomes active

date
date_create

Creation date+time

date
date_update

Update date+time

date
updated_by_user_id

Last User that updates the object

globally unique identifier
customer_reference

Reference of this project/installation for the customer

string

Max length: 50

warranty_date_until

End date of the warranty (if applicable)

date
last_standard_result_score_1

Last result score 1 (CF Standard module)

string

Max length: 50

last_standard_result_score_2

Last result score 2 (CF Standard module)

string
target_standard_result_score_1

Target result score 1 (CF Standard module)

string

Max length: 50

target_standard_result_score_2

Target result score 2 (CF Standard module)

string

Max length: 50

date_built

Build date of the installation (if applicable)

date
shutdown_consequence

Consequence of the installation is shut down (CEO has no air cooling anymore,..)

string

Max length: 4000

id2

Internal ID (numeric). Will be used if reference_back_office is empty

integer
nb_open_jobs

Readonly - Number of open jobs

integer
date_next_job

Date+time of the next job planned

date
date_last_job

Date+time of the last job completed

date
nb_jobs_planned

Number of jobs with status Planned

integer
nb_jobs_tobeplanned

Number of jobs with status To Be Planned

integer
nb_jobs_waitingfurtheraction

Number of jobs with status Waiting Further Action

integer
back_office_timestamp

Back Office timestamp value (conflict detection purpose)

date
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date
is_mobile_installation

Set it TRUE if this is a mobile installation.

boolean

Request Formats :

application/json, text/json

Sample:
{
  "id": "79931155-c05e-4fcd-89fd-789ad3ab1c59",
  "_parent_id": "f4d2ecf4-64f5-461f-9355-ffeb94b6a9b5",
  "root_parent_id": "c6deaff3-084e-4fec-ab50-cead17d1ee15",
  "_parent_reference_back_office": "sample string 4",
  "equipment_family_id": "f90fa6ae-f171-4382-8a03-5f82577ca747",
  "equipment_family_code": "sample string 6",
  "equipment_family": {
    "id": "c36561fb-c6fe-4542-a45b-4f865493bfd0",
    "name": "sample string 2",
    "description": "sample string 3",
    "code": "sample string 4",
    "_parent_id": "d3cbabe1-ae91-4125-a01e-79204b6c02f6",
    "_parent_code": "sample string 6",
    "sales_organization_id": "32c2da0d-3997-4633-8ac8-94a08ff645f9",
    "sales_organization_code": "sample string 8",
    "sales_organization": {
      "id": "e356e71c-90bc-4b46-8ad6-80ef544f03fa",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "b7773096-95d7-4834-8838-469b39b8dbd0",
      "db_currency_id": "2913d812-7b56-4384-8335-b0fbce563f2c",
      "db_language_id": "0547de8a-6b9f-4828-9b19-25bc46dd4d08",
      "accountancy_code": "sample string 8",
      "archived": true,
      "default_unit_of_measure_system_type": "sample string 10",
      "street": "sample string 11",
      "street2": "sample string 12",
      "street_number": "sample string 13",
      "zip": "sample string 14",
      "city": "sample string 15",
      "email": "sample string 16",
      "phone": "sample string 17",
      "fax": "sample string 18",
      "url": "sample string 19",
      "vat_reg_code": "sample string 20",
      "modified_dateutc": "2026-06-22T04:48:20.7595454+00:00"
    },
    "modified_dateutc": "2026-06-22T04:48:20.7595454+00:00"
  },
  "equipment_model_id": "9ae7f425-bddb-4170-aaf3-e04fab4e20ed",
  "equipment_model_code": "sample string 8",
  "equipment_model": {
    "id": "9b47f781-dc15-4788-b19e-ee6fbfcd864d",
    "code": "sample string 2",
    "name": "sample string 3",
    "description": "sample string 4",
    "equipment_brand_id": "cf831293-7a43-46cb-a64a-a888aaacf3a8",
    "equipment_brand_code": "sample string 6",
    "equipment_brand": {
      "id": "afd478ea-e6c2-4dea-a44d-618609113369",
      "name": "sample string 2",
      "code": "sample string 3",
      "sales_organization_id": "b0068fde-f0a7-4029-a3ba-59fd5ea8bbd6",
      "sales_organization_code": "sample string 5",
      "sales_organization": {
        "id": "e356e71c-90bc-4b46-8ad6-80ef544f03fa",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "b7773096-95d7-4834-8838-469b39b8dbd0",
        "db_currency_id": "2913d812-7b56-4384-8335-b0fbce563f2c",
        "db_language_id": "0547de8a-6b9f-4828-9b19-25bc46dd4d08",
        "accountancy_code": "sample string 8",
        "archived": true,
        "default_unit_of_measure_system_type": "sample string 10",
        "street": "sample string 11",
        "street2": "sample string 12",
        "street_number": "sample string 13",
        "zip": "sample string 14",
        "city": "sample string 15",
        "email": "sample string 16",
        "phone": "sample string 17",
        "fax": "sample string 18",
        "url": "sample string 19",
        "vat_reg_code": "sample string 20",
        "modified_dateutc": "2026-06-22T04:48:20.7595454+00:00"
      },
      "modified_dateutc": "2026-06-22T04:48:20.7595454+00:00"
    },
    "equipment_family_id": "7472c7e9-31f2-479d-ad44-485f3fc8f4dd",
    "equipment_family_code": "sample string 8",
    "equipment_family": {
      "id": "c36561fb-c6fe-4542-a45b-4f865493bfd0",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "_parent_id": "d3cbabe1-ae91-4125-a01e-79204b6c02f6",
      "_parent_code": "sample string 6",
      "sales_organization_id": "32c2da0d-3997-4633-8ac8-94a08ff645f9",
      "sales_organization_code": "sample string 8",
      "sales_organization": {
        "id": "e356e71c-90bc-4b46-8ad6-80ef544f03fa",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "b7773096-95d7-4834-8838-469b39b8dbd0",
        "db_currency_id": "2913d812-7b56-4384-8335-b0fbce563f2c",
        "db_language_id": "0547de8a-6b9f-4828-9b19-25bc46dd4d08",
        "accountancy_code": "sample string 8",
        "archived": true,
        "default_unit_of_measure_system_type": "sample string 10",
        "street": "sample string 11",
        "street2": "sample string 12",
        "street_number": "sample string 13",
        "zip": "sample string 14",
        "city": "sample string 15",
        "email": "sample string 16",
        "phone": "sample string 17",
        "fax": "sample string 18",
        "url": "sample string 19",
        "vat_reg_code": "sample string 20",
        "modified_dateutc": "2026-06-22T04:48:20.7595454+00:00"
      },
      "modified_dateutc": "2026-06-22T04:48:20.7595454+00:00"
    },
    "date_in_production_since": "2026-06-22T04:48:20.7595454+00:00",
    "date_out_of_production_since": "2026-06-22T04:48:20.7595454+00:00",
    "date_end_support": "2026-06-22T04:48:20.7595454+00:00",
    "sales_organization_id": "ce09e493-da9a-433d-935e-a74549e3a970",
    "sales_organization_code": "sample string 13",
    "sales_organization": {
      "id": "e356e71c-90bc-4b46-8ad6-80ef544f03fa",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "b7773096-95d7-4834-8838-469b39b8dbd0",
      "db_currency_id": "2913d812-7b56-4384-8335-b0fbce563f2c",
      "db_language_id": "0547de8a-6b9f-4828-9b19-25bc46dd4d08",
      "accountancy_code": "sample string 8",
      "archived": true,
      "default_unit_of_measure_system_type": "sample string 10",
      "street": "sample string 11",
      "street2": "sample string 12",
      "street_number": "sample string 13",
      "zip": "sample string 14",
      "city": "sample string 15",
      "email": "sample string 16",
      "phone": "sample string 17",
      "fax": "sample string 18",
      "url": "sample string 19",
      "vat_reg_code": "sample string 20",
      "modified_dateutc": "2026-06-22T04:48:20.7595454+00:00"
    },
    "replacement_period_nb_months": 14,
    "warranty_period_nb_months": 15,
    "translations": [
      {
        "field_name": "sample string 1",
        "language_code": "sample string 2",
        "value_translated": "sample string 3"
      },
      {
        "field_name": "sample string 1",
        "language_code": "sample string 2",
        "value_translated": "sample string 3"
      }
    ],
    "modified_dateutc": "2026-06-22T04:48:20.7595454+00:00"
  },
  "project_status_id": "502057c4-99c1-42fe-9133-6c985d21b0ec",
  "project_status_code": "sample string 10",
  "project_status": {
    "id": "5d738fea-d115-4b1f-8777-f945b3a3ebbd",
    "name": "sample string 2",
    "is_default": true,
    "is_closed": true,
    "sales_organization_id": "7f448061-0ee2-44d9-82de-0b683f9883ab",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "e356e71c-90bc-4b46-8ad6-80ef544f03fa",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "b7773096-95d7-4834-8838-469b39b8dbd0",
      "db_currency_id": "2913d812-7b56-4384-8335-b0fbce563f2c",
      "db_language_id": "0547de8a-6b9f-4828-9b19-25bc46dd4d08",
      "accountancy_code": "sample string 8",
      "archived": true,
      "default_unit_of_measure_system_type": "sample string 10",
      "street": "sample string 11",
      "street2": "sample string 12",
      "street_number": "sample string 13",
      "zip": "sample string 14",
      "city": "sample string 15",
      "email": "sample string 16",
      "phone": "sample string 17",
      "fax": "sample string 18",
      "url": "sample string 19",
      "vat_reg_code": "sample string 20",
      "modified_dateutc": "2026-06-22T04:48:20.7595454+00:00"
    },
    "code": "sample string 7",
    "modified_dateutc": "2026-06-22T04:48:20.7595454+00:00"
  },
  "company_id": "fbe23bf1-b2ed-4b86-9371-87fa232f8ad3",
  "company_code": "sample string 12",
  "db_address_id": "67308f9f-2419-40cd-9efc-d069ce0c0b3e",
  "db_address_code": "sample string 14",
  "location": "sample string 15",
  "contact_id": "77629f60-4afa-4098-be24-834e799b4476",
  "contact_reference_back_office": "sample string 17",
  "owner_user_id": "ad9a3df5-59ac-4332-b217-48e12d54937a",
  "name": "sample string 19",
  "description": "sample string 20",
  "reference_back_office": "sample string 21",
  "serial_number": "sample string 22",
  "barcode": "sample string 23",
  "date_start_production": "2026-06-22T04:48:20.7595454+00:00",
  "date_create": "2026-06-22T04:48:20.7595454+00:00",
  "date_update": "2026-06-22T04:48:20.7595454+00:00",
  "updated_by_user_id": "1bd64b0a-b033-4a56-aa9b-471e45fb6411",
  "customer_reference": "sample string 28",
  "warranty_date_until": "2026-06-22T04:48:20.7595454+00:00",
  "last_standard_result_score_1": "sample string 30",
  "last_standard_result_score_2": "sample string 31",
  "target_standard_result_score_1": "sample string 32",
  "target_standard_result_score_2": "sample string 33",
  "date_built": "2026-06-22T00:00:00+00:00",
  "shutdown_consequence": "sample string 35",
  "id2": 36,
  "nb_open_jobs": 37,
  "date_next_job": "2026-06-22T04:48:20.7595454+00:00",
  "date_last_job": "2026-06-22T04:48:20.7595454+00:00",
  "nb_jobs_planned": 40,
  "nb_jobs_tobeplanned": 41,
  "nb_jobs_waitingfurtheraction": 42,
  "back_office_timestamp": "2026-06-22T04:48:20.7595454+00:00",
  "modified_dateutc": "2026-06-22T04:48:20.7595454+00:00",
  "is_mobile_installation": true
}

Response Information

Resource Description :

project
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier

Required

_parent_id

Reference to a parent installation

globally unique identifier
root_parent_id

This field will be filled automatically based on the parent_id

globally unique identifier
_parent_reference_back_office

Embedded entity "project" for parent installation using ERP PK when adding/updating project

string
_parent_project

Embedded entity "project" for parent installation when adding/updating project

project
equipment_family_id

Foreign key to equipment_family. It can be taken via equipment_family_code, equipment_family or equipment model that links to a valid equipment family

globally unique identifier
equipment_family_code

Embedded entity "equipment_family" using ERP PK when adding/updating project

string
equipment_family

Embedded entity "equipment_family" when adding/updating project

equipment_family
equipment_model_id

Foreign key to equipment model. It can get via equipment_family_code, equipment_family or equipment_model

globally unique identifier
equipment_model_code

Embedded entity "equipment_model" using ERP PK when adding/updating project

string
equipment_model

Embedded entity "equipment_model" when adding/updating project

equipment_model
project_status_id

Foreign key to project_status

globally unique identifier

Optionally required : project_status_id, project_status_code or project_status must be provided

project_status_code

Embedded entity "project_status" using ERP PK when adding/updating project

string

Optionally required : project_status_id, project_status_code or project_status must be provided

project_status

Embedded entity "project_status" when adding/updating project

project_status

Optionally required : project_status_id, project_status_code or project_status must be provided

company_id

The company owner of this project/installation

globally unique identifier

Optionally required : company_id, company_code or company must be provided

company_code

Embedded entity "company" using ERP PK when adding/updating project

string

Optionally required : company_id, company_code or company must be provided

company

Embedded entity "company" when adding/updating project

company

Optionally required : company_id, company_code or company must be provided

db_address_id

Specific db_address_id of the %company_id% if different than the company default address

globally unique identifier
db_address_code

Embedded entity "db_address" using ERP PK when adding/updating project

string
db_address

Embedded entity "db_address" when adding/updating project

db_address
location

Additional text to describe the location

string

Max length: 255

contact_id

Main contact for this project/installation

globally unique identifier
contact_reference_back_office

Embedded entity "contact" using ERP PK when adding/updating project

string
contact

Embedded entity "contact" when adding/updating project

contact
owner_user_id

User owner/manager of this project/installation

globally unique identifier
name

Name of the project/installation

string

Required

Max length: 50

description

Long description

string
reference_back_office

The Id/Ref of the back office for this project/installation. Used by Embedded entity

string

Max length: 255

serial_number

Serial number

string

Max length: 255

barcode

Barcode

string

Max length: 50

date_start_production

Date project/installation becomes active

date
date_create

Creation date+time

date
date_update

Update date+time

date
updated_by_user_id

Last User that updates the object

globally unique identifier
customer_reference

Reference of this project/installation for the customer

string

Max length: 50

warranty_date_until

End date of the warranty (if applicable)

date
last_standard_result_score_1

Last result score 1 (CF Standard module)

string

Max length: 50

last_standard_result_score_2

Last result score 2 (CF Standard module)

string
target_standard_result_score_1

Target result score 1 (CF Standard module)

string

Max length: 50

target_standard_result_score_2

Target result score 2 (CF Standard module)

string

Max length: 50

date_built

Build date of the installation (if applicable)

date
shutdown_consequence

Consequence of the installation is shut down (CEO has no air cooling anymore,..)

string

Max length: 4000

id2

Internal ID (numeric). Will be used if reference_back_office is empty

integer
nb_open_jobs

Readonly - Number of open jobs

integer
date_next_job

Date+time of the next job planned

date
date_last_job

Date+time of the last job completed

date
nb_jobs_planned

Number of jobs with status Planned

integer
nb_jobs_tobeplanned

Number of jobs with status To Be Planned

integer
nb_jobs_waitingfurtheraction

Number of jobs with status Waiting Further Action

integer
back_office_timestamp

Back Office timestamp value (conflict detection purpose)

date
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date
is_mobile_installation

Set it TRUE if this is a mobile installation.

boolean

Response Formats

application/json, text/json

Sample:
{
  "id": "204e83b1-a792-4737-972b-5366724826a2",
  "_parent_id": "dde0bdf4-f789-488f-8ffc-3e0f16bd2d00",
  "root_parent_id": "7ed2ce9b-1aa2-4dfa-9e70-6353b1ef2325",
  "_parent_reference_back_office": "sample string 4",
  "equipment_family_id": "97b02be9-0f59-4c91-8221-b4c653f69196",
  "equipment_family_code": "sample string 6",
  "equipment_family": {
    "id": "ab4d9d99-b60b-4fd7-bddd-9ef346835c5b",
    "name": "sample string 2",
    "description": "sample string 3",
    "code": "sample string 4",
    "_parent_id": "7111e7f4-8a74-48d8-b37a-73b8dd543a23",
    "_parent_code": "sample string 6",
    "sales_organization_id": "988db357-81eb-4bbb-8b51-841578d58c6c",
    "sales_organization_code": "sample string 8",
    "sales_organization": {
      "id": "7e265835-ebf6-432b-837c-9aaceb77d977",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "76a3b02b-18ef-4ed3-80fa-410cf2970eb2",
      "db_currency_id": "3bd7dfd6-4dfc-4298-b659-db42a535044d",
      "db_language_id": "3c4afe2b-6084-4f6f-8ab5-5d622d08da75",
      "accountancy_code": "sample string 8",
      "archived": true,
      "default_unit_of_measure_system_type": "sample string 10",
      "street": "sample string 11",
      "street2": "sample string 12",
      "street_number": "sample string 13",
      "zip": "sample string 14",
      "city": "sample string 15",
      "email": "sample string 16",
      "phone": "sample string 17",
      "fax": "sample string 18",
      "url": "sample string 19",
      "vat_reg_code": "sample string 20",
      "modified_dateutc": "2026-06-22T04:48:20.7595454+00:00"
    },
    "modified_dateutc": "2026-06-22T04:48:20.7595454+00:00"
  },
  "equipment_model_id": "5be7c9ab-52ee-44ac-925b-cdd0ea3d5685",
  "equipment_model_code": "sample string 8",
  "equipment_model": {
    "id": "b7cf6258-d313-413c-97a7-dfe96e469dde",
    "code": "sample string 2",
    "name": "sample string 3",
    "description": "sample string 4",
    "equipment_brand_id": "326a3998-656d-476d-874d-7542c9b3fe14",
    "equipment_brand_code": "sample string 6",
    "equipment_brand": {
      "id": "38213a00-1fcf-443e-a157-5fc30bfacac1",
      "name": "sample string 2",
      "code": "sample string 3",
      "sales_organization_id": "1460b938-5263-4a34-a84c-f65472078ef0",
      "sales_organization_code": "sample string 5",
      "sales_organization": {
        "id": "7e265835-ebf6-432b-837c-9aaceb77d977",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "76a3b02b-18ef-4ed3-80fa-410cf2970eb2",
        "db_currency_id": "3bd7dfd6-4dfc-4298-b659-db42a535044d",
        "db_language_id": "3c4afe2b-6084-4f6f-8ab5-5d622d08da75",
        "accountancy_code": "sample string 8",
        "archived": true,
        "default_unit_of_measure_system_type": "sample string 10",
        "street": "sample string 11",
        "street2": "sample string 12",
        "street_number": "sample string 13",
        "zip": "sample string 14",
        "city": "sample string 15",
        "email": "sample string 16",
        "phone": "sample string 17",
        "fax": "sample string 18",
        "url": "sample string 19",
        "vat_reg_code": "sample string 20",
        "modified_dateutc": "2026-06-22T04:48:20.7595454+00:00"
      },
      "modified_dateutc": "2026-06-22T04:48:20.7595454+00:00"
    },
    "equipment_family_id": "f3af0fe0-e638-4a36-864b-13939d74cfb4",
    "equipment_family_code": "sample string 8",
    "equipment_family": {
      "id": "ab4d9d99-b60b-4fd7-bddd-9ef346835c5b",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "_parent_id": "7111e7f4-8a74-48d8-b37a-73b8dd543a23",
      "_parent_code": "sample string 6",
      "sales_organization_id": "988db357-81eb-4bbb-8b51-841578d58c6c",
      "sales_organization_code": "sample string 8",
      "sales_organization": {
        "id": "7e265835-ebf6-432b-837c-9aaceb77d977",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "76a3b02b-18ef-4ed3-80fa-410cf2970eb2",
        "db_currency_id": "3bd7dfd6-4dfc-4298-b659-db42a535044d",
        "db_language_id": "3c4afe2b-6084-4f6f-8ab5-5d622d08da75",
        "accountancy_code": "sample string 8",
        "archived": true,
        "default_unit_of_measure_system_type": "sample string 10",
        "street": "sample string 11",
        "street2": "sample string 12",
        "street_number": "sample string 13",
        "zip": "sample string 14",
        "city": "sample string 15",
        "email": "sample string 16",
        "phone": "sample string 17",
        "fax": "sample string 18",
        "url": "sample string 19",
        "vat_reg_code": "sample string 20",
        "modified_dateutc": "2026-06-22T04:48:20.7595454+00:00"
      },
      "modified_dateutc": "2026-06-22T04:48:20.7595454+00:00"
    },
    "date_in_production_since": "2026-06-22T04:48:20.7595454+00:00",
    "date_out_of_production_since": "2026-06-22T04:48:20.7595454+00:00",
    "date_end_support": "2026-06-22T04:48:20.7595454+00:00",
    "sales_organization_id": "9c72cf10-6b10-4a1a-902b-84198b17f9bd",
    "sales_organization_code": "sample string 13",
    "sales_organization": {
      "id": "7e265835-ebf6-432b-837c-9aaceb77d977",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "76a3b02b-18ef-4ed3-80fa-410cf2970eb2",
      "db_currency_id": "3bd7dfd6-4dfc-4298-b659-db42a535044d",
      "db_language_id": "3c4afe2b-6084-4f6f-8ab5-5d622d08da75",
      "accountancy_code": "sample string 8",
      "archived": true,
      "default_unit_of_measure_system_type": "sample string 10",
      "street": "sample string 11",
      "street2": "sample string 12",
      "street_number": "sample string 13",
      "zip": "sample string 14",
      "city": "sample string 15",
      "email": "sample string 16",
      "phone": "sample string 17",
      "fax": "sample string 18",
      "url": "sample string 19",
      "vat_reg_code": "sample string 20",
      "modified_dateutc": "2026-06-22T04:48:20.7595454+00:00"
    },
    "replacement_period_nb_months": 14,
    "warranty_period_nb_months": 15,
    "translations": [
      {
        "field_name": "sample string 1",
        "language_code": "sample string 2",
        "value_translated": "sample string 3"
      },
      {
        "field_name": "sample string 1",
        "language_code": "sample string 2",
        "value_translated": "sample string 3"
      }
    ],
    "modified_dateutc": "2026-06-22T04:48:20.7595454+00:00"
  },
  "project_status_id": "99a2a705-4abe-4467-8abf-b9c4ec6d77a6",
  "project_status_code": "sample string 10",
  "project_status": {
    "id": "b499d6e5-1e93-4fb4-8768-d836b6dba9e1",
    "name": "sample string 2",
    "is_default": true,
    "is_closed": true,
    "sales_organization_id": "47df3a2b-029a-42ac-b934-46963e408e2d",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "7e265835-ebf6-432b-837c-9aaceb77d977",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "76a3b02b-18ef-4ed3-80fa-410cf2970eb2",
      "db_currency_id": "3bd7dfd6-4dfc-4298-b659-db42a535044d",
      "db_language_id": "3c4afe2b-6084-4f6f-8ab5-5d622d08da75",
      "accountancy_code": "sample string 8",
      "archived": true,
      "default_unit_of_measure_system_type": "sample string 10",
      "street": "sample string 11",
      "street2": "sample string 12",
      "street_number": "sample string 13",
      "zip": "sample string 14",
      "city": "sample string 15",
      "email": "sample string 16",
      "phone": "sample string 17",
      "fax": "sample string 18",
      "url": "sample string 19",
      "vat_reg_code": "sample string 20",
      "modified_dateutc": "2026-06-22T04:48:20.7595454+00:00"
    },
    "code": "sample string 7",
    "modified_dateutc": "2026-06-22T04:48:20.7595454+00:00"
  },
  "company_id": "69dc88ba-b1c6-4684-8123-eb8e9d4db39d",
  "company_code": "sample string 12",
  "db_address_id": "91689e7a-2048-433f-b57e-e755d33d74bd",
  "db_address_code": "sample string 14",
  "location": "sample string 15",
  "contact_id": "1751031d-79ba-4c9a-a812-6741e8d70660",
  "contact_reference_back_office": "sample string 17",
  "owner_user_id": "b169c49f-69c9-44a6-93d5-b28ffcb16847",
  "name": "sample string 19",
  "description": "sample string 20",
  "reference_back_office": "sample string 21",
  "serial_number": "sample string 22",
  "barcode": "sample string 23",
  "date_start_production": "2026-06-22T04:48:20.7595454+00:00",
  "date_create": "2026-06-22T04:48:20.7595454+00:00",
  "date_update": "2026-06-22T04:48:20.7595454+00:00",
  "updated_by_user_id": "f986aab8-423e-4aed-bc14-2f571b27bebd",
  "customer_reference": "sample string 28",
  "warranty_date_until": "2026-06-22T04:48:20.7595454+00:00",
  "last_standard_result_score_1": "sample string 30",
  "last_standard_result_score_2": "sample string 31",
  "target_standard_result_score_1": "sample string 32",
  "target_standard_result_score_2": "sample string 33",
  "date_built": "2026-06-22T00:00:00+00:00",
  "shutdown_consequence": "sample string 35",
  "id2": 36,
  "nb_open_jobs": 37,
  "date_next_job": "2026-06-22T04:48:20.7595454+00:00",
  "date_last_job": "2026-06-22T04:48:20.7595454+00:00",
  "nb_jobs_planned": 40,
  "nb_jobs_tobeplanned": 41,
  "nb_jobs_waitingfurtheraction": 42,
  "back_office_timestamp": "2026-06-22T04:48:20.7595454+00:00",
  "modified_dateutc": "2026-06-22T04:48:20.7595454+00:00",
  "is_mobile_installation": true
}