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": "952aaffc-6407-41a4-aaf0-0430c890e524",
  "_parent_id": "54aca8e0-d2cc-48e2-9a17-3836a43215d0",
  "root_parent_id": "f3a4d5c7-d34e-4536-ab7e-488fcd919f40",
  "_parent_reference_back_office": "sample string 4",
  "equipment_family_id": "8d389854-a323-4e7b-a264-b2e2e8124655",
  "equipment_family_code": "sample string 6",
  "equipment_family": {
    "id": "5f7301fe-43fc-4fd0-824b-24c033b72317",
    "name": "sample string 2",
    "description": "sample string 3",
    "code": "sample string 4",
    "_parent_id": "66bf3003-0977-435b-a6df-61303d5041fd",
    "_parent_code": "sample string 6",
    "sales_organization_id": "972a7326-7c97-4979-8cbb-514cdae5adb1",
    "sales_organization_code": "sample string 8",
    "sales_organization": {
      "id": "bd083f04-b653-484e-b5b1-6ba9b2a46c03",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "0e28de58-f468-4f0a-8737-cf4321d68726",
      "db_currency_id": "f67087f1-b602-428f-8854-bece8bd2eb75",
      "db_language_id": "ab5be6bf-061a-46a7-928a-0694e538c156",
      "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": "2025-05-09T01:33:18.4451438+00:00"
    },
    "modified_dateutc": "2025-05-09T01:33:18.4451438+00:00"
  },
  "equipment_model_id": "e9a292c4-6878-466a-8095-5bfd828242c6",
  "equipment_model_code": "sample string 8",
  "equipment_model": {
    "id": "57867b0b-d37a-4968-b2fa-6d334fcd945e",
    "code": "sample string 2",
    "name": "sample string 3",
    "description": "sample string 4",
    "equipment_brand_id": "e4ae6426-5db9-4cbb-9a2b-8354656c5dfc",
    "equipment_brand_code": "sample string 6",
    "equipment_brand": {
      "id": "1cb46f1d-c2e8-40af-abf1-d2508df31033",
      "name": "sample string 2",
      "code": "sample string 3",
      "sales_organization_id": "edfeaaf1-3f67-4c3c-9f44-140d6774195a",
      "sales_organization_code": "sample string 5",
      "sales_organization": {
        "id": "bd083f04-b653-484e-b5b1-6ba9b2a46c03",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "0e28de58-f468-4f0a-8737-cf4321d68726",
        "db_currency_id": "f67087f1-b602-428f-8854-bece8bd2eb75",
        "db_language_id": "ab5be6bf-061a-46a7-928a-0694e538c156",
        "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": "2025-05-09T01:33:18.4451438+00:00"
      },
      "modified_dateutc": "2025-05-09T01:33:18.4451438+00:00"
    },
    "equipment_family_id": "b5599f31-822b-447b-afea-073a81ac6f17",
    "equipment_family_code": "sample string 8",
    "equipment_family": {
      "id": "5f7301fe-43fc-4fd0-824b-24c033b72317",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "_parent_id": "66bf3003-0977-435b-a6df-61303d5041fd",
      "_parent_code": "sample string 6",
      "sales_organization_id": "972a7326-7c97-4979-8cbb-514cdae5adb1",
      "sales_organization_code": "sample string 8",
      "sales_organization": {
        "id": "bd083f04-b653-484e-b5b1-6ba9b2a46c03",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "0e28de58-f468-4f0a-8737-cf4321d68726",
        "db_currency_id": "f67087f1-b602-428f-8854-bece8bd2eb75",
        "db_language_id": "ab5be6bf-061a-46a7-928a-0694e538c156",
        "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": "2025-05-09T01:33:18.4451438+00:00"
      },
      "modified_dateutc": "2025-05-09T01:33:18.4451438+00:00"
    },
    "date_in_production_since": "2025-05-09T01:33:18.4451438+00:00",
    "date_out_of_production_since": "2025-05-09T01:33:18.4451438+00:00",
    "date_end_support": "2025-05-09T01:33:18.4451438+00:00",
    "sales_organization_id": "4d468c6c-7d4d-403e-a777-c8b4efae0a34",
    "sales_organization_code": "sample string 13",
    "sales_organization": {
      "id": "bd083f04-b653-484e-b5b1-6ba9b2a46c03",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "0e28de58-f468-4f0a-8737-cf4321d68726",
      "db_currency_id": "f67087f1-b602-428f-8854-bece8bd2eb75",
      "db_language_id": "ab5be6bf-061a-46a7-928a-0694e538c156",
      "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": "2025-05-09T01:33:18.4451438+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": "2025-05-09T01:33:18.4451438+00:00"
  },
  "project_status_id": "8716a8eb-1a41-43c3-9304-369402916cfc",
  "project_status_code": "sample string 10",
  "project_status": {
    "id": "9e07b28e-51dc-4af1-a523-31eab18f3feb",
    "name": "sample string 2",
    "is_default": true,
    "is_closed": true,
    "sales_organization_id": "49fa665d-301d-475a-a033-d4e53751aa77",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "bd083f04-b653-484e-b5b1-6ba9b2a46c03",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "0e28de58-f468-4f0a-8737-cf4321d68726",
      "db_currency_id": "f67087f1-b602-428f-8854-bece8bd2eb75",
      "db_language_id": "ab5be6bf-061a-46a7-928a-0694e538c156",
      "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": "2025-05-09T01:33:18.4451438+00:00"
    },
    "code": "sample string 7",
    "modified_dateutc": "2025-05-09T01:33:18.4451438+00:00"
  },
  "company_id": "067a2830-2ec5-43e9-b58d-f17ffa4effc6",
  "company_code": "sample string 12",
  "db_address_id": "d16ddebe-895d-4060-90c5-8cfdd5453826",
  "db_address_code": "sample string 14",
  "location": "sample string 15",
  "contact_id": "eff7c606-69af-4669-9aef-9d8f58c6deac",
  "contact_reference_back_office": "sample string 17",
  "owner_user_id": "c8e7d62a-8be5-48d9-9f9a-d58f37317943",
  "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": "2025-05-09T01:33:18.4451438+00:00",
  "date_create": "2025-05-09T01:33:18.4451438+00:00",
  "date_update": "2025-05-09T01:33:18.4451438+00:00",
  "updated_by_user_id": "780cc559-c453-46b5-b03d-26d345ad4a1a",
  "customer_reference": "sample string 28",
  "warranty_date_until": "2025-05-09T01:33:18.4451438+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": "2025-05-09T00:00:00+00:00",
  "shutdown_consequence": "sample string 35",
  "id2": 36,
  "nb_open_jobs": 37,
  "date_next_job": "2025-05-09T01:33:18.4451438+00:00",
  "date_last_job": "2025-05-09T01:33:18.4451438+00:00",
  "nb_jobs_planned": 40,
  "nb_jobs_tobeplanned": 41,
  "nb_jobs_waitingfurtheraction": 42,
  "back_office_timestamp": "2025-05-09T01:33:18.4451438+00:00",
  "modified_dateutc": "2025-05-09T01:33:18.4451438+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": "a427d455-f8cf-44ab-b85f-619914bf8b80",
  "_parent_id": "f20048c7-5f89-4721-91cb-514e7cdda0d3",
  "root_parent_id": "49bf49f8-e113-4e98-b366-eca819b70064",
  "_parent_reference_back_office": "sample string 4",
  "equipment_family_id": "4f7025c2-89c2-4444-a0c7-c8a10d09f2cf",
  "equipment_family_code": "sample string 6",
  "equipment_family": {
    "id": "83023298-c0f1-42dc-8e17-6ed89c89a9f8",
    "name": "sample string 2",
    "description": "sample string 3",
    "code": "sample string 4",
    "_parent_id": "373a8c48-514f-42b1-b65a-6f99bb4c2fe9",
    "_parent_code": "sample string 6",
    "sales_organization_id": "238f304f-84de-4b8e-b8bf-3458e0cb1046",
    "sales_organization_code": "sample string 8",
    "sales_organization": {
      "id": "bafbede5-d5fb-48ef-8765-55e3cda0458a",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "7047bd74-1b5e-44fa-8cd4-4c040f303518",
      "db_currency_id": "7a0009bb-6396-4741-afa6-77039eba9d9b",
      "db_language_id": "6da55487-7e7c-40ce-ad0c-428d35d10794",
      "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": "2025-05-09T01:33:18.4451438+00:00"
    },
    "modified_dateutc": "2025-05-09T01:33:18.4451438+00:00"
  },
  "equipment_model_id": "12846dda-ec5e-4416-98f6-38fd6e36a2ca",
  "equipment_model_code": "sample string 8",
  "equipment_model": {
    "id": "eb1b0120-1183-4b4d-97fb-2c5df4cc96b8",
    "code": "sample string 2",
    "name": "sample string 3",
    "description": "sample string 4",
    "equipment_brand_id": "d0bea213-97e6-4c5b-b71f-f1d9a17874e3",
    "equipment_brand_code": "sample string 6",
    "equipment_brand": {
      "id": "1ba12e1d-37b4-4d63-b60d-0565fa93deb6",
      "name": "sample string 2",
      "code": "sample string 3",
      "sales_organization_id": "79deeaf1-d624-44d2-8b1c-3d0196337429",
      "sales_organization_code": "sample string 5",
      "sales_organization": {
        "id": "bafbede5-d5fb-48ef-8765-55e3cda0458a",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "7047bd74-1b5e-44fa-8cd4-4c040f303518",
        "db_currency_id": "7a0009bb-6396-4741-afa6-77039eba9d9b",
        "db_language_id": "6da55487-7e7c-40ce-ad0c-428d35d10794",
        "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": "2025-05-09T01:33:18.4451438+00:00"
      },
      "modified_dateutc": "2025-05-09T01:33:18.4451438+00:00"
    },
    "equipment_family_id": "9fee52fe-1d6e-429e-b468-35c769a9ad07",
    "equipment_family_code": "sample string 8",
    "equipment_family": {
      "id": "83023298-c0f1-42dc-8e17-6ed89c89a9f8",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "_parent_id": "373a8c48-514f-42b1-b65a-6f99bb4c2fe9",
      "_parent_code": "sample string 6",
      "sales_organization_id": "238f304f-84de-4b8e-b8bf-3458e0cb1046",
      "sales_organization_code": "sample string 8",
      "sales_organization": {
        "id": "bafbede5-d5fb-48ef-8765-55e3cda0458a",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "7047bd74-1b5e-44fa-8cd4-4c040f303518",
        "db_currency_id": "7a0009bb-6396-4741-afa6-77039eba9d9b",
        "db_language_id": "6da55487-7e7c-40ce-ad0c-428d35d10794",
        "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": "2025-05-09T01:33:18.4451438+00:00"
      },
      "modified_dateutc": "2025-05-09T01:33:18.4451438+00:00"
    },
    "date_in_production_since": "2025-05-09T01:33:18.4451438+00:00",
    "date_out_of_production_since": "2025-05-09T01:33:18.4451438+00:00",
    "date_end_support": "2025-05-09T01:33:18.4451438+00:00",
    "sales_organization_id": "4c6f59f2-fe0e-4959-a6c8-4499c6b6866e",
    "sales_organization_code": "sample string 13",
    "sales_organization": {
      "id": "bafbede5-d5fb-48ef-8765-55e3cda0458a",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "7047bd74-1b5e-44fa-8cd4-4c040f303518",
      "db_currency_id": "7a0009bb-6396-4741-afa6-77039eba9d9b",
      "db_language_id": "6da55487-7e7c-40ce-ad0c-428d35d10794",
      "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": "2025-05-09T01:33:18.4451438+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": "2025-05-09T01:33:18.4451438+00:00"
  },
  "project_status_id": "55443cd6-9d07-4f2a-aaea-9bbee90b143e",
  "project_status_code": "sample string 10",
  "project_status": {
    "id": "7dc6a67d-f9dc-43a5-ac4b-c2a6630efd7e",
    "name": "sample string 2",
    "is_default": true,
    "is_closed": true,
    "sales_organization_id": "8483ff14-ab4f-440f-9288-79f9bb36cc0a",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "bafbede5-d5fb-48ef-8765-55e3cda0458a",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "7047bd74-1b5e-44fa-8cd4-4c040f303518",
      "db_currency_id": "7a0009bb-6396-4741-afa6-77039eba9d9b",
      "db_language_id": "6da55487-7e7c-40ce-ad0c-428d35d10794",
      "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": "2025-05-09T01:33:18.4451438+00:00"
    },
    "code": "sample string 7",
    "modified_dateutc": "2025-05-09T01:33:18.4451438+00:00"
  },
  "company_id": "d739e23e-744b-439a-8c89-3b7e1887a1e2",
  "company_code": "sample string 12",
  "db_address_id": "ee91078d-3679-4c79-83f3-7e96e820c2a7",
  "db_address_code": "sample string 14",
  "location": "sample string 15",
  "contact_id": "5ab41791-7d03-4ec3-9993-c190cea79cc8",
  "contact_reference_back_office": "sample string 17",
  "owner_user_id": "5f38b60b-00de-4308-b499-ba948c3bf4d8",
  "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": "2025-05-09T01:33:18.4451438+00:00",
  "date_create": "2025-05-09T01:33:18.4451438+00:00",
  "date_update": "2025-05-09T01:33:18.4451438+00:00",
  "updated_by_user_id": "4868f71a-a494-4bff-b6bb-19bd22e593d4",
  "customer_reference": "sample string 28",
  "warranty_date_until": "2025-05-09T01:33:18.4451438+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": "2025-05-09T00:00:00+00:00",
  "shutdown_consequence": "sample string 35",
  "id2": 36,
  "nb_open_jobs": 37,
  "date_next_job": "2025-05-09T01:33:18.4451438+00:00",
  "date_last_job": "2025-05-09T01:33:18.4451438+00:00",
  "nb_jobs_planned": 40,
  "nb_jobs_tobeplanned": 41,
  "nb_jobs_waitingfurtheraction": 42,
  "back_office_timestamp": "2025-05-09T01:33:18.4451438+00:00",
  "modified_dateutc": "2025-05-09T01:33:18.4451438+00:00",
  "is_mobile_installation": true
}