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": "523f6d07-0f02-443e-8c3b-1cf44dd27f50",
"_parent_id": "e80e2ed2-b837-445e-9ec6-5b38fafc2442",
"root_parent_id": "9b6393ad-4b15-430a-845b-3929380867a3",
"_parent_reference_back_office": "sample string 4",
"equipment_family_id": "98a37448-4b88-4daf-9f1a-449a03c15ae6",
"equipment_family_code": "sample string 6",
"equipment_family": {
"id": "00cb01b7-7b6f-489b-9c98-0142806e0e9e",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "bcb52764-ba27-438f-b118-4568a5bced74",
"_parent_code": "sample string 6",
"sales_organization_id": "3d8dfef8-3284-4071-8169-0e856219a4cb",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "da13e44b-ee15-4c11-b2b6-34ccf3551756",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "5515160e-0b98-42b5-9a9c-26a8debc8d98",
"db_currency_id": "ce69f781-5b1b-45a9-a593-3506c5bd0bdc",
"db_language_id": "b094d58f-9dc1-4226-a7a8-8f33d02f3579",
"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-09-11T12:32:31.3514575+00:00"
},
"modified_dateutc": "2026-09-11T12:32:31.3514575+00:00"
},
"equipment_model_id": "76f3d576-8634-4f34-b1d7-573a7d0e8948",
"equipment_model_code": "sample string 8",
"equipment_model": {
"id": "32c6212b-b2be-4a8e-87a0-787014b8fba4",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"equipment_brand_id": "07cdd690-cdf0-438d-a55d-f1accc60f83a",
"equipment_brand_code": "sample string 6",
"equipment_brand": {
"id": "c480e27e-40ee-46ad-839d-999548875b53",
"name": "sample string 2",
"code": "sample string 3",
"sales_organization_id": "30bb86a0-1389-4723-8adb-379ca3916b54",
"sales_organization_code": "sample string 5",
"sales_organization": {
"id": "da13e44b-ee15-4c11-b2b6-34ccf3551756",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "5515160e-0b98-42b5-9a9c-26a8debc8d98",
"db_currency_id": "ce69f781-5b1b-45a9-a593-3506c5bd0bdc",
"db_language_id": "b094d58f-9dc1-4226-a7a8-8f33d02f3579",
"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-09-11T12:32:31.3514575+00:00"
},
"modified_dateutc": "2026-09-11T12:32:31.3514575+00:00"
},
"equipment_family_id": "1acbc48d-7e12-4d96-b8b8-ed88184e7865",
"equipment_family_code": "sample string 8",
"equipment_family": {
"id": "00cb01b7-7b6f-489b-9c98-0142806e0e9e",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "bcb52764-ba27-438f-b118-4568a5bced74",
"_parent_code": "sample string 6",
"sales_organization_id": "3d8dfef8-3284-4071-8169-0e856219a4cb",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "da13e44b-ee15-4c11-b2b6-34ccf3551756",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "5515160e-0b98-42b5-9a9c-26a8debc8d98",
"db_currency_id": "ce69f781-5b1b-45a9-a593-3506c5bd0bdc",
"db_language_id": "b094d58f-9dc1-4226-a7a8-8f33d02f3579",
"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-09-11T12:32:31.3514575+00:00"
},
"modified_dateutc": "2026-09-11T12:32:31.3514575+00:00"
},
"date_in_production_since": "2026-09-11T12:32:31.3514575+00:00",
"date_out_of_production_since": "2026-09-11T12:32:31.3514575+00:00",
"date_end_support": "2026-09-11T12:32:31.3514575+00:00",
"sales_organization_id": "5b36f69d-632c-4392-bf19-b43a9c96531a",
"sales_organization_code": "sample string 13",
"sales_organization": {
"id": "da13e44b-ee15-4c11-b2b6-34ccf3551756",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "5515160e-0b98-42b5-9a9c-26a8debc8d98",
"db_currency_id": "ce69f781-5b1b-45a9-a593-3506c5bd0bdc",
"db_language_id": "b094d58f-9dc1-4226-a7a8-8f33d02f3579",
"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-09-11T12:32:31.3514575+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-09-11T12:32:31.3514575+00:00"
},
"project_status_id": "b2136f8f-c532-49f3-9a81-e0ea0b199745",
"project_status_code": "sample string 10",
"project_status": {
"id": "2b354106-5c50-47b2-9c76-bf3de3340a0d",
"name": "sample string 2",
"is_default": true,
"is_closed": true,
"sales_organization_id": "4e6cb3e7-1e32-4eec-ad21-d1199484855e",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "da13e44b-ee15-4c11-b2b6-34ccf3551756",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "5515160e-0b98-42b5-9a9c-26a8debc8d98",
"db_currency_id": "ce69f781-5b1b-45a9-a593-3506c5bd0bdc",
"db_language_id": "b094d58f-9dc1-4226-a7a8-8f33d02f3579",
"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-09-11T12:32:31.3514575+00:00"
},
"code": "sample string 7",
"modified_dateutc": "2026-09-11T12:32:31.3514575+00:00"
},
"company_id": "96a9417f-5d2d-4ff0-b289-21c8103c5b92",
"company_code": "sample string 12",
"db_address_id": "8246817f-320c-40c8-b474-29c840af7a42",
"db_address_code": "sample string 14",
"location": "sample string 15",
"contact_id": "82fd1506-5489-43b1-b9e9-067fdf48a5b4",
"contact_reference_back_office": "sample string 17",
"owner_user_id": "01805cb5-8c42-4194-8259-077a0847efa3",
"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-09-11T12:32:31.3514575+00:00",
"date_create": "2026-09-11T12:32:31.3514575+00:00",
"date_update": "2026-09-11T12:32:31.3514575+00:00",
"updated_by_user_id": "bc022754-6454-4a7c-9255-fdab997915af",
"customer_reference": "sample string 28",
"warranty_date_until": "2026-09-11T12:32:31.3514575+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-09-11T00:00:00+00:00",
"shutdown_consequence": "sample string 35",
"id2": 36,
"nb_open_jobs": 37,
"date_next_job": "2026-09-11T12:32:31.3514575+00:00",
"date_last_job": "2026-09-11T12:32:31.3514575+00:00",
"nb_jobs_planned": 40,
"nb_jobs_tobeplanned": 41,
"nb_jobs_waitingfurtheraction": 42,
"back_office_timestamp": "2026-09-11T12:32:31.3514575+00:00",
"modified_dateutc": "2026-09-11T12:32:31.3514575+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": "87363122-fdb6-4b98-b753-93bcb42318b9",
"_parent_id": "b9a0b1e4-0bc2-415c-91b1-0555072f85bf",
"root_parent_id": "69ccc4c7-7698-419a-b2b4-ba4e6e284beb",
"_parent_reference_back_office": "sample string 4",
"equipment_family_id": "d461054d-2bb5-459b-863a-e3ef85666a77",
"equipment_family_code": "sample string 6",
"equipment_family": {
"id": "34ad0560-7627-4dea-b3ff-41c8dd84815b",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "055bda59-8281-400f-a4cc-37943e915e5f",
"_parent_code": "sample string 6",
"sales_organization_id": "1bd977f6-b772-43c1-922f-13473c1d5fcc",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "0f6221a6-b405-4e68-9c86-6d829e562149",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "8780e1d5-caa1-4ddc-a16d-46e6c3462c8e",
"db_currency_id": "970e0ca6-7844-4e18-abeb-00a865206ee8",
"db_language_id": "a5753f75-9b36-4d9d-9b55-af0c107f2dae",
"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-09-11T12:32:31.3514575+00:00"
},
"modified_dateutc": "2026-09-11T12:32:31.3514575+00:00"
},
"equipment_model_id": "9bb697ff-286d-4cc8-87df-966c132c9b50",
"equipment_model_code": "sample string 8",
"equipment_model": {
"id": "6a44c51e-d36d-4900-8e23-471a39b63a22",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"equipment_brand_id": "59e599ca-1cf4-4e21-a533-9f7f24a3d12e",
"equipment_brand_code": "sample string 6",
"equipment_brand": {
"id": "b3b56316-71a9-4665-b2a6-1dd1b595b306",
"name": "sample string 2",
"code": "sample string 3",
"sales_organization_id": "3fefc4f7-eb09-41d2-b8b7-18151343b4f7",
"sales_organization_code": "sample string 5",
"sales_organization": {
"id": "0f6221a6-b405-4e68-9c86-6d829e562149",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "8780e1d5-caa1-4ddc-a16d-46e6c3462c8e",
"db_currency_id": "970e0ca6-7844-4e18-abeb-00a865206ee8",
"db_language_id": "a5753f75-9b36-4d9d-9b55-af0c107f2dae",
"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-09-11T12:32:31.3514575+00:00"
},
"modified_dateutc": "2026-09-11T12:32:31.3514575+00:00"
},
"equipment_family_id": "5b8a1148-b8f2-4664-9737-7494ea61b8b4",
"equipment_family_code": "sample string 8",
"equipment_family": {
"id": "34ad0560-7627-4dea-b3ff-41c8dd84815b",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "055bda59-8281-400f-a4cc-37943e915e5f",
"_parent_code": "sample string 6",
"sales_organization_id": "1bd977f6-b772-43c1-922f-13473c1d5fcc",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "0f6221a6-b405-4e68-9c86-6d829e562149",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "8780e1d5-caa1-4ddc-a16d-46e6c3462c8e",
"db_currency_id": "970e0ca6-7844-4e18-abeb-00a865206ee8",
"db_language_id": "a5753f75-9b36-4d9d-9b55-af0c107f2dae",
"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-09-11T12:32:31.3514575+00:00"
},
"modified_dateutc": "2026-09-11T12:32:31.3514575+00:00"
},
"date_in_production_since": "2026-09-11T12:32:31.3514575+00:00",
"date_out_of_production_since": "2026-09-11T12:32:31.3514575+00:00",
"date_end_support": "2026-09-11T12:32:31.3514575+00:00",
"sales_organization_id": "d1d665e5-f677-491a-81ac-bdbc2b3b6328",
"sales_organization_code": "sample string 13",
"sales_organization": {
"id": "0f6221a6-b405-4e68-9c86-6d829e562149",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "8780e1d5-caa1-4ddc-a16d-46e6c3462c8e",
"db_currency_id": "970e0ca6-7844-4e18-abeb-00a865206ee8",
"db_language_id": "a5753f75-9b36-4d9d-9b55-af0c107f2dae",
"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-09-11T12:32:31.3514575+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-09-11T12:32:31.3514575+00:00"
},
"project_status_id": "97c9a60f-bc2e-4a2d-b9c6-9be08ebb41f3",
"project_status_code": "sample string 10",
"project_status": {
"id": "1f784f05-b610-4d1a-8866-e09f157fc30b",
"name": "sample string 2",
"is_default": true,
"is_closed": true,
"sales_organization_id": "5e5d8b14-dc06-4f1a-8e32-d4b855f259e8",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "0f6221a6-b405-4e68-9c86-6d829e562149",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "8780e1d5-caa1-4ddc-a16d-46e6c3462c8e",
"db_currency_id": "970e0ca6-7844-4e18-abeb-00a865206ee8",
"db_language_id": "a5753f75-9b36-4d9d-9b55-af0c107f2dae",
"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-09-11T12:32:31.3514575+00:00"
},
"code": "sample string 7",
"modified_dateutc": "2026-09-11T12:32:31.3514575+00:00"
},
"company_id": "d5a6975c-9b58-4043-b6d2-2f82d2dbe658",
"company_code": "sample string 12",
"db_address_id": "67c465c9-278a-43c7-9450-a07b6826cd38",
"db_address_code": "sample string 14",
"location": "sample string 15",
"contact_id": "50e6492d-2149-4065-8b81-1c531df7247a",
"contact_reference_back_office": "sample string 17",
"owner_user_id": "8e455eb8-1425-4548-a79c-35bafdcc1d2e",
"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-09-11T12:32:31.3514575+00:00",
"date_create": "2026-09-11T12:32:31.3514575+00:00",
"date_update": "2026-09-11T12:32:31.3514575+00:00",
"updated_by_user_id": "e00bcd6f-dcf3-4997-a689-ede780811d39",
"customer_reference": "sample string 28",
"warranty_date_until": "2026-09-11T12:32:31.3514575+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-09-11T00:00:00+00:00",
"shutdown_consequence": "sample string 35",
"id2": 36,
"nb_open_jobs": 37,
"date_next_job": "2026-09-11T12:32:31.3514575+00:00",
"date_last_job": "2026-09-11T12:32:31.3514575+00:00",
"nb_jobs_planned": 40,
"nb_jobs_tobeplanned": 41,
"nb_jobs_waitingfurtheraction": 42,
"back_office_timestamp": "2026-09-11T12:32:31.3514575+00:00",
"modified_dateutc": "2026-09-11T12:32:31.3514575+00:00",
"is_mobile_installation": true
}