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": "702a69ce-c7da-41af-9ede-5a113ee93e4f",
  "_parent_id": "77a971b4-49ea-4abc-b46c-d89e35c09482",
  "root_parent_id": "cdc1a674-6d36-47d4-bb14-8e16c7e3194b",
  "_parent_reference_back_office": "sample string 4",
  "equipment_family_id": "1ceb8dc5-9515-41ed-b46c-b64a42f4f8ac",
  "equipment_family_code": "sample string 6",
  "equipment_family": {
    "id": "31fac639-2ac9-47fc-ba89-b8ab1794d870",
    "name": "sample string 2",
    "description": "sample string 3",
    "code": "sample string 4",
    "_parent_id": "15380d58-508b-4dfa-81bc-0c891cf6212c",
    "_parent_code": "sample string 6",
    "sales_organization_id": "e8b49138-569a-4571-bb26-6070efe010c1",
    "sales_organization_code": "sample string 8",
    "sales_organization": {
      "id": "633f542e-8efa-44a8-a116-4027c1575f18",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "7de7c3e9-bf69-4541-bcaf-5cf97384c56f",
      "db_currency_id": "aed1f661-b4a4-4f10-b2ae-622b0a36c905",
      "db_language_id": "607f9a7e-4aac-452f-a7ae-d1055769ae59",
      "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-09-04T12:24:10.9752774+00:00"
    },
    "modified_dateutc": "2025-09-04T12:24:10.9752774+00:00"
  },
  "equipment_model_id": "f5c0ae4d-2053-4372-9f58-ba315d354630",
  "equipment_model_code": "sample string 8",
  "equipment_model": {
    "id": "bc79abde-8877-450b-8f65-c3f743812f12",
    "code": "sample string 2",
    "name": "sample string 3",
    "description": "sample string 4",
    "equipment_brand_id": "d4d503f3-3902-49d9-aab0-4f3c9bacd6d8",
    "equipment_brand_code": "sample string 6",
    "equipment_brand": {
      "id": "47b25ffd-10d0-45d4-9546-9e8e78200174",
      "name": "sample string 2",
      "code": "sample string 3",
      "sales_organization_id": "61535241-f6a3-40af-b86a-ca2c2a05e6eb",
      "sales_organization_code": "sample string 5",
      "sales_organization": {
        "id": "633f542e-8efa-44a8-a116-4027c1575f18",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "7de7c3e9-bf69-4541-bcaf-5cf97384c56f",
        "db_currency_id": "aed1f661-b4a4-4f10-b2ae-622b0a36c905",
        "db_language_id": "607f9a7e-4aac-452f-a7ae-d1055769ae59",
        "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-09-04T12:24:10.9752774+00:00"
      },
      "modified_dateutc": "2025-09-04T12:24:10.9752774+00:00"
    },
    "equipment_family_id": "539b1732-7a88-400a-8386-db26c56eab9e",
    "equipment_family_code": "sample string 8",
    "equipment_family": {
      "id": "31fac639-2ac9-47fc-ba89-b8ab1794d870",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "_parent_id": "15380d58-508b-4dfa-81bc-0c891cf6212c",
      "_parent_code": "sample string 6",
      "sales_organization_id": "e8b49138-569a-4571-bb26-6070efe010c1",
      "sales_organization_code": "sample string 8",
      "sales_organization": {
        "id": "633f542e-8efa-44a8-a116-4027c1575f18",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "7de7c3e9-bf69-4541-bcaf-5cf97384c56f",
        "db_currency_id": "aed1f661-b4a4-4f10-b2ae-622b0a36c905",
        "db_language_id": "607f9a7e-4aac-452f-a7ae-d1055769ae59",
        "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-09-04T12:24:10.9752774+00:00"
      },
      "modified_dateutc": "2025-09-04T12:24:10.9752774+00:00"
    },
    "date_in_production_since": "2025-09-04T12:24:10.9752774+00:00",
    "date_out_of_production_since": "2025-09-04T12:24:10.9752774+00:00",
    "date_end_support": "2025-09-04T12:24:10.9752774+00:00",
    "sales_organization_id": "a3c59dc2-620c-4737-a35b-e7dea727d01e",
    "sales_organization_code": "sample string 13",
    "sales_organization": {
      "id": "633f542e-8efa-44a8-a116-4027c1575f18",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "7de7c3e9-bf69-4541-bcaf-5cf97384c56f",
      "db_currency_id": "aed1f661-b4a4-4f10-b2ae-622b0a36c905",
      "db_language_id": "607f9a7e-4aac-452f-a7ae-d1055769ae59",
      "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-09-04T12:24:10.9752774+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-09-04T12:24:10.9752774+00:00"
  },
  "project_status_id": "7fc680df-3803-40d7-95f3-59702e6a79ee",
  "project_status_code": "sample string 10",
  "project_status": {
    "id": "5730e6df-8f8f-4f3f-bc25-db013f3f1e2b",
    "name": "sample string 2",
    "is_default": true,
    "is_closed": true,
    "sales_organization_id": "fb8974fd-a6ab-4c40-82a1-ebf115c3fdfa",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "633f542e-8efa-44a8-a116-4027c1575f18",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "7de7c3e9-bf69-4541-bcaf-5cf97384c56f",
      "db_currency_id": "aed1f661-b4a4-4f10-b2ae-622b0a36c905",
      "db_language_id": "607f9a7e-4aac-452f-a7ae-d1055769ae59",
      "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-09-04T12:24:10.9752774+00:00"
    },
    "code": "sample string 7",
    "modified_dateutc": "2025-09-04T12:24:10.9752774+00:00"
  },
  "company_id": "60a34f92-2f0e-40b4-a675-e83e0470fe03",
  "company_code": "sample string 12",
  "db_address_id": "262a544b-9540-43fb-8b85-5e68d8c900f0",
  "db_address_code": "sample string 14",
  "location": "sample string 15",
  "contact_id": "e00c5b68-f2ac-4b39-a7db-69d02e6f87ed",
  "contact_reference_back_office": "sample string 17",
  "owner_user_id": "dd5968f5-60b0-4339-98e1-36d346d00e4b",
  "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-09-04T12:24:10.9752774+00:00",
  "date_create": "2025-09-04T12:24:10.9752774+00:00",
  "date_update": "2025-09-04T12:24:10.9752774+00:00",
  "updated_by_user_id": "1c4ed24a-cc95-47c8-ae9e-0dc3c0a65a6a",
  "customer_reference": "sample string 28",
  "warranty_date_until": "2025-09-04T12:24:10.9752774+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-09-04T00:00:00+00:00",
  "shutdown_consequence": "sample string 35",
  "id2": 36,
  "nb_open_jobs": 37,
  "date_next_job": "2025-09-04T12:24:10.9752774+00:00",
  "date_last_job": "2025-09-04T12:24:10.9752774+00:00",
  "nb_jobs_planned": 40,
  "nb_jobs_tobeplanned": 41,
  "nb_jobs_waitingfurtheraction": 42,
  "back_office_timestamp": "2025-09-04T12:24:10.9752774+00:00",
  "modified_dateutc": "2025-09-04T12:24:10.9752774+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": "e42082e4-0946-405a-aca9-87c76d891332",
  "_parent_id": "e220f34f-a4cb-4413-96c0-fd10cd4bcb91",
  "root_parent_id": "5c05c2f8-a6df-426f-b2ad-c348d1af0c76",
  "_parent_reference_back_office": "sample string 4",
  "equipment_family_id": "467bf648-7a97-481b-a8db-eb361444fa53",
  "equipment_family_code": "sample string 6",
  "equipment_family": {
    "id": "02c895c4-f02d-42fc-a3a5-84df936eef19",
    "name": "sample string 2",
    "description": "sample string 3",
    "code": "sample string 4",
    "_parent_id": "834c01c0-a044-4222-bda0-81b7ad2af390",
    "_parent_code": "sample string 6",
    "sales_organization_id": "6aaf41d7-c344-4ee6-9245-dde0d33b6ac8",
    "sales_organization_code": "sample string 8",
    "sales_organization": {
      "id": "47116748-b2af-49c4-9aa2-5232acbbcbc7",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "434b4c49-d2c9-401c-9f7d-c152aa1fd5c3",
      "db_currency_id": "80a503ad-9cbc-4e76-83fb-2e3c132feb39",
      "db_language_id": "94c05d83-dd27-46bd-a8cd-cadb95453c68",
      "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-09-04T12:24:10.9752774+00:00"
    },
    "modified_dateutc": "2025-09-04T12:24:10.9752774+00:00"
  },
  "equipment_model_id": "964f4dc9-7eea-4dc4-b3ba-952626d726ef",
  "equipment_model_code": "sample string 8",
  "equipment_model": {
    "id": "7e42f13a-dfac-4992-a2f3-aa755b85ac6a",
    "code": "sample string 2",
    "name": "sample string 3",
    "description": "sample string 4",
    "equipment_brand_id": "80b7cd4f-f87e-4c0e-8d10-09bc9f127c62",
    "equipment_brand_code": "sample string 6",
    "equipment_brand": {
      "id": "60ada91d-f29e-4b36-ba89-ff31cf926376",
      "name": "sample string 2",
      "code": "sample string 3",
      "sales_organization_id": "a2ccdd9a-fcf6-46a4-8330-e4e206f4d2ea",
      "sales_organization_code": "sample string 5",
      "sales_organization": {
        "id": "47116748-b2af-49c4-9aa2-5232acbbcbc7",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "434b4c49-d2c9-401c-9f7d-c152aa1fd5c3",
        "db_currency_id": "80a503ad-9cbc-4e76-83fb-2e3c132feb39",
        "db_language_id": "94c05d83-dd27-46bd-a8cd-cadb95453c68",
        "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-09-04T12:24:10.9752774+00:00"
      },
      "modified_dateutc": "2025-09-04T12:24:10.9752774+00:00"
    },
    "equipment_family_id": "f7612c6b-9045-40c0-9c56-5c0acf63d3d0",
    "equipment_family_code": "sample string 8",
    "equipment_family": {
      "id": "02c895c4-f02d-42fc-a3a5-84df936eef19",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "_parent_id": "834c01c0-a044-4222-bda0-81b7ad2af390",
      "_parent_code": "sample string 6",
      "sales_organization_id": "6aaf41d7-c344-4ee6-9245-dde0d33b6ac8",
      "sales_organization_code": "sample string 8",
      "sales_organization": {
        "id": "47116748-b2af-49c4-9aa2-5232acbbcbc7",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "434b4c49-d2c9-401c-9f7d-c152aa1fd5c3",
        "db_currency_id": "80a503ad-9cbc-4e76-83fb-2e3c132feb39",
        "db_language_id": "94c05d83-dd27-46bd-a8cd-cadb95453c68",
        "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-09-04T12:24:10.9752774+00:00"
      },
      "modified_dateutc": "2025-09-04T12:24:10.9752774+00:00"
    },
    "date_in_production_since": "2025-09-04T12:24:10.9752774+00:00",
    "date_out_of_production_since": "2025-09-04T12:24:10.9752774+00:00",
    "date_end_support": "2025-09-04T12:24:10.9752774+00:00",
    "sales_organization_id": "64e9b7cd-6e53-4ab5-8558-69ade13b808b",
    "sales_organization_code": "sample string 13",
    "sales_organization": {
      "id": "47116748-b2af-49c4-9aa2-5232acbbcbc7",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "434b4c49-d2c9-401c-9f7d-c152aa1fd5c3",
      "db_currency_id": "80a503ad-9cbc-4e76-83fb-2e3c132feb39",
      "db_language_id": "94c05d83-dd27-46bd-a8cd-cadb95453c68",
      "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-09-04T12:24:10.9752774+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-09-04T12:24:10.9752774+00:00"
  },
  "project_status_id": "85da7ef7-150c-4ef6-b6cc-8b437ab93e83",
  "project_status_code": "sample string 10",
  "project_status": {
    "id": "5384c8a9-cff5-4e35-aed4-ceb4225eed3f",
    "name": "sample string 2",
    "is_default": true,
    "is_closed": true,
    "sales_organization_id": "01a98475-93a6-43f7-9db9-0ba5a06a709b",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "47116748-b2af-49c4-9aa2-5232acbbcbc7",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "434b4c49-d2c9-401c-9f7d-c152aa1fd5c3",
      "db_currency_id": "80a503ad-9cbc-4e76-83fb-2e3c132feb39",
      "db_language_id": "94c05d83-dd27-46bd-a8cd-cadb95453c68",
      "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-09-04T12:24:10.9752774+00:00"
    },
    "code": "sample string 7",
    "modified_dateutc": "2025-09-04T12:24:10.9752774+00:00"
  },
  "company_id": "a633040a-6297-4693-b758-bd1ba1fa0d7f",
  "company_code": "sample string 12",
  "db_address_id": "c36e0875-6df2-46d0-b4ed-0ea2d7bc079f",
  "db_address_code": "sample string 14",
  "location": "sample string 15",
  "contact_id": "e9c03fd8-6ffd-4341-bb22-ecb8657e2a3f",
  "contact_reference_back_office": "sample string 17",
  "owner_user_id": "c383a687-c23c-4260-91b8-6ceddb59f9db",
  "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-09-04T12:24:10.9752774+00:00",
  "date_create": "2025-09-04T12:24:10.9752774+00:00",
  "date_update": "2025-09-04T12:24:10.9752774+00:00",
  "updated_by_user_id": "0c0f7898-7578-4e79-912f-2cce1efafe04",
  "customer_reference": "sample string 28",
  "warranty_date_until": "2025-09-04T12:24:10.9752774+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-09-04T00:00:00+00:00",
  "shutdown_consequence": "sample string 35",
  "id2": 36,
  "nb_open_jobs": 37,
  "date_next_job": "2025-09-04T12:24:10.9752774+00:00",
  "date_last_job": "2025-09-04T12:24:10.9752774+00:00",
  "nb_jobs_planned": 40,
  "nb_jobs_tobeplanned": 41,
  "nb_jobs_waitingfurtheraction": 42,
  "back_office_timestamp": "2025-09-04T12:24:10.9752774+00:00",
  "modified_dateutc": "2025-09-04T12:24:10.9752774+00:00",
  "is_mobile_installation": true
}