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": "0e54292a-4e98-4388-8125-b8f4fabe5b08",
  "_parent_id": "f90799a1-e40a-4cd1-be5e-61628b6ebe65",
  "root_parent_id": "1bf45112-d52c-4de6-9df5-71cdea8666fd",
  "_parent_reference_back_office": "sample string 4",
  "equipment_family_id": "34ed02ab-17ca-483b-8161-4bd237332cc6",
  "equipment_family_code": "sample string 6",
  "equipment_family": {
    "id": "464b9428-2f7f-484d-8e06-d593fdca6ff1",
    "name": "sample string 2",
    "description": "sample string 3",
    "code": "sample string 4",
    "_parent_id": "7498e4a8-8fe6-4980-bbb6-613ad9c5df0e",
    "_parent_code": "sample string 6",
    "sales_organization_id": "189e7be6-dd9a-4e65-8b3a-638911204876",
    "sales_organization_code": "sample string 8",
    "sales_organization": {
      "id": "2a14eb4b-4be2-46d0-87de-d6e74dd2858f",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "0ed3499b-a7e1-4a6f-9326-643461c72fbc",
      "db_currency_id": "a7e103a6-08ed-4875-aa5e-076a0e9eeb48",
      "db_language_id": "ae333b0a-a207-41ca-ac8e-991146a65b09",
      "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-26T01:19:25.1606005+00:00"
    },
    "modified_dateutc": "2026-06-26T01:19:25.1606005+00:00"
  },
  "equipment_model_id": "d199f24d-0d54-45a5-a952-1fa5164dc4a2",
  "equipment_model_code": "sample string 8",
  "equipment_model": {
    "id": "929ba850-d2ca-4c17-9d09-6f372189b85d",
    "code": "sample string 2",
    "name": "sample string 3",
    "description": "sample string 4",
    "equipment_brand_id": "110de00a-cd9e-4134-b600-d48c3881e6c3",
    "equipment_brand_code": "sample string 6",
    "equipment_brand": {
      "id": "e754fbd1-1c19-40ad-b5b0-d6ac641452d2",
      "name": "sample string 2",
      "code": "sample string 3",
      "sales_organization_id": "6f03a6c9-b22b-4994-a5dd-443956fd5a45",
      "sales_organization_code": "sample string 5",
      "sales_organization": {
        "id": "2a14eb4b-4be2-46d0-87de-d6e74dd2858f",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "0ed3499b-a7e1-4a6f-9326-643461c72fbc",
        "db_currency_id": "a7e103a6-08ed-4875-aa5e-076a0e9eeb48",
        "db_language_id": "ae333b0a-a207-41ca-ac8e-991146a65b09",
        "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-26T01:19:25.1606005+00:00"
      },
      "modified_dateutc": "2026-06-26T01:19:25.1606005+00:00"
    },
    "equipment_family_id": "e4fca0d7-38d3-45b2-81cb-dc1d08cb6748",
    "equipment_family_code": "sample string 8",
    "equipment_family": {
      "id": "464b9428-2f7f-484d-8e06-d593fdca6ff1",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "_parent_id": "7498e4a8-8fe6-4980-bbb6-613ad9c5df0e",
      "_parent_code": "sample string 6",
      "sales_organization_id": "189e7be6-dd9a-4e65-8b3a-638911204876",
      "sales_organization_code": "sample string 8",
      "sales_organization": {
        "id": "2a14eb4b-4be2-46d0-87de-d6e74dd2858f",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "0ed3499b-a7e1-4a6f-9326-643461c72fbc",
        "db_currency_id": "a7e103a6-08ed-4875-aa5e-076a0e9eeb48",
        "db_language_id": "ae333b0a-a207-41ca-ac8e-991146a65b09",
        "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-26T01:19:25.1606005+00:00"
      },
      "modified_dateutc": "2026-06-26T01:19:25.1606005+00:00"
    },
    "date_in_production_since": "2026-06-26T01:19:25.1606005+00:00",
    "date_out_of_production_since": "2026-06-26T01:19:25.1606005+00:00",
    "date_end_support": "2026-06-26T01:19:25.1606005+00:00",
    "sales_organization_id": "43589272-6e48-40c5-8b07-6691a2812def",
    "sales_organization_code": "sample string 13",
    "sales_organization": {
      "id": "2a14eb4b-4be2-46d0-87de-d6e74dd2858f",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "0ed3499b-a7e1-4a6f-9326-643461c72fbc",
      "db_currency_id": "a7e103a6-08ed-4875-aa5e-076a0e9eeb48",
      "db_language_id": "ae333b0a-a207-41ca-ac8e-991146a65b09",
      "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-26T01:19:25.1606005+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-26T01:19:25.1606005+00:00"
  },
  "project_status_id": "ba2961b8-b6a2-40e5-9063-255e2bbc91a6",
  "project_status_code": "sample string 10",
  "project_status": {
    "id": "5e7fcc38-ffd8-411c-b7a3-b20683493dd7",
    "name": "sample string 2",
    "is_default": true,
    "is_closed": true,
    "sales_organization_id": "dca83728-cb7a-44dd-aacd-d71607784085",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "2a14eb4b-4be2-46d0-87de-d6e74dd2858f",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "0ed3499b-a7e1-4a6f-9326-643461c72fbc",
      "db_currency_id": "a7e103a6-08ed-4875-aa5e-076a0e9eeb48",
      "db_language_id": "ae333b0a-a207-41ca-ac8e-991146a65b09",
      "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-26T01:19:25.1606005+00:00"
    },
    "code": "sample string 7",
    "modified_dateutc": "2026-06-26T01:19:25.1606005+00:00"
  },
  "company_id": "bc136519-97ec-4b45-a26f-18c65139fc8a",
  "company_code": "sample string 12",
  "db_address_id": "cacb3160-53d0-4314-8d05-b3b45f422c83",
  "db_address_code": "sample string 14",
  "location": "sample string 15",
  "contact_id": "a27760b3-1cd2-442c-9b54-bd0b5fe8d7e6",
  "contact_reference_back_office": "sample string 17",
  "owner_user_id": "4cdba369-30ac-4905-a222-49c445b69b80",
  "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-26T01:19:25.1606005+00:00",
  "date_create": "2026-06-26T01:19:25.1606005+00:00",
  "date_update": "2026-06-26T01:19:25.1606005+00:00",
  "updated_by_user_id": "fdb79a4f-d234-4e86-adeb-3526990cf3fa",
  "customer_reference": "sample string 28",
  "warranty_date_until": "2026-06-26T01:19:25.1606005+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-26T00:00:00+00:00",
  "shutdown_consequence": "sample string 35",
  "id2": 36,
  "nb_open_jobs": 37,
  "date_next_job": "2026-06-26T01:19:25.1606005+00:00",
  "date_last_job": "2026-06-26T01:19:25.1606005+00:00",
  "nb_jobs_planned": 40,
  "nb_jobs_tobeplanned": 41,
  "nb_jobs_waitingfurtheraction": 42,
  "back_office_timestamp": "2026-06-26T01:19:25.1606005+00:00",
  "modified_dateutc": "2026-06-26T01:19:25.1606005+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": "d73d9af1-ee66-4fdb-9047-072c0d0a4e76",
  "_parent_id": "a9282c48-bb36-48f8-b66b-310a55caa01b",
  "root_parent_id": "c4841638-f8e9-49d0-87dd-09aef976f23e",
  "_parent_reference_back_office": "sample string 4",
  "equipment_family_id": "58449940-374a-4f24-b848-ffe2cc91e803",
  "equipment_family_code": "sample string 6",
  "equipment_family": {
    "id": "10160c14-74d8-4c2a-af51-2f4291d7d38c",
    "name": "sample string 2",
    "description": "sample string 3",
    "code": "sample string 4",
    "_parent_id": "f1875acc-53ee-40d6-ae87-e43987781941",
    "_parent_code": "sample string 6",
    "sales_organization_id": "6df5912f-8d55-4aa3-8c9f-2981f982c177",
    "sales_organization_code": "sample string 8",
    "sales_organization": {
      "id": "0eeb09cc-6862-4758-9a23-01d179ef0fc8",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "85040939-10b0-4b2d-8c85-96598651fd2a",
      "db_currency_id": "fe30e0e1-a98f-4b86-819b-ec1ec062f9ac",
      "db_language_id": "a2821db0-58fd-48f6-99ee-9e66c2b5931f",
      "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-26T01:19:25.1762234+00:00"
    },
    "modified_dateutc": "2026-06-26T01:19:25.1762234+00:00"
  },
  "equipment_model_id": "0eafed4b-9947-4e83-b36f-1b137005f675",
  "equipment_model_code": "sample string 8",
  "equipment_model": {
    "id": "fa37ea03-5798-4b16-8588-b06aad0c3101",
    "code": "sample string 2",
    "name": "sample string 3",
    "description": "sample string 4",
    "equipment_brand_id": "d3981fb8-60a2-4680-b1b6-6c779365a4b7",
    "equipment_brand_code": "sample string 6",
    "equipment_brand": {
      "id": "c74b67fa-ac52-413d-a1ee-14b2912b26b8",
      "name": "sample string 2",
      "code": "sample string 3",
      "sales_organization_id": "0a2cee93-5401-44dc-bffc-45394fc4a368",
      "sales_organization_code": "sample string 5",
      "sales_organization": {
        "id": "0eeb09cc-6862-4758-9a23-01d179ef0fc8",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "85040939-10b0-4b2d-8c85-96598651fd2a",
        "db_currency_id": "fe30e0e1-a98f-4b86-819b-ec1ec062f9ac",
        "db_language_id": "a2821db0-58fd-48f6-99ee-9e66c2b5931f",
        "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-26T01:19:25.1762234+00:00"
      },
      "modified_dateutc": "2026-06-26T01:19:25.1762234+00:00"
    },
    "equipment_family_id": "f7478b50-e5af-458f-907f-c13f07781c75",
    "equipment_family_code": "sample string 8",
    "equipment_family": {
      "id": "10160c14-74d8-4c2a-af51-2f4291d7d38c",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "_parent_id": "f1875acc-53ee-40d6-ae87-e43987781941",
      "_parent_code": "sample string 6",
      "sales_organization_id": "6df5912f-8d55-4aa3-8c9f-2981f982c177",
      "sales_organization_code": "sample string 8",
      "sales_organization": {
        "id": "0eeb09cc-6862-4758-9a23-01d179ef0fc8",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "85040939-10b0-4b2d-8c85-96598651fd2a",
        "db_currency_id": "fe30e0e1-a98f-4b86-819b-ec1ec062f9ac",
        "db_language_id": "a2821db0-58fd-48f6-99ee-9e66c2b5931f",
        "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-26T01:19:25.1762234+00:00"
      },
      "modified_dateutc": "2026-06-26T01:19:25.1762234+00:00"
    },
    "date_in_production_since": "2026-06-26T01:19:25.1762234+00:00",
    "date_out_of_production_since": "2026-06-26T01:19:25.1762234+00:00",
    "date_end_support": "2026-06-26T01:19:25.1762234+00:00",
    "sales_organization_id": "94d22ef3-c527-4ab1-8e07-bf715a9bb433",
    "sales_organization_code": "sample string 13",
    "sales_organization": {
      "id": "0eeb09cc-6862-4758-9a23-01d179ef0fc8",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "85040939-10b0-4b2d-8c85-96598651fd2a",
      "db_currency_id": "fe30e0e1-a98f-4b86-819b-ec1ec062f9ac",
      "db_language_id": "a2821db0-58fd-48f6-99ee-9e66c2b5931f",
      "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-26T01:19:25.1762234+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-26T01:19:25.1762234+00:00"
  },
  "project_status_id": "fe74146e-3a73-457e-9082-9ad510ada86e",
  "project_status_code": "sample string 10",
  "project_status": {
    "id": "1383e7b4-477c-42c5-b3f8-4e9e561f7528",
    "name": "sample string 2",
    "is_default": true,
    "is_closed": true,
    "sales_organization_id": "e66ca5f9-e40e-4543-9832-2ffee929e28c",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "0eeb09cc-6862-4758-9a23-01d179ef0fc8",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "85040939-10b0-4b2d-8c85-96598651fd2a",
      "db_currency_id": "fe30e0e1-a98f-4b86-819b-ec1ec062f9ac",
      "db_language_id": "a2821db0-58fd-48f6-99ee-9e66c2b5931f",
      "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-26T01:19:25.1762234+00:00"
    },
    "code": "sample string 7",
    "modified_dateutc": "2026-06-26T01:19:25.1762234+00:00"
  },
  "company_id": "d7b035dd-1fdc-45f1-aa6d-f8957b9b45be",
  "company_code": "sample string 12",
  "db_address_id": "91542acd-b841-4277-9147-74e33e14178d",
  "db_address_code": "sample string 14",
  "location": "sample string 15",
  "contact_id": "df46b9f4-4eda-49e2-8544-e777902e6e85",
  "contact_reference_back_office": "sample string 17",
  "owner_user_id": "6e29c74d-8c6c-4d42-bba5-f223e3872674",
  "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-26T01:19:25.1762234+00:00",
  "date_create": "2026-06-26T01:19:25.1762234+00:00",
  "date_update": "2026-06-26T01:19:25.1762234+00:00",
  "updated_by_user_id": "65c119ba-1b2f-4651-847e-4c3626c9b38b",
  "customer_reference": "sample string 28",
  "warranty_date_until": "2026-06-26T01:19:25.1762234+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-26T00:00:00+00:00",
  "shutdown_consequence": "sample string 35",
  "id2": 36,
  "nb_open_jobs": 37,
  "date_next_job": "2026-06-26T01:19:25.1762234+00:00",
  "date_last_job": "2026-06-26T01:19:25.1762234+00:00",
  "nb_jobs_planned": 40,
  "nb_jobs_tobeplanned": 41,
  "nb_jobs_waitingfurtheraction": 42,
  "back_office_timestamp": "2026-06-26T01:19:25.1762234+00:00",
  "modified_dateutc": "2026-06-26T01:19:25.1762234+00:00",
  "is_mobile_installation": true
}