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": "5c90c4cf-7bec-48c9-9858-6174ffdde38c",
"_parent_id": "3b1d50e5-1631-4daa-9996-a8af9a9b0385",
"root_parent_id": "898ced97-bc89-4316-93de-734b43dd7cad",
"_parent_reference_back_office": "sample string 4",
"equipment_family_id": "a5572cb9-f416-4f49-96c1-163c87a11025",
"equipment_family_code": "sample string 6",
"equipment_family": {
"id": "88f2a121-e95e-4bc9-bd42-a8794dbfa2f1",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "597dbe94-5d52-44f8-a640-3d70bea6b08e",
"_parent_code": "sample string 6",
"sales_organization_id": "e1276cf6-f767-4856-9068-a34ae4015859",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "91a2a0db-1811-4943-8b7f-e3b0e463d6db",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "f9850635-ed4f-487e-b3f3-e538e0134a37",
"db_currency_id": "ea6fa56a-ce99-481e-b75f-0f856e0707e7",
"db_language_id": "9ae1e6b1-c2b7-489f-87a9-84fc889a97f4",
"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-04-28T23:53:33.8594803+00:00"
},
"modified_dateutc": "2026-04-28T23:53:33.8594803+00:00"
},
"equipment_model_id": "c6f36cc7-821c-4365-bdaf-e2a00906d2a2",
"equipment_model_code": "sample string 8",
"equipment_model": {
"id": "2c6e12b7-a6ea-4075-97ca-ccfbd10d545d",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"equipment_brand_id": "b98fd0b4-081c-4da5-ac39-327aaccbda54",
"equipment_brand_code": "sample string 6",
"equipment_brand": {
"id": "f6b6d6fb-190e-4397-b13a-e2ff55667ec9",
"name": "sample string 2",
"code": "sample string 3",
"sales_organization_id": "4e32b58c-3dd8-48ca-aa48-bfb867b6a9ba",
"sales_organization_code": "sample string 5",
"sales_organization": {
"id": "91a2a0db-1811-4943-8b7f-e3b0e463d6db",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "f9850635-ed4f-487e-b3f3-e538e0134a37",
"db_currency_id": "ea6fa56a-ce99-481e-b75f-0f856e0707e7",
"db_language_id": "9ae1e6b1-c2b7-489f-87a9-84fc889a97f4",
"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-04-28T23:53:33.8594803+00:00"
},
"modified_dateutc": "2026-04-28T23:53:33.8594803+00:00"
},
"equipment_family_id": "557c61c4-81c9-4cb3-bca1-0f5cacd05f22",
"equipment_family_code": "sample string 8",
"equipment_family": {
"id": "88f2a121-e95e-4bc9-bd42-a8794dbfa2f1",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "597dbe94-5d52-44f8-a640-3d70bea6b08e",
"_parent_code": "sample string 6",
"sales_organization_id": "e1276cf6-f767-4856-9068-a34ae4015859",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "91a2a0db-1811-4943-8b7f-e3b0e463d6db",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "f9850635-ed4f-487e-b3f3-e538e0134a37",
"db_currency_id": "ea6fa56a-ce99-481e-b75f-0f856e0707e7",
"db_language_id": "9ae1e6b1-c2b7-489f-87a9-84fc889a97f4",
"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-04-28T23:53:33.8594803+00:00"
},
"modified_dateutc": "2026-04-28T23:53:33.8594803+00:00"
},
"date_in_production_since": "2026-04-28T23:53:33.8594803+00:00",
"date_out_of_production_since": "2026-04-28T23:53:33.8594803+00:00",
"date_end_support": "2026-04-28T23:53:33.8594803+00:00",
"sales_organization_id": "e6e72b34-10dc-47c1-a24b-e93365ffa24c",
"sales_organization_code": "sample string 13",
"sales_organization": {
"id": "91a2a0db-1811-4943-8b7f-e3b0e463d6db",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "f9850635-ed4f-487e-b3f3-e538e0134a37",
"db_currency_id": "ea6fa56a-ce99-481e-b75f-0f856e0707e7",
"db_language_id": "9ae1e6b1-c2b7-489f-87a9-84fc889a97f4",
"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-04-28T23:53:33.8594803+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-04-28T23:53:33.8594803+00:00"
},
"project_status_id": "42c5d122-6163-45c5-8e4e-b49d08ffab7d",
"project_status_code": "sample string 10",
"project_status": {
"id": "dedc37cf-039b-48a8-808e-d0ecd3ed8d38",
"name": "sample string 2",
"is_default": true,
"is_closed": true,
"sales_organization_id": "aa81618f-c1dd-4c56-9f79-38511235f273",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "91a2a0db-1811-4943-8b7f-e3b0e463d6db",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "f9850635-ed4f-487e-b3f3-e538e0134a37",
"db_currency_id": "ea6fa56a-ce99-481e-b75f-0f856e0707e7",
"db_language_id": "9ae1e6b1-c2b7-489f-87a9-84fc889a97f4",
"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-04-28T23:53:33.8594803+00:00"
},
"code": "sample string 7",
"modified_dateutc": "2026-04-28T23:53:33.8594803+00:00"
},
"company_id": "cb336d93-9efd-488b-b141-fbd4639c831d",
"company_code": "sample string 12",
"db_address_id": "982e93a7-8a65-4d12-8aee-3cd081ca0d73",
"db_address_code": "sample string 14",
"location": "sample string 15",
"contact_id": "2fcf3e13-c742-4968-a1d7-cee2aa166d72",
"contact_reference_back_office": "sample string 17",
"owner_user_id": "1f7a9056-f1bc-4fd4-b926-306e02dd97c6",
"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-04-28T23:53:33.8594803+00:00",
"date_create": "2026-04-28T23:53:33.8594803+00:00",
"date_update": "2026-04-28T23:53:33.8594803+00:00",
"updated_by_user_id": "ad622088-6477-4c88-b6a8-0a12f2301260",
"customer_reference": "sample string 28",
"warranty_date_until": "2026-04-28T23:53:33.8594803+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-04-28T00:00:00+00:00",
"shutdown_consequence": "sample string 35",
"id2": 36,
"nb_open_jobs": 37,
"date_next_job": "2026-04-28T23:53:33.8594803+00:00",
"date_last_job": "2026-04-28T23:53:33.8594803+00:00",
"nb_jobs_planned": 40,
"nb_jobs_tobeplanned": 41,
"nb_jobs_waitingfurtheraction": 42,
"back_office_timestamp": "2026-04-28T23:53:33.8594803+00:00",
"modified_dateutc": "2026-04-28T23:53:33.8594803+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": "a0426fb4-e42c-4cf8-a193-0fcabbb550ce",
"_parent_id": "28de33a8-6483-470c-97c8-0568642cdee5",
"root_parent_id": "ba6c3874-6076-4161-b450-8a10085ef23e",
"_parent_reference_back_office": "sample string 4",
"equipment_family_id": "5928d50b-6192-4238-997c-1ab701333260",
"equipment_family_code": "sample string 6",
"equipment_family": {
"id": "f8e0b25c-7618-4e07-95c7-5f8d07554e47",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "69850a60-42c4-466f-9bd7-e1202548d368",
"_parent_code": "sample string 6",
"sales_organization_id": "a7a452f0-7f95-4d11-9061-794fba21537c",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "318f6cc9-feff-49a0-b4d8-e4f19a4dd1e5",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "cd6076df-b74c-41cb-818e-8b00ab686e5a",
"db_currency_id": "85e65492-54bb-41f9-98ba-a49cf6a4186c",
"db_language_id": "5cf9d7e3-6193-4c59-bbf3-8752d2cb77aa",
"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-04-28T23:53:33.8594803+00:00"
},
"modified_dateutc": "2026-04-28T23:53:33.8594803+00:00"
},
"equipment_model_id": "77217e93-f23b-4627-b254-f40580e71ddc",
"equipment_model_code": "sample string 8",
"equipment_model": {
"id": "0d45dbd5-ef6e-4814-8156-07d9fd0c00ac",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"equipment_brand_id": "0b8f3d3a-aa8a-4dae-9cb1-9051d8d5a6b0",
"equipment_brand_code": "sample string 6",
"equipment_brand": {
"id": "dd63aeab-1276-4208-9f5f-6915f27c05b3",
"name": "sample string 2",
"code": "sample string 3",
"sales_organization_id": "0e30717b-e839-478d-945f-12c0fd219d62",
"sales_organization_code": "sample string 5",
"sales_organization": {
"id": "318f6cc9-feff-49a0-b4d8-e4f19a4dd1e5",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "cd6076df-b74c-41cb-818e-8b00ab686e5a",
"db_currency_id": "85e65492-54bb-41f9-98ba-a49cf6a4186c",
"db_language_id": "5cf9d7e3-6193-4c59-bbf3-8752d2cb77aa",
"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-04-28T23:53:33.8594803+00:00"
},
"modified_dateutc": "2026-04-28T23:53:33.8594803+00:00"
},
"equipment_family_id": "c5786096-760c-4026-b855-2121c5ee2110",
"equipment_family_code": "sample string 8",
"equipment_family": {
"id": "f8e0b25c-7618-4e07-95c7-5f8d07554e47",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "69850a60-42c4-466f-9bd7-e1202548d368",
"_parent_code": "sample string 6",
"sales_organization_id": "a7a452f0-7f95-4d11-9061-794fba21537c",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "318f6cc9-feff-49a0-b4d8-e4f19a4dd1e5",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "cd6076df-b74c-41cb-818e-8b00ab686e5a",
"db_currency_id": "85e65492-54bb-41f9-98ba-a49cf6a4186c",
"db_language_id": "5cf9d7e3-6193-4c59-bbf3-8752d2cb77aa",
"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-04-28T23:53:33.8594803+00:00"
},
"modified_dateutc": "2026-04-28T23:53:33.8594803+00:00"
},
"date_in_production_since": "2026-04-28T23:53:33.8594803+00:00",
"date_out_of_production_since": "2026-04-28T23:53:33.8594803+00:00",
"date_end_support": "2026-04-28T23:53:33.8594803+00:00",
"sales_organization_id": "7e272cae-1645-4841-a827-587f9365666f",
"sales_organization_code": "sample string 13",
"sales_organization": {
"id": "318f6cc9-feff-49a0-b4d8-e4f19a4dd1e5",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "cd6076df-b74c-41cb-818e-8b00ab686e5a",
"db_currency_id": "85e65492-54bb-41f9-98ba-a49cf6a4186c",
"db_language_id": "5cf9d7e3-6193-4c59-bbf3-8752d2cb77aa",
"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-04-28T23:53:33.8594803+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-04-28T23:53:33.8594803+00:00"
},
"project_status_id": "a9372d10-b32b-4337-a283-97119d08efac",
"project_status_code": "sample string 10",
"project_status": {
"id": "d1dbdbd0-58dd-448f-ae5e-457d0dfea1eb",
"name": "sample string 2",
"is_default": true,
"is_closed": true,
"sales_organization_id": "484d3fc6-4cf2-4ba4-a32f-30a8d3b087ec",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "318f6cc9-feff-49a0-b4d8-e4f19a4dd1e5",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "cd6076df-b74c-41cb-818e-8b00ab686e5a",
"db_currency_id": "85e65492-54bb-41f9-98ba-a49cf6a4186c",
"db_language_id": "5cf9d7e3-6193-4c59-bbf3-8752d2cb77aa",
"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-04-28T23:53:33.8594803+00:00"
},
"code": "sample string 7",
"modified_dateutc": "2026-04-28T23:53:33.8594803+00:00"
},
"company_id": "ac4bfd52-7769-49fe-90ba-33f4e4d5b125",
"company_code": "sample string 12",
"db_address_id": "82281b22-8863-4ecb-ace5-e8758244844f",
"db_address_code": "sample string 14",
"location": "sample string 15",
"contact_id": "717dcc16-85be-4c95-b728-9b9ffbfecb60",
"contact_reference_back_office": "sample string 17",
"owner_user_id": "fd747019-7991-4a5d-bc6d-499f0c737cd8",
"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-04-28T23:53:33.8594803+00:00",
"date_create": "2026-04-28T23:53:33.8594803+00:00",
"date_update": "2026-04-28T23:53:33.8594803+00:00",
"updated_by_user_id": "1f19955c-5598-42f1-a915-7cb5dd645bb4",
"customer_reference": "sample string 28",
"warranty_date_until": "2026-04-28T23:53:33.8594803+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-04-28T00:00:00+00:00",
"shutdown_consequence": "sample string 35",
"id2": 36,
"nb_open_jobs": 37,
"date_next_job": "2026-04-28T23:53:33.8594803+00:00",
"date_last_job": "2026-04-28T23:53:33.8594803+00:00",
"nb_jobs_planned": 40,
"nb_jobs_tobeplanned": 41,
"nb_jobs_waitingfurtheraction": 42,
"back_office_timestamp": "2026-04-28T23:53:33.8594803+00:00",
"modified_dateutc": "2026-04-28T23:53:33.8594803+00:00",
"is_mobile_installation": true
}