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": "adfaa1fd-6d04-45f1-845d-f28f6dd9d32c",
  "_parent_id": "1a773ca5-44ce-486d-a91a-9a13902dde6c",
  "root_parent_id": "657222a5-41a9-446e-b9b2-693d7d98f531",
  "_parent_reference_back_office": "sample string 4",
  "equipment_family_id": "9c77053b-db6d-4093-9d54-c9beafe4a757",
  "equipment_family_code": "sample string 6",
  "equipment_family": {
    "id": "c14e6176-eda5-463b-88ad-acf7915680ea",
    "name": "sample string 2",
    "description": "sample string 3",
    "code": "sample string 4",
    "_parent_id": "dce92100-4739-44cf-91c4-68cfdc91a7a4",
    "_parent_code": "sample string 6",
    "sales_organization_id": "820cdda7-c6da-45dc-9139-2ade14ec2e0b",
    "sales_organization_code": "sample string 8",
    "sales_organization": {
      "id": "002e0dbd-0a70-4100-8462-4e9b5da253f1",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "f40b164f-392e-44ac-9df1-cff5c066b0eb",
      "db_currency_id": "c846969c-5842-4595-a86d-1bbf8f171534",
      "db_language_id": "26f88d86-e376-41bc-899f-90dc21e0e68c",
      "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-04T20:25:50.5406937+00:00"
    },
    "modified_dateutc": "2025-09-04T20:25:50.5406937+00:00"
  },
  "equipment_model_id": "ea0d63bc-bf88-45e0-a663-35292a354722",
  "equipment_model_code": "sample string 8",
  "equipment_model": {
    "id": "5281ab93-913e-462a-8ae3-4457ae4b7a46",
    "code": "sample string 2",
    "name": "sample string 3",
    "description": "sample string 4",
    "equipment_brand_id": "512bd091-f616-4b42-8494-be90732efe0e",
    "equipment_brand_code": "sample string 6",
    "equipment_brand": {
      "id": "ad311e07-0de7-4dd4-9912-68fd29d6c821",
      "name": "sample string 2",
      "code": "sample string 3",
      "sales_organization_id": "d7cc3018-a195-44df-a57c-2601de69ba7b",
      "sales_organization_code": "sample string 5",
      "sales_organization": {
        "id": "002e0dbd-0a70-4100-8462-4e9b5da253f1",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "f40b164f-392e-44ac-9df1-cff5c066b0eb",
        "db_currency_id": "c846969c-5842-4595-a86d-1bbf8f171534",
        "db_language_id": "26f88d86-e376-41bc-899f-90dc21e0e68c",
        "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-04T20:25:50.5406937+00:00"
      },
      "modified_dateutc": "2025-09-04T20:25:50.5406937+00:00"
    },
    "equipment_family_id": "fb6fad3e-d47e-42e0-a3f9-1f8935d0e34f",
    "equipment_family_code": "sample string 8",
    "equipment_family": {
      "id": "c14e6176-eda5-463b-88ad-acf7915680ea",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "_parent_id": "dce92100-4739-44cf-91c4-68cfdc91a7a4",
      "_parent_code": "sample string 6",
      "sales_organization_id": "820cdda7-c6da-45dc-9139-2ade14ec2e0b",
      "sales_organization_code": "sample string 8",
      "sales_organization": {
        "id": "002e0dbd-0a70-4100-8462-4e9b5da253f1",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "f40b164f-392e-44ac-9df1-cff5c066b0eb",
        "db_currency_id": "c846969c-5842-4595-a86d-1bbf8f171534",
        "db_language_id": "26f88d86-e376-41bc-899f-90dc21e0e68c",
        "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-04T20:25:50.5406937+00:00"
      },
      "modified_dateutc": "2025-09-04T20:25:50.5406937+00:00"
    },
    "date_in_production_since": "2025-09-04T20:25:50.5406937+00:00",
    "date_out_of_production_since": "2025-09-04T20:25:50.5406937+00:00",
    "date_end_support": "2025-09-04T20:25:50.5406937+00:00",
    "sales_organization_id": "833da4a5-f3ae-4fc3-8720-0775a38c063f",
    "sales_organization_code": "sample string 13",
    "sales_organization": {
      "id": "002e0dbd-0a70-4100-8462-4e9b5da253f1",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "f40b164f-392e-44ac-9df1-cff5c066b0eb",
      "db_currency_id": "c846969c-5842-4595-a86d-1bbf8f171534",
      "db_language_id": "26f88d86-e376-41bc-899f-90dc21e0e68c",
      "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-04T20:25:50.5406937+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-04T20:25:50.5406937+00:00"
  },
  "project_status_id": "c5c0d21f-c34d-41c9-9b4c-c13f14bb1b15",
  "project_status_code": "sample string 10",
  "project_status": {
    "id": "e27bfe28-b83f-4460-b104-4a536f3884c7",
    "name": "sample string 2",
    "is_default": true,
    "is_closed": true,
    "sales_organization_id": "c293162a-43ab-4f8f-b7f9-c6d1a9480bc0",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "002e0dbd-0a70-4100-8462-4e9b5da253f1",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "f40b164f-392e-44ac-9df1-cff5c066b0eb",
      "db_currency_id": "c846969c-5842-4595-a86d-1bbf8f171534",
      "db_language_id": "26f88d86-e376-41bc-899f-90dc21e0e68c",
      "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-04T20:25:50.5406937+00:00"
    },
    "code": "sample string 7",
    "modified_dateutc": "2025-09-04T20:25:50.5406937+00:00"
  },
  "company_id": "95912a84-5f6f-41f0-add3-8ac17f9346db",
  "company_code": "sample string 12",
  "db_address_id": "f1321876-b9e7-45d0-be9b-dc990e8c0733",
  "db_address_code": "sample string 14",
  "location": "sample string 15",
  "contact_id": "4c89f905-88e6-40ce-920c-734b259cf1ca",
  "contact_reference_back_office": "sample string 17",
  "owner_user_id": "1fbe9273-97df-4ccf-abb9-c8753acaabdd",
  "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-04T20:25:50.5406937+00:00",
  "date_create": "2025-09-04T20:25:50.5406937+00:00",
  "date_update": "2025-09-04T20:25:50.5406937+00:00",
  "updated_by_user_id": "55e007f7-3e59-48b5-82ba-7ca0f415a588",
  "customer_reference": "sample string 28",
  "warranty_date_until": "2025-09-04T20:25:50.5406937+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-04T20:25:50.5406937+00:00",
  "date_last_job": "2025-09-04T20:25:50.5406937+00:00",
  "nb_jobs_planned": 40,
  "nb_jobs_tobeplanned": 41,
  "nb_jobs_waitingfurtheraction": 42,
  "back_office_timestamp": "2025-09-04T20:25:50.5406937+00:00",
  "modified_dateutc": "2025-09-04T20:25:50.5406937+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": "7dffe044-ad67-437f-8b7c-cd9ad16b1405",
  "_parent_id": "2851739c-4055-48af-9c00-6389c0a4f4b4",
  "root_parent_id": "fd9809f6-d962-4d76-b362-f7196675a1a3",
  "_parent_reference_back_office": "sample string 4",
  "equipment_family_id": "6ae05a89-2e23-40e8-8997-bf40f5e91a47",
  "equipment_family_code": "sample string 6",
  "equipment_family": {
    "id": "fdb59377-59e2-4b81-856c-2e8ee9cc8007",
    "name": "sample string 2",
    "description": "sample string 3",
    "code": "sample string 4",
    "_parent_id": "1f46d994-01bf-474e-aee9-39d499c999c7",
    "_parent_code": "sample string 6",
    "sales_organization_id": "65094e1c-77fe-4e08-9e06-7759da4d4e92",
    "sales_organization_code": "sample string 8",
    "sales_organization": {
      "id": "bb13c7b6-9116-4db4-a8e7-8d31125c6273",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "64bef7c8-5265-4c61-9a09-4ad6a6fef45f",
      "db_currency_id": "ccba423c-85b8-4a35-9982-318c970a9a42",
      "db_language_id": "13c01ad1-90b0-49f8-b8a0-d45c07c91396",
      "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-04T20:25:50.5406937+00:00"
    },
    "modified_dateutc": "2025-09-04T20:25:50.5406937+00:00"
  },
  "equipment_model_id": "799c2958-67a3-494c-97d6-de5271f9a88e",
  "equipment_model_code": "sample string 8",
  "equipment_model": {
    "id": "324137a9-c240-42e2-9014-40a86147245f",
    "code": "sample string 2",
    "name": "sample string 3",
    "description": "sample string 4",
    "equipment_brand_id": "c4a4c1fe-3fff-4399-840f-a6e99fad19f9",
    "equipment_brand_code": "sample string 6",
    "equipment_brand": {
      "id": "5b0efd41-fc09-43e9-9cee-3e21109a5c60",
      "name": "sample string 2",
      "code": "sample string 3",
      "sales_organization_id": "104fa16b-6f50-4927-bc21-3bdfe3fc3588",
      "sales_organization_code": "sample string 5",
      "sales_organization": {
        "id": "bb13c7b6-9116-4db4-a8e7-8d31125c6273",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "64bef7c8-5265-4c61-9a09-4ad6a6fef45f",
        "db_currency_id": "ccba423c-85b8-4a35-9982-318c970a9a42",
        "db_language_id": "13c01ad1-90b0-49f8-b8a0-d45c07c91396",
        "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-04T20:25:50.5406937+00:00"
      },
      "modified_dateutc": "2025-09-04T20:25:50.5406937+00:00"
    },
    "equipment_family_id": "b598a3b1-7f9e-4766-94bd-535840fc4113",
    "equipment_family_code": "sample string 8",
    "equipment_family": {
      "id": "fdb59377-59e2-4b81-856c-2e8ee9cc8007",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "_parent_id": "1f46d994-01bf-474e-aee9-39d499c999c7",
      "_parent_code": "sample string 6",
      "sales_organization_id": "65094e1c-77fe-4e08-9e06-7759da4d4e92",
      "sales_organization_code": "sample string 8",
      "sales_organization": {
        "id": "bb13c7b6-9116-4db4-a8e7-8d31125c6273",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "64bef7c8-5265-4c61-9a09-4ad6a6fef45f",
        "db_currency_id": "ccba423c-85b8-4a35-9982-318c970a9a42",
        "db_language_id": "13c01ad1-90b0-49f8-b8a0-d45c07c91396",
        "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-04T20:25:50.5406937+00:00"
      },
      "modified_dateutc": "2025-09-04T20:25:50.5406937+00:00"
    },
    "date_in_production_since": "2025-09-04T20:25:50.5406937+00:00",
    "date_out_of_production_since": "2025-09-04T20:25:50.5406937+00:00",
    "date_end_support": "2025-09-04T20:25:50.5406937+00:00",
    "sales_organization_id": "40628334-aa34-4840-9cef-f5e6da060c31",
    "sales_organization_code": "sample string 13",
    "sales_organization": {
      "id": "bb13c7b6-9116-4db4-a8e7-8d31125c6273",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "64bef7c8-5265-4c61-9a09-4ad6a6fef45f",
      "db_currency_id": "ccba423c-85b8-4a35-9982-318c970a9a42",
      "db_language_id": "13c01ad1-90b0-49f8-b8a0-d45c07c91396",
      "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-04T20:25:50.5406937+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-04T20:25:50.5406937+00:00"
  },
  "project_status_id": "ec7bec07-4d1f-482a-a23b-526605783318",
  "project_status_code": "sample string 10",
  "project_status": {
    "id": "7880ab26-8542-4366-86fa-a9710eedf024",
    "name": "sample string 2",
    "is_default": true,
    "is_closed": true,
    "sales_organization_id": "fc0495d2-bcb2-4c0a-8c0c-c40aa5586a5c",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "bb13c7b6-9116-4db4-a8e7-8d31125c6273",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "64bef7c8-5265-4c61-9a09-4ad6a6fef45f",
      "db_currency_id": "ccba423c-85b8-4a35-9982-318c970a9a42",
      "db_language_id": "13c01ad1-90b0-49f8-b8a0-d45c07c91396",
      "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-04T20:25:50.5406937+00:00"
    },
    "code": "sample string 7",
    "modified_dateutc": "2025-09-04T20:25:50.5406937+00:00"
  },
  "company_id": "4b8c5139-77d7-44e8-9beb-d5e29f431b04",
  "company_code": "sample string 12",
  "db_address_id": "30695f24-1df2-46f3-ad07-05311dc8fab5",
  "db_address_code": "sample string 14",
  "location": "sample string 15",
  "contact_id": "ed2da65b-891e-4da7-9628-dd11ebaae0e7",
  "contact_reference_back_office": "sample string 17",
  "owner_user_id": "807e5961-6408-41ce-8697-3d4b13d901e0",
  "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-04T20:25:50.5406937+00:00",
  "date_create": "2025-09-04T20:25:50.5406937+00:00",
  "date_update": "2025-09-04T20:25:50.5406937+00:00",
  "updated_by_user_id": "f8938422-13b9-4ecb-a1cf-886811e254d6",
  "customer_reference": "sample string 28",
  "warranty_date_until": "2025-09-04T20:25:50.5406937+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-04T20:25:50.5406937+00:00",
  "date_last_job": "2025-09-04T20:25:50.5406937+00:00",
  "nb_jobs_planned": 40,
  "nb_jobs_tobeplanned": 41,
  "nb_jobs_waitingfurtheraction": 42,
  "back_office_timestamp": "2025-09-04T20:25:50.5406937+00:00",
  "modified_dateutc": "2025-09-04T20:25:50.5406937+00:00",
  "is_mobile_installation": true
}