Creates a new project
Request Information
URI Parameters :
None.
Body Parameters :
project| Name | Description | Type | Additional 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
{
"id": "22ff9085-e24c-46b2-a258-abdb1ddce8de",
"_parent_id": "8f915ed2-c157-4cc0-a742-f0b95c45f1a6",
"root_parent_id": "9031cb73-d82b-4b1b-bee3-c54f28f156a0",
"_parent_reference_back_office": "sample string 4",
"equipment_family_id": "61cf3a4f-24e4-4715-9f2b-3393cd356f3c",
"equipment_family_code": "sample string 6",
"equipment_family": {
"id": "d4f95dd0-42a0-4347-b3bb-2e5ff09637f3",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "b70ec52d-826e-4e51-8abd-8def82d81ef3",
"_parent_code": "sample string 6",
"sales_organization_id": "95b6e472-ce2e-4fd2-9d30-7724c3824ecf",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "e5f551bc-4b23-4911-9af7-5000c938cf1b",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "7b9c1a33-8edc-4074-a22b-6d0036cc0561",
"db_currency_id": "65135256-6b25-4293-9295-871dbca9be24",
"db_language_id": "571784ca-8e4e-4f28-b0b0-0339de3ce5d7",
"accountancy_code": "sample string 8",
"archived": true,
"default_unit_of_measure_system_type": "sample string 10",
"street": "sample string 11",
"street2": "sample string 12",
"street_number": "sample string 13",
"zip": "sample string 14",
"city": "sample string 15",
"email": "sample string 16",
"phone": "sample string 17",
"fax": "sample string 18",
"url": "sample string 19",
"vat_reg_code": "sample string 20",
"modified_dateutc": "2026-06-17T17:38:42.4398989+00:00"
},
"modified_dateutc": "2026-06-17T17:38:42.4398989+00:00"
},
"equipment_model_id": "12cf83e8-56e2-4b55-bddf-234d108553c3",
"equipment_model_code": "sample string 8",
"equipment_model": {
"id": "1e9f80aa-6171-43c0-a050-1231da873e7b",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"equipment_brand_id": "fa36c06a-03f9-4d60-b0fa-3c4a5b496787",
"equipment_brand_code": "sample string 6",
"equipment_brand": {
"id": "9b241ce6-8c23-4f3f-9961-3784be5dc20f",
"name": "sample string 2",
"code": "sample string 3",
"sales_organization_id": "98e9b384-113b-4dbb-9b72-3c49a11aec88",
"sales_organization_code": "sample string 5",
"sales_organization": {
"id": "e5f551bc-4b23-4911-9af7-5000c938cf1b",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "7b9c1a33-8edc-4074-a22b-6d0036cc0561",
"db_currency_id": "65135256-6b25-4293-9295-871dbca9be24",
"db_language_id": "571784ca-8e4e-4f28-b0b0-0339de3ce5d7",
"accountancy_code": "sample string 8",
"archived": true,
"default_unit_of_measure_system_type": "sample string 10",
"street": "sample string 11",
"street2": "sample string 12",
"street_number": "sample string 13",
"zip": "sample string 14",
"city": "sample string 15",
"email": "sample string 16",
"phone": "sample string 17",
"fax": "sample string 18",
"url": "sample string 19",
"vat_reg_code": "sample string 20",
"modified_dateutc": "2026-06-17T17:38:42.4398989+00:00"
},
"modified_dateutc": "2026-06-17T17:38:42.4398989+00:00"
},
"equipment_family_id": "f5c53a4c-0e4c-4327-bd06-a6ab946deee4",
"equipment_family_code": "sample string 8",
"equipment_family": {
"id": "d4f95dd0-42a0-4347-b3bb-2e5ff09637f3",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "b70ec52d-826e-4e51-8abd-8def82d81ef3",
"_parent_code": "sample string 6",
"sales_organization_id": "95b6e472-ce2e-4fd2-9d30-7724c3824ecf",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "e5f551bc-4b23-4911-9af7-5000c938cf1b",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "7b9c1a33-8edc-4074-a22b-6d0036cc0561",
"db_currency_id": "65135256-6b25-4293-9295-871dbca9be24",
"db_language_id": "571784ca-8e4e-4f28-b0b0-0339de3ce5d7",
"accountancy_code": "sample string 8",
"archived": true,
"default_unit_of_measure_system_type": "sample string 10",
"street": "sample string 11",
"street2": "sample string 12",
"street_number": "sample string 13",
"zip": "sample string 14",
"city": "sample string 15",
"email": "sample string 16",
"phone": "sample string 17",
"fax": "sample string 18",
"url": "sample string 19",
"vat_reg_code": "sample string 20",
"modified_dateutc": "2026-06-17T17:38:42.4398989+00:00"
},
"modified_dateutc": "2026-06-17T17:38:42.4398989+00:00"
},
"date_in_production_since": "2026-06-17T17:38:42.4398989+00:00",
"date_out_of_production_since": "2026-06-17T17:38:42.4398989+00:00",
"date_end_support": "2026-06-17T17:38:42.4398989+00:00",
"sales_organization_id": "78da3205-a65b-458f-af85-b2858bac4c9b",
"sales_organization_code": "sample string 13",
"sales_organization": {
"id": "e5f551bc-4b23-4911-9af7-5000c938cf1b",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "7b9c1a33-8edc-4074-a22b-6d0036cc0561",
"db_currency_id": "65135256-6b25-4293-9295-871dbca9be24",
"db_language_id": "571784ca-8e4e-4f28-b0b0-0339de3ce5d7",
"accountancy_code": "sample string 8",
"archived": true,
"default_unit_of_measure_system_type": "sample string 10",
"street": "sample string 11",
"street2": "sample string 12",
"street_number": "sample string 13",
"zip": "sample string 14",
"city": "sample string 15",
"email": "sample string 16",
"phone": "sample string 17",
"fax": "sample string 18",
"url": "sample string 19",
"vat_reg_code": "sample string 20",
"modified_dateutc": "2026-06-17T17:38:42.4398989+00:00"
},
"replacement_period_nb_months": 14,
"warranty_period_nb_months": 15,
"translations": [
{
"field_name": "sample string 1",
"language_code": "sample string 2",
"value_translated": "sample string 3"
},
{
"field_name": "sample string 1",
"language_code": "sample string 2",
"value_translated": "sample string 3"
}
],
"modified_dateutc": "2026-06-17T17:38:42.4398989+00:00"
},
"project_status_id": "b6fedf21-9e15-482b-b7eb-d29d71aa50e2",
"project_status_code": "sample string 10",
"project_status": {
"id": "2441488f-daad-4ad3-881a-4784febe1d41",
"name": "sample string 2",
"is_default": true,
"is_closed": true,
"sales_organization_id": "30ecf3c9-a8c2-4fdc-8e7b-f957a4a6db1b",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "e5f551bc-4b23-4911-9af7-5000c938cf1b",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "7b9c1a33-8edc-4074-a22b-6d0036cc0561",
"db_currency_id": "65135256-6b25-4293-9295-871dbca9be24",
"db_language_id": "571784ca-8e4e-4f28-b0b0-0339de3ce5d7",
"accountancy_code": "sample string 8",
"archived": true,
"default_unit_of_measure_system_type": "sample string 10",
"street": "sample string 11",
"street2": "sample string 12",
"street_number": "sample string 13",
"zip": "sample string 14",
"city": "sample string 15",
"email": "sample string 16",
"phone": "sample string 17",
"fax": "sample string 18",
"url": "sample string 19",
"vat_reg_code": "sample string 20",
"modified_dateutc": "2026-06-17T17:38:42.4398989+00:00"
},
"code": "sample string 7",
"modified_dateutc": "2026-06-17T17:38:42.4398989+00:00"
},
"company_id": "1ad5f82f-7328-4b04-8966-50dc54ffc0a7",
"company_code": "sample string 12",
"db_address_id": "071f6ac4-a33c-4dbb-9ba7-dc8ab03d6271",
"db_address_code": "sample string 14",
"location": "sample string 15",
"contact_id": "f96d8e5d-852b-4124-8e2a-8fa02a42f2a0",
"contact_reference_back_office": "sample string 17",
"owner_user_id": "2b793461-db7b-4abb-a22e-5f56c63b3fb9",
"name": "sample string 19",
"description": "sample string 20",
"reference_back_office": "sample string 21",
"serial_number": "sample string 22",
"barcode": "sample string 23",
"date_start_production": "2026-06-17T17:38:42.4398989+00:00",
"date_create": "2026-06-17T17:38:42.4398989+00:00",
"date_update": "2026-06-17T17:38:42.4398989+00:00",
"updated_by_user_id": "73287232-3d84-4169-b3b2-e9642fb75e11",
"customer_reference": "sample string 28",
"warranty_date_until": "2026-06-17T17:38:42.4398989+00:00",
"last_standard_result_score_1": "sample string 30",
"last_standard_result_score_2": "sample string 31",
"target_standard_result_score_1": "sample string 32",
"target_standard_result_score_2": "sample string 33",
"date_built": "2026-06-17T00:00:00+00:00",
"shutdown_consequence": "sample string 35",
"id2": 36,
"nb_open_jobs": 37,
"date_next_job": "2026-06-17T17:38:42.4398989+00:00",
"date_last_job": "2026-06-17T17:38:42.4398989+00:00",
"nb_jobs_planned": 40,
"nb_jobs_tobeplanned": 41,
"nb_jobs_waitingfurtheraction": 42,
"back_office_timestamp": "2026-06-17T17:38:42.4398989+00:00",
"modified_dateutc": "2026-06-17T17:38:42.4398989+00:00",
"is_mobile_installation": true
}
Response Information
Resource Description :
project| Name | Description | Type | Additional 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
{
"id": "1e54a4f3-cfc2-4d12-a492-9f88edf509a4",
"_parent_id": "685a12d9-59e1-4336-b5ff-3e9f44cbb44b",
"root_parent_id": "f09fbe1b-2658-4702-b9a2-ded89248b7be",
"_parent_reference_back_office": "sample string 4",
"equipment_family_id": "0212d015-42e9-4184-b726-74d9e479352d",
"equipment_family_code": "sample string 6",
"equipment_family": {
"id": "2d598e44-bbb6-4542-8a58-1fda64a2830b",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "4f2d08e1-819b-413c-b3a0-db429803175b",
"_parent_code": "sample string 6",
"sales_organization_id": "b8a235eb-1d86-4bfa-9ef9-b4675a0bff59",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "4f993102-9ce6-463a-b224-6896a9b011d7",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "1ab2356c-ce55-4ea9-b7a8-4fccdaaff95f",
"db_currency_id": "a4143a1c-13d4-4a3a-b916-329eda457eae",
"db_language_id": "62c2434f-87a5-4d36-a753-70f959d7aa3b",
"accountancy_code": "sample string 8",
"archived": true,
"default_unit_of_measure_system_type": "sample string 10",
"street": "sample string 11",
"street2": "sample string 12",
"street_number": "sample string 13",
"zip": "sample string 14",
"city": "sample string 15",
"email": "sample string 16",
"phone": "sample string 17",
"fax": "sample string 18",
"url": "sample string 19",
"vat_reg_code": "sample string 20",
"modified_dateutc": "2026-06-17T17:38:42.4398989+00:00"
},
"modified_dateutc": "2026-06-17T17:38:42.4398989+00:00"
},
"equipment_model_id": "ad530479-72cc-4897-b868-bb9e253cf97f",
"equipment_model_code": "sample string 8",
"equipment_model": {
"id": "2e4f4e3a-6e68-48f8-8f59-bc5f46b32287",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"equipment_brand_id": "ab7e0b69-67a9-4436-9767-e1e316f86a49",
"equipment_brand_code": "sample string 6",
"equipment_brand": {
"id": "e881b18c-0e76-4c0f-86e8-22126a6f9da0",
"name": "sample string 2",
"code": "sample string 3",
"sales_organization_id": "58a06b0b-4453-48f9-9411-636c507c3bf7",
"sales_organization_code": "sample string 5",
"sales_organization": {
"id": "4f993102-9ce6-463a-b224-6896a9b011d7",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "1ab2356c-ce55-4ea9-b7a8-4fccdaaff95f",
"db_currency_id": "a4143a1c-13d4-4a3a-b916-329eda457eae",
"db_language_id": "62c2434f-87a5-4d36-a753-70f959d7aa3b",
"accountancy_code": "sample string 8",
"archived": true,
"default_unit_of_measure_system_type": "sample string 10",
"street": "sample string 11",
"street2": "sample string 12",
"street_number": "sample string 13",
"zip": "sample string 14",
"city": "sample string 15",
"email": "sample string 16",
"phone": "sample string 17",
"fax": "sample string 18",
"url": "sample string 19",
"vat_reg_code": "sample string 20",
"modified_dateutc": "2026-06-17T17:38:42.4398989+00:00"
},
"modified_dateutc": "2026-06-17T17:38:42.4398989+00:00"
},
"equipment_family_id": "5548ece1-660d-4c44-8511-2d414b8d13be",
"equipment_family_code": "sample string 8",
"equipment_family": {
"id": "2d598e44-bbb6-4542-8a58-1fda64a2830b",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "4f2d08e1-819b-413c-b3a0-db429803175b",
"_parent_code": "sample string 6",
"sales_organization_id": "b8a235eb-1d86-4bfa-9ef9-b4675a0bff59",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "4f993102-9ce6-463a-b224-6896a9b011d7",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "1ab2356c-ce55-4ea9-b7a8-4fccdaaff95f",
"db_currency_id": "a4143a1c-13d4-4a3a-b916-329eda457eae",
"db_language_id": "62c2434f-87a5-4d36-a753-70f959d7aa3b",
"accountancy_code": "sample string 8",
"archived": true,
"default_unit_of_measure_system_type": "sample string 10",
"street": "sample string 11",
"street2": "sample string 12",
"street_number": "sample string 13",
"zip": "sample string 14",
"city": "sample string 15",
"email": "sample string 16",
"phone": "sample string 17",
"fax": "sample string 18",
"url": "sample string 19",
"vat_reg_code": "sample string 20",
"modified_dateutc": "2026-06-17T17:38:42.4398989+00:00"
},
"modified_dateutc": "2026-06-17T17:38:42.4398989+00:00"
},
"date_in_production_since": "2026-06-17T17:38:42.4398989+00:00",
"date_out_of_production_since": "2026-06-17T17:38:42.4398989+00:00",
"date_end_support": "2026-06-17T17:38:42.4398989+00:00",
"sales_organization_id": "a2911bb2-d117-40cf-a43e-eb1635e7ea51",
"sales_organization_code": "sample string 13",
"sales_organization": {
"id": "4f993102-9ce6-463a-b224-6896a9b011d7",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "1ab2356c-ce55-4ea9-b7a8-4fccdaaff95f",
"db_currency_id": "a4143a1c-13d4-4a3a-b916-329eda457eae",
"db_language_id": "62c2434f-87a5-4d36-a753-70f959d7aa3b",
"accountancy_code": "sample string 8",
"archived": true,
"default_unit_of_measure_system_type": "sample string 10",
"street": "sample string 11",
"street2": "sample string 12",
"street_number": "sample string 13",
"zip": "sample string 14",
"city": "sample string 15",
"email": "sample string 16",
"phone": "sample string 17",
"fax": "sample string 18",
"url": "sample string 19",
"vat_reg_code": "sample string 20",
"modified_dateutc": "2026-06-17T17:38:42.4398989+00:00"
},
"replacement_period_nb_months": 14,
"warranty_period_nb_months": 15,
"translations": [
{
"field_name": "sample string 1",
"language_code": "sample string 2",
"value_translated": "sample string 3"
},
{
"field_name": "sample string 1",
"language_code": "sample string 2",
"value_translated": "sample string 3"
}
],
"modified_dateutc": "2026-06-17T17:38:42.4398989+00:00"
},
"project_status_id": "bb242df6-a11b-4d26-8692-7326bdaf10bc",
"project_status_code": "sample string 10",
"project_status": {
"id": "31bd7268-7412-42b0-aff6-1520f645007e",
"name": "sample string 2",
"is_default": true,
"is_closed": true,
"sales_organization_id": "b67795f8-5f17-4b22-b1ee-681ca58baaab",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "4f993102-9ce6-463a-b224-6896a9b011d7",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "1ab2356c-ce55-4ea9-b7a8-4fccdaaff95f",
"db_currency_id": "a4143a1c-13d4-4a3a-b916-329eda457eae",
"db_language_id": "62c2434f-87a5-4d36-a753-70f959d7aa3b",
"accountancy_code": "sample string 8",
"archived": true,
"default_unit_of_measure_system_type": "sample string 10",
"street": "sample string 11",
"street2": "sample string 12",
"street_number": "sample string 13",
"zip": "sample string 14",
"city": "sample string 15",
"email": "sample string 16",
"phone": "sample string 17",
"fax": "sample string 18",
"url": "sample string 19",
"vat_reg_code": "sample string 20",
"modified_dateutc": "2026-06-17T17:38:42.4398989+00:00"
},
"code": "sample string 7",
"modified_dateutc": "2026-06-17T17:38:42.4398989+00:00"
},
"company_id": "85826d24-8b7b-488a-ad99-021d74699618",
"company_code": "sample string 12",
"db_address_id": "c532eaf2-f44a-4c92-a9a0-b77787c5efb2",
"db_address_code": "sample string 14",
"location": "sample string 15",
"contact_id": "87177e40-eee5-4d34-833a-7ea18ff31ec8",
"contact_reference_back_office": "sample string 17",
"owner_user_id": "d179f1f7-0a58-49b9-bf13-6ac55e5b5d1f",
"name": "sample string 19",
"description": "sample string 20",
"reference_back_office": "sample string 21",
"serial_number": "sample string 22",
"barcode": "sample string 23",
"date_start_production": "2026-06-17T17:38:42.4398989+00:00",
"date_create": "2026-06-17T17:38:42.4398989+00:00",
"date_update": "2026-06-17T17:38:42.4398989+00:00",
"updated_by_user_id": "8a7ddb44-4d96-470f-a375-97759c6efcf2",
"customer_reference": "sample string 28",
"warranty_date_until": "2026-06-17T17:38:42.4398989+00:00",
"last_standard_result_score_1": "sample string 30",
"last_standard_result_score_2": "sample string 31",
"target_standard_result_score_1": "sample string 32",
"target_standard_result_score_2": "sample string 33",
"date_built": "2026-06-17T00:00:00+00:00",
"shutdown_consequence": "sample string 35",
"id2": 36,
"nb_open_jobs": 37,
"date_next_job": "2026-06-17T17:38:42.4398989+00:00",
"date_last_job": "2026-06-17T17:38:42.4398989+00:00",
"nb_jobs_planned": 40,
"nb_jobs_tobeplanned": 41,
"nb_jobs_waitingfurtheraction": 42,
"back_office_timestamp": "2026-06-17T17:38:42.4398989+00:00",
"modified_dateutc": "2026-06-17T17:38:42.4398989+00:00",
"is_mobile_installation": true
}