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": "4707596a-8c50-437e-8a52-40e8a2b171d2",
  "_parent_id": "3b604e75-3b09-4e59-a67a-4697d4b1492c",
  "root_parent_id": "8b6787f9-344c-42db-b313-9718da52f1ff",
  "_parent_reference_back_office": "sample string 4",
  "equipment_family_id": "c03f3632-55d1-4fba-bc71-a228d6918def",
  "equipment_family_code": "sample string 6",
  "equipment_family": {
    "id": "5a8d93d5-3fb2-4057-b5e9-276fa59899bb",
    "name": "sample string 2",
    "description": "sample string 3",
    "code": "sample string 4",
    "_parent_id": "2be00314-d2eb-45aa-a422-73d6698f78d2",
    "_parent_code": "sample string 6",
    "sales_organization_id": "28e3880e-d011-4a7d-9781-12dfd669bedc",
    "sales_organization_code": "sample string 8",
    "sales_organization": {
      "id": "9f61763c-ae5d-4da6-80eb-7172b04b663d",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "7eba8e8b-d05a-42f7-939f-b46977440ef7",
      "db_currency_id": "95f92e97-5371-4db1-8f8b-6288422011c8",
      "db_language_id": "e678339b-8a96-43b3-9e90-f81e641309bf",
      "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-12-06T14:00:47.6129111+00:00"
    },
    "modified_dateutc": "2025-12-06T14:00:47.6129111+00:00"
  },
  "equipment_model_id": "8be084bb-e695-4a3f-bcf1-48893a8603d0",
  "equipment_model_code": "sample string 8",
  "equipment_model": {
    "id": "879fa1a9-3c59-4e9d-a02e-cc0ef8a6153f",
    "code": "sample string 2",
    "name": "sample string 3",
    "description": "sample string 4",
    "equipment_brand_id": "8b47644b-7421-4af7-b9ae-86b5bac08fb3",
    "equipment_brand_code": "sample string 6",
    "equipment_brand": {
      "id": "66206af6-205b-4589-9638-8575712d0220",
      "name": "sample string 2",
      "code": "sample string 3",
      "sales_organization_id": "a4cdb448-cc72-42b8-8b87-67cd9bd5cca3",
      "sales_organization_code": "sample string 5",
      "sales_organization": {
        "id": "9f61763c-ae5d-4da6-80eb-7172b04b663d",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "7eba8e8b-d05a-42f7-939f-b46977440ef7",
        "db_currency_id": "95f92e97-5371-4db1-8f8b-6288422011c8",
        "db_language_id": "e678339b-8a96-43b3-9e90-f81e641309bf",
        "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-12-06T14:00:47.6129111+00:00"
      },
      "modified_dateutc": "2025-12-06T14:00:47.6129111+00:00"
    },
    "equipment_family_id": "57591b3c-85f6-48f9-8043-f48f5c999841",
    "equipment_family_code": "sample string 8",
    "equipment_family": {
      "id": "5a8d93d5-3fb2-4057-b5e9-276fa59899bb",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "_parent_id": "2be00314-d2eb-45aa-a422-73d6698f78d2",
      "_parent_code": "sample string 6",
      "sales_organization_id": "28e3880e-d011-4a7d-9781-12dfd669bedc",
      "sales_organization_code": "sample string 8",
      "sales_organization": {
        "id": "9f61763c-ae5d-4da6-80eb-7172b04b663d",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "7eba8e8b-d05a-42f7-939f-b46977440ef7",
        "db_currency_id": "95f92e97-5371-4db1-8f8b-6288422011c8",
        "db_language_id": "e678339b-8a96-43b3-9e90-f81e641309bf",
        "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-12-06T14:00:47.6129111+00:00"
      },
      "modified_dateutc": "2025-12-06T14:00:47.6129111+00:00"
    },
    "date_in_production_since": "2025-12-06T14:00:47.6129111+00:00",
    "date_out_of_production_since": "2025-12-06T14:00:47.6129111+00:00",
    "date_end_support": "2025-12-06T14:00:47.6129111+00:00",
    "sales_organization_id": "3c939226-28fe-490c-ae83-d3f101fe676e",
    "sales_organization_code": "sample string 13",
    "sales_organization": {
      "id": "9f61763c-ae5d-4da6-80eb-7172b04b663d",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "7eba8e8b-d05a-42f7-939f-b46977440ef7",
      "db_currency_id": "95f92e97-5371-4db1-8f8b-6288422011c8",
      "db_language_id": "e678339b-8a96-43b3-9e90-f81e641309bf",
      "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-12-06T14:00:47.6129111+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-12-06T14:00:47.6129111+00:00"
  },
  "project_status_id": "ec4b5b1e-5416-44b7-9b16-568ed5be81be",
  "project_status_code": "sample string 10",
  "project_status": {
    "id": "4281e85b-5023-423b-b4f9-6da42d7649c0",
    "name": "sample string 2",
    "is_default": true,
    "is_closed": true,
    "sales_organization_id": "d70fcf9f-5fba-4da2-8357-6d81473ed5f2",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "9f61763c-ae5d-4da6-80eb-7172b04b663d",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "7eba8e8b-d05a-42f7-939f-b46977440ef7",
      "db_currency_id": "95f92e97-5371-4db1-8f8b-6288422011c8",
      "db_language_id": "e678339b-8a96-43b3-9e90-f81e641309bf",
      "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-12-06T14:00:47.6129111+00:00"
    },
    "code": "sample string 7",
    "modified_dateutc": "2025-12-06T14:00:47.6129111+00:00"
  },
  "company_id": "d6d3a76d-8f8f-43db-a074-26ac1d25cbc0",
  "company_code": "sample string 12",
  "db_address_id": "ac3f58e9-9fee-4f13-b075-62ffb60657dd",
  "db_address_code": "sample string 14",
  "location": "sample string 15",
  "contact_id": "fa2b8d6b-6b33-4f1a-bac3-be8a188cde0f",
  "contact_reference_back_office": "sample string 17",
  "owner_user_id": "a42e9904-f0a0-4fde-abec-997a7170e8fa",
  "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-12-06T14:00:47.6129111+00:00",
  "date_create": "2025-12-06T14:00:47.6129111+00:00",
  "date_update": "2025-12-06T14:00:47.6129111+00:00",
  "updated_by_user_id": "bb1c23b3-ac0d-478c-9e4f-f8116d0d6c34",
  "customer_reference": "sample string 28",
  "warranty_date_until": "2025-12-06T14:00:47.6129111+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-12-06T00:00:00+00:00",
  "shutdown_consequence": "sample string 35",
  "id2": 36,
  "nb_open_jobs": 37,
  "date_next_job": "2025-12-06T14:00:47.6129111+00:00",
  "date_last_job": "2025-12-06T14:00:47.6129111+00:00",
  "nb_jobs_planned": 40,
  "nb_jobs_tobeplanned": 41,
  "nb_jobs_waitingfurtheraction": 42,
  "back_office_timestamp": "2025-12-06T14:00:47.6129111+00:00",
  "modified_dateutc": "2025-12-06T14:00:47.6129111+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": "b3d3680b-33c7-48f4-aac9-654d40741dc3",
  "_parent_id": "7d1a016a-063b-48cc-972d-1be0ea3624b7",
  "root_parent_id": "62ea3d86-1042-4114-b8b4-c2dc407bfdcd",
  "_parent_reference_back_office": "sample string 4",
  "equipment_family_id": "bf766b00-099d-4efd-a1c2-cba2aab6f96a",
  "equipment_family_code": "sample string 6",
  "equipment_family": {
    "id": "0b3bfc36-760e-42d0-9cf4-f24b0955af31",
    "name": "sample string 2",
    "description": "sample string 3",
    "code": "sample string 4",
    "_parent_id": "c6f74436-52e4-4b3f-b836-b538b4c26a99",
    "_parent_code": "sample string 6",
    "sales_organization_id": "e999081c-3c3a-4670-87f6-35dde27ee3c1",
    "sales_organization_code": "sample string 8",
    "sales_organization": {
      "id": "03693c2c-e709-4811-be42-f19ac9aa5342",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "ad981e2d-7b43-42d9-a7b7-e640f33f8795",
      "db_currency_id": "07ac5417-1e47-45ac-af5d-fcec558e0d38",
      "db_language_id": "7320fd32-e1d9-4b6e-aabd-60c017620307",
      "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-12-06T14:00:47.6129111+00:00"
    },
    "modified_dateutc": "2025-12-06T14:00:47.6129111+00:00"
  },
  "equipment_model_id": "d2fdc796-bc3d-4180-8635-a9454402beec",
  "equipment_model_code": "sample string 8",
  "equipment_model": {
    "id": "57423ea5-3849-407c-9f63-0427cc0d42a5",
    "code": "sample string 2",
    "name": "sample string 3",
    "description": "sample string 4",
    "equipment_brand_id": "526fc670-57d5-4211-affa-ad3356085f1c",
    "equipment_brand_code": "sample string 6",
    "equipment_brand": {
      "id": "4603fdcd-4517-41ae-b728-b9bd7f24e6e9",
      "name": "sample string 2",
      "code": "sample string 3",
      "sales_organization_id": "f341c0cf-ce98-416a-91b6-4a6844cbd67b",
      "sales_organization_code": "sample string 5",
      "sales_organization": {
        "id": "03693c2c-e709-4811-be42-f19ac9aa5342",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "ad981e2d-7b43-42d9-a7b7-e640f33f8795",
        "db_currency_id": "07ac5417-1e47-45ac-af5d-fcec558e0d38",
        "db_language_id": "7320fd32-e1d9-4b6e-aabd-60c017620307",
        "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-12-06T14:00:47.6129111+00:00"
      },
      "modified_dateutc": "2025-12-06T14:00:47.6129111+00:00"
    },
    "equipment_family_id": "d8ef344c-5fb2-4407-9edf-45176e3990b6",
    "equipment_family_code": "sample string 8",
    "equipment_family": {
      "id": "0b3bfc36-760e-42d0-9cf4-f24b0955af31",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "_parent_id": "c6f74436-52e4-4b3f-b836-b538b4c26a99",
      "_parent_code": "sample string 6",
      "sales_organization_id": "e999081c-3c3a-4670-87f6-35dde27ee3c1",
      "sales_organization_code": "sample string 8",
      "sales_organization": {
        "id": "03693c2c-e709-4811-be42-f19ac9aa5342",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "ad981e2d-7b43-42d9-a7b7-e640f33f8795",
        "db_currency_id": "07ac5417-1e47-45ac-af5d-fcec558e0d38",
        "db_language_id": "7320fd32-e1d9-4b6e-aabd-60c017620307",
        "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-12-06T14:00:47.6129111+00:00"
      },
      "modified_dateutc": "2025-12-06T14:00:47.6129111+00:00"
    },
    "date_in_production_since": "2025-12-06T14:00:47.6129111+00:00",
    "date_out_of_production_since": "2025-12-06T14:00:47.6129111+00:00",
    "date_end_support": "2025-12-06T14:00:47.6129111+00:00",
    "sales_organization_id": "58ae9ec8-5533-4ee4-a22b-7880d48822d6",
    "sales_organization_code": "sample string 13",
    "sales_organization": {
      "id": "03693c2c-e709-4811-be42-f19ac9aa5342",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "ad981e2d-7b43-42d9-a7b7-e640f33f8795",
      "db_currency_id": "07ac5417-1e47-45ac-af5d-fcec558e0d38",
      "db_language_id": "7320fd32-e1d9-4b6e-aabd-60c017620307",
      "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-12-06T14:00:47.6129111+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-12-06T14:00:47.6129111+00:00"
  },
  "project_status_id": "25b5fd1b-c6bc-4bdc-a866-fd6a70260a68",
  "project_status_code": "sample string 10",
  "project_status": {
    "id": "6ead410a-a70d-40e9-8eb0-c63243ad3b14",
    "name": "sample string 2",
    "is_default": true,
    "is_closed": true,
    "sales_organization_id": "fd38c6ec-ddb1-47bd-9bba-875dfcade350",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "03693c2c-e709-4811-be42-f19ac9aa5342",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "ad981e2d-7b43-42d9-a7b7-e640f33f8795",
      "db_currency_id": "07ac5417-1e47-45ac-af5d-fcec558e0d38",
      "db_language_id": "7320fd32-e1d9-4b6e-aabd-60c017620307",
      "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-12-06T14:00:47.6129111+00:00"
    },
    "code": "sample string 7",
    "modified_dateutc": "2025-12-06T14:00:47.6129111+00:00"
  },
  "company_id": "02039127-6b51-4e07-b8da-fc2796ff469a",
  "company_code": "sample string 12",
  "db_address_id": "46182b06-d636-466e-b845-506860652b42",
  "db_address_code": "sample string 14",
  "location": "sample string 15",
  "contact_id": "c6c70360-847b-43d4-8b25-c382b84f76cf",
  "contact_reference_back_office": "sample string 17",
  "owner_user_id": "8663dd22-a226-4cd3-9f66-c7199f66c4f5",
  "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-12-06T14:00:47.6129111+00:00",
  "date_create": "2025-12-06T14:00:47.6129111+00:00",
  "date_update": "2025-12-06T14:00:47.6129111+00:00",
  "updated_by_user_id": "60b64377-37a9-4d19-a6dc-80885ad1d280",
  "customer_reference": "sample string 28",
  "warranty_date_until": "2025-12-06T14:00:47.6129111+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-12-06T00:00:00+00:00",
  "shutdown_consequence": "sample string 35",
  "id2": 36,
  "nb_open_jobs": 37,
  "date_next_job": "2025-12-06T14:00:47.6129111+00:00",
  "date_last_job": "2025-12-06T14:00:47.6129111+00:00",
  "nb_jobs_planned": 40,
  "nb_jobs_tobeplanned": 41,
  "nb_jobs_waitingfurtheraction": 42,
  "back_office_timestamp": "2025-12-06T14:00:47.6129111+00:00",
  "modified_dateutc": "2025-12-06T14:00:47.6129111+00:00",
  "is_mobile_installation": true
}