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": "2a835052-92b4-45e4-96c1-e949e9e59fb3",
"_parent_id": "992434d3-04d9-4202-a4bb-c830d784dc1f",
"root_parent_id": "3815a745-0e00-4b1c-bb36-ad2ba99091a9",
"_parent_reference_back_office": "sample string 4",
"equipment_family_id": "43d2fa7e-9dfb-4f36-be07-d0647f70dc29",
"equipment_family_code": "sample string 6",
"equipment_family": {
"id": "39be7f35-26e6-4c2b-b4bb-ebe1354d7abe",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "786a9955-75f6-4678-ab16-62f7483ab350",
"_parent_code": "sample string 6",
"sales_organization_id": "9c12744d-bfba-4a3c-90ac-aa3a8e475e4f",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "1805bb09-ead5-4ca0-8b33-6f33451e3608",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "0b0371e3-44a8-4ea7-b94f-3a5bd828de2c",
"db_currency_id": "8702d947-7381-45f2-b596-4031063cfb01",
"db_language_id": "e165f026-f8a0-4c49-a1e2-5397fcb997d5",
"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-01-23T02:50:08.3332914+00:00"
},
"modified_dateutc": "2026-01-23T02:50:08.3332914+00:00"
},
"equipment_model_id": "a4bbbe94-5491-47cc-a8fb-b3253035334c",
"equipment_model_code": "sample string 8",
"equipment_model": {
"id": "e16b4a3b-62a0-4424-b0f1-a7a26603bc90",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"equipment_brand_id": "a6ba4819-3807-441b-b4c4-d2cb4fd10ce2",
"equipment_brand_code": "sample string 6",
"equipment_brand": {
"id": "a3108726-cd19-4278-aa99-e5b2187224d4",
"name": "sample string 2",
"code": "sample string 3",
"sales_organization_id": "99243838-e588-4cfd-abdc-ee87c2aae720",
"sales_organization_code": "sample string 5",
"sales_organization": {
"id": "1805bb09-ead5-4ca0-8b33-6f33451e3608",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "0b0371e3-44a8-4ea7-b94f-3a5bd828de2c",
"db_currency_id": "8702d947-7381-45f2-b596-4031063cfb01",
"db_language_id": "e165f026-f8a0-4c49-a1e2-5397fcb997d5",
"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-01-23T02:50:08.3332914+00:00"
},
"modified_dateutc": "2026-01-23T02:50:08.3332914+00:00"
},
"equipment_family_id": "a29bfdd9-d4f1-43e5-8199-a16755c9dfb1",
"equipment_family_code": "sample string 8",
"equipment_family": {
"id": "39be7f35-26e6-4c2b-b4bb-ebe1354d7abe",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "786a9955-75f6-4678-ab16-62f7483ab350",
"_parent_code": "sample string 6",
"sales_organization_id": "9c12744d-bfba-4a3c-90ac-aa3a8e475e4f",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "1805bb09-ead5-4ca0-8b33-6f33451e3608",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "0b0371e3-44a8-4ea7-b94f-3a5bd828de2c",
"db_currency_id": "8702d947-7381-45f2-b596-4031063cfb01",
"db_language_id": "e165f026-f8a0-4c49-a1e2-5397fcb997d5",
"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-01-23T02:50:08.3332914+00:00"
},
"modified_dateutc": "2026-01-23T02:50:08.3332914+00:00"
},
"date_in_production_since": "2026-01-23T02:50:08.3332914+00:00",
"date_out_of_production_since": "2026-01-23T02:50:08.3332914+00:00",
"date_end_support": "2026-01-23T02:50:08.3332914+00:00",
"sales_organization_id": "58de3dc6-9254-4d0c-bdbc-5419db477fb9",
"sales_organization_code": "sample string 13",
"sales_organization": {
"id": "1805bb09-ead5-4ca0-8b33-6f33451e3608",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "0b0371e3-44a8-4ea7-b94f-3a5bd828de2c",
"db_currency_id": "8702d947-7381-45f2-b596-4031063cfb01",
"db_language_id": "e165f026-f8a0-4c49-a1e2-5397fcb997d5",
"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-01-23T02:50:08.3332914+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-01-23T02:50:08.3332914+00:00"
},
"project_status_id": "dfc17eb3-0540-45a5-984c-de2bf91eb3fc",
"project_status_code": "sample string 10",
"project_status": {
"id": "56980b84-2852-42fd-80a6-e28754e3fcef",
"name": "sample string 2",
"is_default": true,
"is_closed": true,
"sales_organization_id": "08310401-fc44-48a4-909e-e6d119d532c2",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "1805bb09-ead5-4ca0-8b33-6f33451e3608",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "0b0371e3-44a8-4ea7-b94f-3a5bd828de2c",
"db_currency_id": "8702d947-7381-45f2-b596-4031063cfb01",
"db_language_id": "e165f026-f8a0-4c49-a1e2-5397fcb997d5",
"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-01-23T02:50:08.3332914+00:00"
},
"code": "sample string 7",
"modified_dateutc": "2026-01-23T02:50:08.3332914+00:00"
},
"company_id": "b35ea7b0-afe8-4756-94fc-e8bb4986ead5",
"company_code": "sample string 12",
"db_address_id": "7a7f6056-222c-47a8-9ecf-7efdbf82cc8c",
"db_address_code": "sample string 14",
"location": "sample string 15",
"contact_id": "becdd039-2efe-4d0c-b0ef-645cf221fa8b",
"contact_reference_back_office": "sample string 17",
"owner_user_id": "b3bb6375-8294-41fe-a036-a76c1724f93d",
"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-01-23T02:50:08.3332914+00:00",
"date_create": "2026-01-23T02:50:08.3332914+00:00",
"date_update": "2026-01-23T02:50:08.3332914+00:00",
"updated_by_user_id": "834026b6-8a19-4d4b-9ea8-5bd572999ad4",
"customer_reference": "sample string 28",
"warranty_date_until": "2026-01-23T02:50:08.3332914+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-01-23T00:00:00+00:00",
"shutdown_consequence": "sample string 35",
"id2": 36,
"nb_open_jobs": 37,
"date_next_job": "2026-01-23T02:50:08.3332914+00:00",
"date_last_job": "2026-01-23T02:50:08.3332914+00:00",
"nb_jobs_planned": 40,
"nb_jobs_tobeplanned": 41,
"nb_jobs_waitingfurtheraction": 42,
"back_office_timestamp": "2026-01-23T02:50:08.3332914+00:00",
"modified_dateutc": "2026-01-23T02:50:08.3332914+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": "b6f01961-c7b4-484a-81b6-310fa3fdf468",
"_parent_id": "144e97af-ef51-4359-98f0-7047a6623418",
"root_parent_id": "ddb1254c-49b5-49ef-880c-78c9b7593145",
"_parent_reference_back_office": "sample string 4",
"equipment_family_id": "a738c789-2025-4607-bc89-44dbedcf306f",
"equipment_family_code": "sample string 6",
"equipment_family": {
"id": "b18e5c0c-119c-49f1-94d9-2beab57bd287",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "28a59abe-b10b-47e7-aab7-fb050eb1a82e",
"_parent_code": "sample string 6",
"sales_organization_id": "422fa575-2d8c-4157-9618-d3516a149383",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "36309d3f-d0c2-4800-bc55-63f1ecd26faf",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "31432e6c-3d4f-41a0-9775-f2d10af2e288",
"db_currency_id": "db3d7f9a-9950-4ff1-95d5-67f784166369",
"db_language_id": "aac2dd29-dbaf-4353-a4c1-dd96b34aa820",
"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-01-23T02:50:08.3332914+00:00"
},
"modified_dateutc": "2026-01-23T02:50:08.3332914+00:00"
},
"equipment_model_id": "efd47b00-569f-4d45-9d33-152b154f6e30",
"equipment_model_code": "sample string 8",
"equipment_model": {
"id": "dce49bae-38de-4778-af8c-4759a74b7c6e",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"equipment_brand_id": "4fe5d2e8-70d8-459d-aa3d-e1f864390507",
"equipment_brand_code": "sample string 6",
"equipment_brand": {
"id": "a87a0042-41cf-4779-a51b-f65edf41c924",
"name": "sample string 2",
"code": "sample string 3",
"sales_organization_id": "5dd78da1-56dd-4af0-a6c4-4e4c16a093c6",
"sales_organization_code": "sample string 5",
"sales_organization": {
"id": "36309d3f-d0c2-4800-bc55-63f1ecd26faf",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "31432e6c-3d4f-41a0-9775-f2d10af2e288",
"db_currency_id": "db3d7f9a-9950-4ff1-95d5-67f784166369",
"db_language_id": "aac2dd29-dbaf-4353-a4c1-dd96b34aa820",
"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-01-23T02:50:08.3332914+00:00"
},
"modified_dateutc": "2026-01-23T02:50:08.3332914+00:00"
},
"equipment_family_id": "0a00d083-f658-413a-a757-1f0125faf3bf",
"equipment_family_code": "sample string 8",
"equipment_family": {
"id": "b18e5c0c-119c-49f1-94d9-2beab57bd287",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "28a59abe-b10b-47e7-aab7-fb050eb1a82e",
"_parent_code": "sample string 6",
"sales_organization_id": "422fa575-2d8c-4157-9618-d3516a149383",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "36309d3f-d0c2-4800-bc55-63f1ecd26faf",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "31432e6c-3d4f-41a0-9775-f2d10af2e288",
"db_currency_id": "db3d7f9a-9950-4ff1-95d5-67f784166369",
"db_language_id": "aac2dd29-dbaf-4353-a4c1-dd96b34aa820",
"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-01-23T02:50:08.3332914+00:00"
},
"modified_dateutc": "2026-01-23T02:50:08.3332914+00:00"
},
"date_in_production_since": "2026-01-23T02:50:08.3332914+00:00",
"date_out_of_production_since": "2026-01-23T02:50:08.3332914+00:00",
"date_end_support": "2026-01-23T02:50:08.3332914+00:00",
"sales_organization_id": "76ef1ce8-e56d-47dd-a74f-cbeeef98ccbb",
"sales_organization_code": "sample string 13",
"sales_organization": {
"id": "36309d3f-d0c2-4800-bc55-63f1ecd26faf",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "31432e6c-3d4f-41a0-9775-f2d10af2e288",
"db_currency_id": "db3d7f9a-9950-4ff1-95d5-67f784166369",
"db_language_id": "aac2dd29-dbaf-4353-a4c1-dd96b34aa820",
"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-01-23T02:50:08.3332914+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-01-23T02:50:08.3332914+00:00"
},
"project_status_id": "96eaa41f-3d40-4e9b-924b-afa361482da4",
"project_status_code": "sample string 10",
"project_status": {
"id": "09e71c83-d242-4933-99d4-922a947e080e",
"name": "sample string 2",
"is_default": true,
"is_closed": true,
"sales_organization_id": "fe9fc4aa-e6cf-4a25-ad1e-aa82a6fba708",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "36309d3f-d0c2-4800-bc55-63f1ecd26faf",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "31432e6c-3d4f-41a0-9775-f2d10af2e288",
"db_currency_id": "db3d7f9a-9950-4ff1-95d5-67f784166369",
"db_language_id": "aac2dd29-dbaf-4353-a4c1-dd96b34aa820",
"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-01-23T02:50:08.3332914+00:00"
},
"code": "sample string 7",
"modified_dateutc": "2026-01-23T02:50:08.3332914+00:00"
},
"company_id": "324a4ede-e588-4942-9322-23f1f39dc6ec",
"company_code": "sample string 12",
"db_address_id": "f330dc1f-8f3f-4b4b-90b7-3dd6c3c7066d",
"db_address_code": "sample string 14",
"location": "sample string 15",
"contact_id": "96b18bf4-e33b-4382-be1f-4a230aa3d4cb",
"contact_reference_back_office": "sample string 17",
"owner_user_id": "21a3ec5c-4b40-4de1-9d7f-8b81ed3a563b",
"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-01-23T02:50:08.3489216+00:00",
"date_create": "2026-01-23T02:50:08.3489216+00:00",
"date_update": "2026-01-23T02:50:08.3489216+00:00",
"updated_by_user_id": "466975b5-31a9-4e95-af6e-8e7824b257eb",
"customer_reference": "sample string 28",
"warranty_date_until": "2026-01-23T02:50:08.3489216+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-01-23T00:00:00+00:00",
"shutdown_consequence": "sample string 35",
"id2": 36,
"nb_open_jobs": 37,
"date_next_job": "2026-01-23T02:50:08.3489216+00:00",
"date_last_job": "2026-01-23T02:50:08.3489216+00:00",
"nb_jobs_planned": 40,
"nb_jobs_tobeplanned": 41,
"nb_jobs_waitingfurtheraction": 42,
"back_office_timestamp": "2026-01-23T02:50:08.3489216+00:00",
"modified_dateutc": "2026-01-23T02:50:08.3489216+00:00",
"is_mobile_installation": true
}