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": "40a1d6ae-ebca-484e-82b2-cc6a48d30604",
  "_parent_id": "6f6e5757-916f-4f90-b4b4-9b458a39963c",
  "root_parent_id": "c60fba7f-d353-44b3-984f-4e56772496f2",
  "_parent_reference_back_office": "sample string 4",
  "equipment_family_id": "8462009c-976d-4edc-942b-6bcc184e31c2",
  "equipment_family_code": "sample string 6",
  "equipment_family": {
    "id": "b0df8d9d-7c46-4552-912e-78d654701e99",
    "name": "sample string 2",
    "description": "sample string 3",
    "code": "sample string 4",
    "_parent_id": "d03df438-8f10-480e-a9a6-81201689ff6b",
    "_parent_code": "sample string 6",
    "sales_organization_id": "961069ae-4260-480c-918c-da3fad40a189",
    "sales_organization_code": "sample string 8",
    "sales_organization": {
      "id": "7b434ad9-cfd9-4931-9f8a-e29a40b97890",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "e03bca11-df86-4a6d-81b7-e29f7a90bb5b",
      "db_currency_id": "d45c8758-df4d-49b8-8326-9c013b196074",
      "db_language_id": "f6ba405e-62e1-44ab-aef9-9e3e257600c4",
      "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-02-20T14:23:08.6296151+00:00"
    },
    "modified_dateutc": "2026-02-20T14:23:08.6296151+00:00"
  },
  "equipment_model_id": "339a6c0d-0927-452c-a9f4-a9afd43b51de",
  "equipment_model_code": "sample string 8",
  "equipment_model": {
    "id": "d3e13782-6a5d-42c7-abc2-411251bb550e",
    "code": "sample string 2",
    "name": "sample string 3",
    "description": "sample string 4",
    "equipment_brand_id": "66af54ba-2c5d-4c2d-b405-4ce1f7b95590",
    "equipment_brand_code": "sample string 6",
    "equipment_brand": {
      "id": "f21b1025-d49b-447f-8c5b-e03fda4a61e6",
      "name": "sample string 2",
      "code": "sample string 3",
      "sales_organization_id": "9b157227-ca67-4953-b14f-98f268115345",
      "sales_organization_code": "sample string 5",
      "sales_organization": {
        "id": "7b434ad9-cfd9-4931-9f8a-e29a40b97890",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "e03bca11-df86-4a6d-81b7-e29f7a90bb5b",
        "db_currency_id": "d45c8758-df4d-49b8-8326-9c013b196074",
        "db_language_id": "f6ba405e-62e1-44ab-aef9-9e3e257600c4",
        "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-02-20T14:23:08.6296151+00:00"
      },
      "modified_dateutc": "2026-02-20T14:23:08.6296151+00:00"
    },
    "equipment_family_id": "55bbbf02-5c22-4afc-980e-5660601d85c2",
    "equipment_family_code": "sample string 8",
    "equipment_family": {
      "id": "b0df8d9d-7c46-4552-912e-78d654701e99",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "_parent_id": "d03df438-8f10-480e-a9a6-81201689ff6b",
      "_parent_code": "sample string 6",
      "sales_organization_id": "961069ae-4260-480c-918c-da3fad40a189",
      "sales_organization_code": "sample string 8",
      "sales_organization": {
        "id": "7b434ad9-cfd9-4931-9f8a-e29a40b97890",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "e03bca11-df86-4a6d-81b7-e29f7a90bb5b",
        "db_currency_id": "d45c8758-df4d-49b8-8326-9c013b196074",
        "db_language_id": "f6ba405e-62e1-44ab-aef9-9e3e257600c4",
        "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-02-20T14:23:08.6296151+00:00"
      },
      "modified_dateutc": "2026-02-20T14:23:08.6296151+00:00"
    },
    "date_in_production_since": "2026-02-20T14:23:08.6296151+00:00",
    "date_out_of_production_since": "2026-02-20T14:23:08.6296151+00:00",
    "date_end_support": "2026-02-20T14:23:08.6296151+00:00",
    "sales_organization_id": "4c73a505-c4ea-40dc-a624-0dc2d465c997",
    "sales_organization_code": "sample string 13",
    "sales_organization": {
      "id": "7b434ad9-cfd9-4931-9f8a-e29a40b97890",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "e03bca11-df86-4a6d-81b7-e29f7a90bb5b",
      "db_currency_id": "d45c8758-df4d-49b8-8326-9c013b196074",
      "db_language_id": "f6ba405e-62e1-44ab-aef9-9e3e257600c4",
      "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-02-20T14:23:08.6296151+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-02-20T14:23:08.6296151+00:00"
  },
  "project_status_id": "55ce3a7c-39aa-4b46-bad2-f63e46428c7d",
  "project_status_code": "sample string 10",
  "project_status": {
    "id": "5600fe03-934b-4001-a732-0ec054e2b252",
    "name": "sample string 2",
    "is_default": true,
    "is_closed": true,
    "sales_organization_id": "cb8f2d84-a9c7-4e16-8580-b939e8fe2d04",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "7b434ad9-cfd9-4931-9f8a-e29a40b97890",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "e03bca11-df86-4a6d-81b7-e29f7a90bb5b",
      "db_currency_id": "d45c8758-df4d-49b8-8326-9c013b196074",
      "db_language_id": "f6ba405e-62e1-44ab-aef9-9e3e257600c4",
      "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-02-20T14:23:08.6296151+00:00"
    },
    "code": "sample string 7",
    "modified_dateutc": "2026-02-20T14:23:08.6296151+00:00"
  },
  "company_id": "17196558-6efb-46b8-9673-f5a144f88c27",
  "company_code": "sample string 12",
  "db_address_id": "9b1ac137-7af0-471e-a1cc-8c53f6577431",
  "db_address_code": "sample string 14",
  "location": "sample string 15",
  "contact_id": "79cbe381-4c09-44ad-9ade-30ede1149d8a",
  "contact_reference_back_office": "sample string 17",
  "owner_user_id": "1c4b888a-8d0a-4dd2-a950-41f963760339",
  "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-02-20T14:23:08.6296151+00:00",
  "date_create": "2026-02-20T14:23:08.6296151+00:00",
  "date_update": "2026-02-20T14:23:08.6296151+00:00",
  "updated_by_user_id": "cf721191-27c7-4865-a820-9fe7ec2da105",
  "customer_reference": "sample string 28",
  "warranty_date_until": "2026-02-20T14:23:08.6296151+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-02-20T00:00:00+00:00",
  "shutdown_consequence": "sample string 35",
  "id2": 36,
  "nb_open_jobs": 37,
  "date_next_job": "2026-02-20T14:23:08.6296151+00:00",
  "date_last_job": "2026-02-20T14:23:08.6296151+00:00",
  "nb_jobs_planned": 40,
  "nb_jobs_tobeplanned": 41,
  "nb_jobs_waitingfurtheraction": 42,
  "back_office_timestamp": "2026-02-20T14:23:08.6296151+00:00",
  "modified_dateutc": "2026-02-20T14:23:08.6296151+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": "6bde52ed-f1eb-42d5-872d-a566ebf7d5f8",
  "_parent_id": "759d4baf-a16b-477c-aaf0-b7cad3c01c10",
  "root_parent_id": "4e9715bd-004d-43a9-8346-99e323adaeb8",
  "_parent_reference_back_office": "sample string 4",
  "equipment_family_id": "ee62dc1a-a527-4da3-b63c-827e1784ac13",
  "equipment_family_code": "sample string 6",
  "equipment_family": {
    "id": "dc677f98-bcf9-4e27-bddb-c8871a5c2ab9",
    "name": "sample string 2",
    "description": "sample string 3",
    "code": "sample string 4",
    "_parent_id": "ec838144-632d-4a6d-a76b-077fdfe84a0e",
    "_parent_code": "sample string 6",
    "sales_organization_id": "262a3b35-0d50-43db-8134-6fc3eaf1f261",
    "sales_organization_code": "sample string 8",
    "sales_organization": {
      "id": "73fe147e-9e03-46fc-96a1-cbdc1fb51f24",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "c4b38a16-a9be-418a-9912-46b38adedd35",
      "db_currency_id": "2f96222e-97d5-462a-870c-d85089b7e198",
      "db_language_id": "d84ea203-0ef4-4b98-b1ed-516ddd85564e",
      "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-02-20T14:23:08.6296151+00:00"
    },
    "modified_dateutc": "2026-02-20T14:23:08.6296151+00:00"
  },
  "equipment_model_id": "fec8cb1e-1d83-4fc9-9469-4ae1f05bb609",
  "equipment_model_code": "sample string 8",
  "equipment_model": {
    "id": "85fb81b1-e347-4010-8b48-286028e2a0c5",
    "code": "sample string 2",
    "name": "sample string 3",
    "description": "sample string 4",
    "equipment_brand_id": "c7e9026e-8433-4f5f-a1e7-5749e0e7976e",
    "equipment_brand_code": "sample string 6",
    "equipment_brand": {
      "id": "b7993f9e-038c-4ee1-a580-d08e956bd32f",
      "name": "sample string 2",
      "code": "sample string 3",
      "sales_organization_id": "3a955e59-fcc9-4035-9122-70dc2a3bd2e8",
      "sales_organization_code": "sample string 5",
      "sales_organization": {
        "id": "73fe147e-9e03-46fc-96a1-cbdc1fb51f24",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "c4b38a16-a9be-418a-9912-46b38adedd35",
        "db_currency_id": "2f96222e-97d5-462a-870c-d85089b7e198",
        "db_language_id": "d84ea203-0ef4-4b98-b1ed-516ddd85564e",
        "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-02-20T14:23:08.6296151+00:00"
      },
      "modified_dateutc": "2026-02-20T14:23:08.6296151+00:00"
    },
    "equipment_family_id": "734c887f-7f24-41e4-bc33-de5ef311b958",
    "equipment_family_code": "sample string 8",
    "equipment_family": {
      "id": "dc677f98-bcf9-4e27-bddb-c8871a5c2ab9",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "_parent_id": "ec838144-632d-4a6d-a76b-077fdfe84a0e",
      "_parent_code": "sample string 6",
      "sales_organization_id": "262a3b35-0d50-43db-8134-6fc3eaf1f261",
      "sales_organization_code": "sample string 8",
      "sales_organization": {
        "id": "73fe147e-9e03-46fc-96a1-cbdc1fb51f24",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "c4b38a16-a9be-418a-9912-46b38adedd35",
        "db_currency_id": "2f96222e-97d5-462a-870c-d85089b7e198",
        "db_language_id": "d84ea203-0ef4-4b98-b1ed-516ddd85564e",
        "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-02-20T14:23:08.6296151+00:00"
      },
      "modified_dateutc": "2026-02-20T14:23:08.6296151+00:00"
    },
    "date_in_production_since": "2026-02-20T14:23:08.6296151+00:00",
    "date_out_of_production_since": "2026-02-20T14:23:08.6296151+00:00",
    "date_end_support": "2026-02-20T14:23:08.6296151+00:00",
    "sales_organization_id": "411ebf48-69a0-4aff-b60a-5e30433bf5a1",
    "sales_organization_code": "sample string 13",
    "sales_organization": {
      "id": "73fe147e-9e03-46fc-96a1-cbdc1fb51f24",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "c4b38a16-a9be-418a-9912-46b38adedd35",
      "db_currency_id": "2f96222e-97d5-462a-870c-d85089b7e198",
      "db_language_id": "d84ea203-0ef4-4b98-b1ed-516ddd85564e",
      "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-02-20T14:23:08.6296151+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-02-20T14:23:08.6296151+00:00"
  },
  "project_status_id": "3efdcc54-3d08-40b2-b18f-5e22bf1f07ff",
  "project_status_code": "sample string 10",
  "project_status": {
    "id": "260b05c9-a42d-478c-81db-905d918d9d6a",
    "name": "sample string 2",
    "is_default": true,
    "is_closed": true,
    "sales_organization_id": "3bcc4661-0053-40e9-bbbe-ab771ab713c8",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "73fe147e-9e03-46fc-96a1-cbdc1fb51f24",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "c4b38a16-a9be-418a-9912-46b38adedd35",
      "db_currency_id": "2f96222e-97d5-462a-870c-d85089b7e198",
      "db_language_id": "d84ea203-0ef4-4b98-b1ed-516ddd85564e",
      "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-02-20T14:23:08.6296151+00:00"
    },
    "code": "sample string 7",
    "modified_dateutc": "2026-02-20T14:23:08.6296151+00:00"
  },
  "company_id": "c6aca33a-9094-4214-bfe2-3eefb636b046",
  "company_code": "sample string 12",
  "db_address_id": "a13e41b6-b077-4755-b2ad-ab6b38ac0b7c",
  "db_address_code": "sample string 14",
  "location": "sample string 15",
  "contact_id": "9fade67b-48b9-406a-b5a9-ab2f17aa20d8",
  "contact_reference_back_office": "sample string 17",
  "owner_user_id": "61194a54-51c8-47a4-a000-fd18ab84a786",
  "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-02-20T14:23:08.6296151+00:00",
  "date_create": "2026-02-20T14:23:08.6296151+00:00",
  "date_update": "2026-02-20T14:23:08.6296151+00:00",
  "updated_by_user_id": "c9d9b6bc-6530-4726-afc0-a22b6a13ab25",
  "customer_reference": "sample string 28",
  "warranty_date_until": "2026-02-20T14:23:08.6296151+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-02-20T00:00:00+00:00",
  "shutdown_consequence": "sample string 35",
  "id2": 36,
  "nb_open_jobs": 37,
  "date_next_job": "2026-02-20T14:23:08.6296151+00:00",
  "date_last_job": "2026-02-20T14:23:08.6296151+00:00",
  "nb_jobs_planned": 40,
  "nb_jobs_tobeplanned": 41,
  "nb_jobs_waitingfurtheraction": 42,
  "back_office_timestamp": "2026-02-20T14:23:08.6296151+00:00",
  "modified_dateutc": "2026-02-20T14:23:08.6296151+00:00",
  "is_mobile_installation": true
}