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": "69e76269-829a-4e66-93f2-cb65ca6b81f8",
"_parent_id": "62f3847b-2c4a-4e59-9b18-2d284a0868d8",
"root_parent_id": "676bf84d-2d2b-4c11-8ff0-b50d7dc125db",
"_parent_reference_back_office": "sample string 4",
"equipment_family_id": "94b1b6ff-fc20-4493-a185-540bfc49ad34",
"equipment_family_code": "sample string 6",
"equipment_family": {
"id": "9bf23eb5-640d-4140-a873-38cf009aa58c",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "9f42c5f5-16f9-44a0-af56-a5de124b7f7d",
"_parent_code": "sample string 6",
"sales_organization_id": "370c545d-5517-4fd3-ac6d-33c9691bd13a",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "1852c1a0-d5dc-45bb-8bd8-d420ecadfdef",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "943da591-9ce1-4857-9258-09a6f81c9bef",
"db_currency_id": "6282de5e-3973-4762-926d-cc6fcf2e53f4",
"db_language_id": "d9628a5c-f15f-4226-b261-a16c9baea51a",
"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-08T06:09:50.2487174+00:00"
},
"modified_dateutc": "2026-06-08T06:09:50.2487174+00:00"
},
"equipment_model_id": "51bd8173-ebb6-4aef-9c7c-dad415e112cf",
"equipment_model_code": "sample string 8",
"equipment_model": {
"id": "5e952f15-9401-4476-bf2c-7f6c569f3f01",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"equipment_brand_id": "cac36c7a-63eb-4edf-9e9f-250a56fe40f1",
"equipment_brand_code": "sample string 6",
"equipment_brand": {
"id": "5c67c7db-fb8b-4f84-987f-0abd462b99b2",
"name": "sample string 2",
"code": "sample string 3",
"sales_organization_id": "714455b3-639c-4df9-ba81-0ee0f51dcfb8",
"sales_organization_code": "sample string 5",
"sales_organization": {
"id": "1852c1a0-d5dc-45bb-8bd8-d420ecadfdef",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "943da591-9ce1-4857-9258-09a6f81c9bef",
"db_currency_id": "6282de5e-3973-4762-926d-cc6fcf2e53f4",
"db_language_id": "d9628a5c-f15f-4226-b261-a16c9baea51a",
"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-08T06:09:50.2487174+00:00"
},
"modified_dateutc": "2026-06-08T06:09:50.2487174+00:00"
},
"equipment_family_id": "f7b8faab-8a0f-4d9a-b863-b086c696cdae",
"equipment_family_code": "sample string 8",
"equipment_family": {
"id": "9bf23eb5-640d-4140-a873-38cf009aa58c",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "9f42c5f5-16f9-44a0-af56-a5de124b7f7d",
"_parent_code": "sample string 6",
"sales_organization_id": "370c545d-5517-4fd3-ac6d-33c9691bd13a",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "1852c1a0-d5dc-45bb-8bd8-d420ecadfdef",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "943da591-9ce1-4857-9258-09a6f81c9bef",
"db_currency_id": "6282de5e-3973-4762-926d-cc6fcf2e53f4",
"db_language_id": "d9628a5c-f15f-4226-b261-a16c9baea51a",
"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-08T06:09:50.2487174+00:00"
},
"modified_dateutc": "2026-06-08T06:09:50.2487174+00:00"
},
"date_in_production_since": "2026-06-08T06:09:50.2487174+00:00",
"date_out_of_production_since": "2026-06-08T06:09:50.2487174+00:00",
"date_end_support": "2026-06-08T06:09:50.2487174+00:00",
"sales_organization_id": "73170e67-ac23-4d5d-96b9-d205922c3c03",
"sales_organization_code": "sample string 13",
"sales_organization": {
"id": "1852c1a0-d5dc-45bb-8bd8-d420ecadfdef",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "943da591-9ce1-4857-9258-09a6f81c9bef",
"db_currency_id": "6282de5e-3973-4762-926d-cc6fcf2e53f4",
"db_language_id": "d9628a5c-f15f-4226-b261-a16c9baea51a",
"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-08T06:09:50.2487174+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-08T06:09:50.2487174+00:00"
},
"project_status_id": "3ed061a7-beab-4ffa-ac07-648d6b909408",
"project_status_code": "sample string 10",
"project_status": {
"id": "d50df161-6132-4dd0-b466-3a800f4855d6",
"name": "sample string 2",
"is_default": true,
"is_closed": true,
"sales_organization_id": "02612974-d846-435c-b73e-633a8300d9fd",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "1852c1a0-d5dc-45bb-8bd8-d420ecadfdef",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "943da591-9ce1-4857-9258-09a6f81c9bef",
"db_currency_id": "6282de5e-3973-4762-926d-cc6fcf2e53f4",
"db_language_id": "d9628a5c-f15f-4226-b261-a16c9baea51a",
"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-08T06:09:50.2487174+00:00"
},
"code": "sample string 7",
"modified_dateutc": "2026-06-08T06:09:50.2487174+00:00"
},
"company_id": "5ee7a81a-6c0e-4879-8c3a-c37958390c1e",
"company_code": "sample string 12",
"db_address_id": "d25a25e7-dc66-447f-8758-85a6d3b6dc78",
"db_address_code": "sample string 14",
"location": "sample string 15",
"contact_id": "72f152f9-790c-4c07-b016-0a5b15e594e0",
"contact_reference_back_office": "sample string 17",
"owner_user_id": "e92e4691-ca7d-4399-a6f1-7b4d69f2ade1",
"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-08T06:09:50.2487174+00:00",
"date_create": "2026-06-08T06:09:50.2487174+00:00",
"date_update": "2026-06-08T06:09:50.2487174+00:00",
"updated_by_user_id": "6a21a84e-7420-4c27-a302-59f8c1f3ad5c",
"customer_reference": "sample string 28",
"warranty_date_until": "2026-06-08T06:09:50.2487174+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-08T00:00:00+00:00",
"shutdown_consequence": "sample string 35",
"id2": 36,
"nb_open_jobs": 37,
"date_next_job": "2026-06-08T06:09:50.2487174+00:00",
"date_last_job": "2026-06-08T06:09:50.2487174+00:00",
"nb_jobs_planned": 40,
"nb_jobs_tobeplanned": 41,
"nb_jobs_waitingfurtheraction": 42,
"back_office_timestamp": "2026-06-08T06:09:50.2487174+00:00",
"modified_dateutc": "2026-06-08T06:09:50.2487174+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": "746a4137-a1e9-4f6a-9126-09690718c95f",
"_parent_id": "7138fa54-c6b4-4ef8-8a3d-726a8c27a091",
"root_parent_id": "18ce9615-ce9b-4b93-8c4b-cbdccd2df804",
"_parent_reference_back_office": "sample string 4",
"equipment_family_id": "97b0c891-8665-476f-af80-18031f2e547c",
"equipment_family_code": "sample string 6",
"equipment_family": {
"id": "a6e0f3b1-48fe-4553-bd38-47e7bc360215",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "e61ab00d-ad6c-4f38-b9d6-20e7a2502661",
"_parent_code": "sample string 6",
"sales_organization_id": "42b74938-17b3-4d7f-a657-e1d12f77eadd",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "41415591-889a-4a86-a679-a1f54e26eb5b",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "ab58af02-0f4a-4e33-a886-318a4323e52d",
"db_currency_id": "7d9b3961-1555-4e0f-9bfe-cc694f456098",
"db_language_id": "e532530e-0407-40dd-bdc5-ded72a8e1ef4",
"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-08T06:09:50.264339+00:00"
},
"modified_dateutc": "2026-06-08T06:09:50.264339+00:00"
},
"equipment_model_id": "dec3a8bb-87fd-4147-92c1-b72872c71b03",
"equipment_model_code": "sample string 8",
"equipment_model": {
"id": "df649d7c-daaf-472c-8fc5-18b23a3705e0",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"equipment_brand_id": "a41d271c-900d-4672-b82c-d8b76398d56f",
"equipment_brand_code": "sample string 6",
"equipment_brand": {
"id": "90d87763-1e25-4261-9590-da6bf93eda3f",
"name": "sample string 2",
"code": "sample string 3",
"sales_organization_id": "d1e13c7d-a95f-4e8b-a3dd-0a667a305341",
"sales_organization_code": "sample string 5",
"sales_organization": {
"id": "41415591-889a-4a86-a679-a1f54e26eb5b",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "ab58af02-0f4a-4e33-a886-318a4323e52d",
"db_currency_id": "7d9b3961-1555-4e0f-9bfe-cc694f456098",
"db_language_id": "e532530e-0407-40dd-bdc5-ded72a8e1ef4",
"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-08T06:09:50.264339+00:00"
},
"modified_dateutc": "2026-06-08T06:09:50.264339+00:00"
},
"equipment_family_id": "c616e22a-8563-426c-80a4-7ec833aaf723",
"equipment_family_code": "sample string 8",
"equipment_family": {
"id": "a6e0f3b1-48fe-4553-bd38-47e7bc360215",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "e61ab00d-ad6c-4f38-b9d6-20e7a2502661",
"_parent_code": "sample string 6",
"sales_organization_id": "42b74938-17b3-4d7f-a657-e1d12f77eadd",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "41415591-889a-4a86-a679-a1f54e26eb5b",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "ab58af02-0f4a-4e33-a886-318a4323e52d",
"db_currency_id": "7d9b3961-1555-4e0f-9bfe-cc694f456098",
"db_language_id": "e532530e-0407-40dd-bdc5-ded72a8e1ef4",
"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-08T06:09:50.264339+00:00"
},
"modified_dateutc": "2026-06-08T06:09:50.264339+00:00"
},
"date_in_production_since": "2026-06-08T06:09:50.264339+00:00",
"date_out_of_production_since": "2026-06-08T06:09:50.264339+00:00",
"date_end_support": "2026-06-08T06:09:50.264339+00:00",
"sales_organization_id": "3314da30-f6fb-4ed1-a10d-856bc0641ecc",
"sales_organization_code": "sample string 13",
"sales_organization": {
"id": "41415591-889a-4a86-a679-a1f54e26eb5b",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "ab58af02-0f4a-4e33-a886-318a4323e52d",
"db_currency_id": "7d9b3961-1555-4e0f-9bfe-cc694f456098",
"db_language_id": "e532530e-0407-40dd-bdc5-ded72a8e1ef4",
"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-08T06:09:50.264339+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-08T06:09:50.264339+00:00"
},
"project_status_id": "148f70f6-e65f-4c3c-a9e4-e55f1c823519",
"project_status_code": "sample string 10",
"project_status": {
"id": "88b1ac02-f683-41b2-bb5a-e7ce3bdde665",
"name": "sample string 2",
"is_default": true,
"is_closed": true,
"sales_organization_id": "67cc0f1b-581c-4f13-aa61-99d06eb9ee09",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "41415591-889a-4a86-a679-a1f54e26eb5b",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "ab58af02-0f4a-4e33-a886-318a4323e52d",
"db_currency_id": "7d9b3961-1555-4e0f-9bfe-cc694f456098",
"db_language_id": "e532530e-0407-40dd-bdc5-ded72a8e1ef4",
"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-08T06:09:50.264339+00:00"
},
"code": "sample string 7",
"modified_dateutc": "2026-06-08T06:09:50.264339+00:00"
},
"company_id": "d0d78980-09fe-4413-83a6-53b6cf7e09f2",
"company_code": "sample string 12",
"db_address_id": "8ef1b4a2-a9a7-46c4-8f1b-840f93145e93",
"db_address_code": "sample string 14",
"location": "sample string 15",
"contact_id": "424035ee-e6f8-4ded-8d16-3fb762773f1a",
"contact_reference_back_office": "sample string 17",
"owner_user_id": "5f85f966-f3b1-4c1f-9a58-c9b02737ed13",
"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-08T06:09:50.264339+00:00",
"date_create": "2026-06-08T06:09:50.264339+00:00",
"date_update": "2026-06-08T06:09:50.264339+00:00",
"updated_by_user_id": "8c7c5aec-7575-4508-b8d6-12f8878f8e30",
"customer_reference": "sample string 28",
"warranty_date_until": "2026-06-08T06:09:50.264339+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-08T00:00:00+00:00",
"shutdown_consequence": "sample string 35",
"id2": 36,
"nb_open_jobs": 37,
"date_next_job": "2026-06-08T06:09:50.264339+00:00",
"date_last_job": "2026-06-08T06:09:50.264339+00:00",
"nb_jobs_planned": 40,
"nb_jobs_tobeplanned": 41,
"nb_jobs_waitingfurtheraction": 42,
"back_office_timestamp": "2026-06-08T06:09:50.264339+00:00",
"modified_dateutc": "2026-06-08T06:09:50.264339+00:00",
"is_mobile_installation": true
}