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": "e2b090f9-8511-4903-8da8-0a90c4bed06f",
"_parent_id": "71770866-a2e0-4beb-aac4-3202d095f7d4",
"root_parent_id": "26882153-0029-4e35-8246-56182a580e97",
"_parent_reference_back_office": "sample string 4",
"equipment_family_id": "7c6e0d0c-73d6-43e2-b045-1cfd0f350e91",
"equipment_family_code": "sample string 6",
"equipment_family": {
"id": "60cc5c47-d25c-4cdd-a8e3-77631ff1b58f",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "9a0e6755-133a-42f4-b29e-993cc77d55c9",
"_parent_code": "sample string 6",
"sales_organization_id": "4f529f09-38c3-4817-9939-2ee7288c2c59",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "fcdafdc7-0a4b-4105-8af9-7ef895d4e091",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "66074760-0b49-4b10-bd51-cd52ec89116e",
"db_currency_id": "a9c01097-f80c-42e5-9eee-7f55a6303932",
"db_language_id": "9b3202b3-9f69-484c-8f53-4e17299fdb74",
"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-07-16T06:14:32.3658359+00:00"
},
"modified_dateutc": "2026-07-16T06:14:32.3658359+00:00"
},
"equipment_model_id": "5334164d-a793-4896-aeb2-1476df91f9b9",
"equipment_model_code": "sample string 8",
"equipment_model": {
"id": "d71554d1-eb77-4290-8ba5-7b9adeec82c7",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"equipment_brand_id": "29be6b8c-dfd5-481b-8bc5-86381d5f92fe",
"equipment_brand_code": "sample string 6",
"equipment_brand": {
"id": "1ade4ae3-29ab-4f25-bed2-e841847287e3",
"name": "sample string 2",
"code": "sample string 3",
"sales_organization_id": "9f064606-7e10-4b0e-aed9-c89adb782c6f",
"sales_organization_code": "sample string 5",
"sales_organization": {
"id": "fcdafdc7-0a4b-4105-8af9-7ef895d4e091",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "66074760-0b49-4b10-bd51-cd52ec89116e",
"db_currency_id": "a9c01097-f80c-42e5-9eee-7f55a6303932",
"db_language_id": "9b3202b3-9f69-484c-8f53-4e17299fdb74",
"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-07-16T06:14:32.3658359+00:00"
},
"modified_dateutc": "2026-07-16T06:14:32.3658359+00:00"
},
"equipment_family_id": "b291d196-c86c-4b2d-a48d-8696305b00db",
"equipment_family_code": "sample string 8",
"equipment_family": {
"id": "60cc5c47-d25c-4cdd-a8e3-77631ff1b58f",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "9a0e6755-133a-42f4-b29e-993cc77d55c9",
"_parent_code": "sample string 6",
"sales_organization_id": "4f529f09-38c3-4817-9939-2ee7288c2c59",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "fcdafdc7-0a4b-4105-8af9-7ef895d4e091",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "66074760-0b49-4b10-bd51-cd52ec89116e",
"db_currency_id": "a9c01097-f80c-42e5-9eee-7f55a6303932",
"db_language_id": "9b3202b3-9f69-484c-8f53-4e17299fdb74",
"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-07-16T06:14:32.3658359+00:00"
},
"modified_dateutc": "2026-07-16T06:14:32.3658359+00:00"
},
"date_in_production_since": "2026-07-16T06:14:32.3658359+00:00",
"date_out_of_production_since": "2026-07-16T06:14:32.3658359+00:00",
"date_end_support": "2026-07-16T06:14:32.3658359+00:00",
"sales_organization_id": "d5ceb6eb-7cec-480d-be00-66e5b8bcf5da",
"sales_organization_code": "sample string 13",
"sales_organization": {
"id": "fcdafdc7-0a4b-4105-8af9-7ef895d4e091",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "66074760-0b49-4b10-bd51-cd52ec89116e",
"db_currency_id": "a9c01097-f80c-42e5-9eee-7f55a6303932",
"db_language_id": "9b3202b3-9f69-484c-8f53-4e17299fdb74",
"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-07-16T06:14:32.3658359+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-07-16T06:14:32.3658359+00:00"
},
"project_status_id": "0f121ef8-ce0f-4828-ba88-c737595680d7",
"project_status_code": "sample string 10",
"project_status": {
"id": "a1e0bc60-aa97-419b-92e1-0d7d6ee714c2",
"name": "sample string 2",
"is_default": true,
"is_closed": true,
"sales_organization_id": "1224c788-db82-4727-b927-61b131f83f03",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "fcdafdc7-0a4b-4105-8af9-7ef895d4e091",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "66074760-0b49-4b10-bd51-cd52ec89116e",
"db_currency_id": "a9c01097-f80c-42e5-9eee-7f55a6303932",
"db_language_id": "9b3202b3-9f69-484c-8f53-4e17299fdb74",
"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-07-16T06:14:32.3658359+00:00"
},
"code": "sample string 7",
"modified_dateutc": "2026-07-16T06:14:32.3658359+00:00"
},
"company_id": "f03316ed-3d13-4785-8c22-4b3bcdbcd3c9",
"company_code": "sample string 12",
"db_address_id": "f7b3cff5-2faa-468e-8497-db52a24865f5",
"db_address_code": "sample string 14",
"location": "sample string 15",
"contact_id": "2a1ada34-661e-4fd2-9c61-3303f7532f31",
"contact_reference_back_office": "sample string 17",
"owner_user_id": "c450aa29-9a8a-445b-9d71-5bcd5ba5fc75",
"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-07-16T06:14:32.3658359+00:00",
"date_create": "2026-07-16T06:14:32.3658359+00:00",
"date_update": "2026-07-16T06:14:32.3658359+00:00",
"updated_by_user_id": "de1fa7bb-1309-4df0-a03d-be892bfb213b",
"customer_reference": "sample string 28",
"warranty_date_until": "2026-07-16T06:14:32.3658359+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-07-16T00:00:00+00:00",
"shutdown_consequence": "sample string 35",
"id2": 36,
"nb_open_jobs": 37,
"date_next_job": "2026-07-16T06:14:32.3658359+00:00",
"date_last_job": "2026-07-16T06:14:32.3658359+00:00",
"nb_jobs_planned": 40,
"nb_jobs_tobeplanned": 41,
"nb_jobs_waitingfurtheraction": 42,
"back_office_timestamp": "2026-07-16T06:14:32.3658359+00:00",
"modified_dateutc": "2026-07-16T06:14:32.3658359+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": "2bba006a-a404-4251-aa5c-eeb3c5b684c6",
"_parent_id": "bc4ac476-e2bf-4480-8dd8-086c0bb1d9b1",
"root_parent_id": "795f4ac3-4a64-4392-a6a2-ed57ccdf3726",
"_parent_reference_back_office": "sample string 4",
"equipment_family_id": "330ca41a-90ed-4e2a-9be8-333b53c1e2c1",
"equipment_family_code": "sample string 6",
"equipment_family": {
"id": "0083bf57-6429-4ad0-86bd-d18d2956bdbe",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "b76528e1-83bf-4f71-9048-6128b5aca1ec",
"_parent_code": "sample string 6",
"sales_organization_id": "0d1ff66a-d178-460d-8fb3-416caca061c3",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "48f3775a-d13b-4238-97d9-355b0d7f770b",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "205ae2dd-ec5c-4eb5-a65a-f3e388e71859",
"db_currency_id": "14edb1eb-5cb2-4684-adbf-c8a86dcac403",
"db_language_id": "2d0d2bd3-52db-474b-aea5-c5a2cd1c1cc1",
"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-07-16T06:14:32.381453+00:00"
},
"modified_dateutc": "2026-07-16T06:14:32.381453+00:00"
},
"equipment_model_id": "185a2708-df53-4c79-9d68-fcb109d38df8",
"equipment_model_code": "sample string 8",
"equipment_model": {
"id": "75433ca1-1053-493d-a488-2ae9910321c2",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"equipment_brand_id": "cfc5790f-b0f4-4fed-af5f-c513d306f946",
"equipment_brand_code": "sample string 6",
"equipment_brand": {
"id": "da3d27ba-d697-40c9-a8f1-be849ff59c48",
"name": "sample string 2",
"code": "sample string 3",
"sales_organization_id": "0db697e4-2f95-46d2-9043-7d4d60d14e13",
"sales_organization_code": "sample string 5",
"sales_organization": {
"id": "48f3775a-d13b-4238-97d9-355b0d7f770b",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "205ae2dd-ec5c-4eb5-a65a-f3e388e71859",
"db_currency_id": "14edb1eb-5cb2-4684-adbf-c8a86dcac403",
"db_language_id": "2d0d2bd3-52db-474b-aea5-c5a2cd1c1cc1",
"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-07-16T06:14:32.381453+00:00"
},
"modified_dateutc": "2026-07-16T06:14:32.381453+00:00"
},
"equipment_family_id": "e10dd1a3-2e03-462e-9d14-fb7441a92b29",
"equipment_family_code": "sample string 8",
"equipment_family": {
"id": "0083bf57-6429-4ad0-86bd-d18d2956bdbe",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "b76528e1-83bf-4f71-9048-6128b5aca1ec",
"_parent_code": "sample string 6",
"sales_organization_id": "0d1ff66a-d178-460d-8fb3-416caca061c3",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "48f3775a-d13b-4238-97d9-355b0d7f770b",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "205ae2dd-ec5c-4eb5-a65a-f3e388e71859",
"db_currency_id": "14edb1eb-5cb2-4684-adbf-c8a86dcac403",
"db_language_id": "2d0d2bd3-52db-474b-aea5-c5a2cd1c1cc1",
"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-07-16T06:14:32.381453+00:00"
},
"modified_dateutc": "2026-07-16T06:14:32.381453+00:00"
},
"date_in_production_since": "2026-07-16T06:14:32.381453+00:00",
"date_out_of_production_since": "2026-07-16T06:14:32.381453+00:00",
"date_end_support": "2026-07-16T06:14:32.381453+00:00",
"sales_organization_id": "0db0ac44-11d7-43ae-ac9f-97b9c80b3172",
"sales_organization_code": "sample string 13",
"sales_organization": {
"id": "48f3775a-d13b-4238-97d9-355b0d7f770b",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "205ae2dd-ec5c-4eb5-a65a-f3e388e71859",
"db_currency_id": "14edb1eb-5cb2-4684-adbf-c8a86dcac403",
"db_language_id": "2d0d2bd3-52db-474b-aea5-c5a2cd1c1cc1",
"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-07-16T06:14:32.381453+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-07-16T06:14:32.381453+00:00"
},
"project_status_id": "286667ef-a9d7-438b-8ab0-b5865747ec83",
"project_status_code": "sample string 10",
"project_status": {
"id": "fd4c63aa-21c1-4e43-ab77-c1a1b189197b",
"name": "sample string 2",
"is_default": true,
"is_closed": true,
"sales_organization_id": "6a75558f-ab47-4345-a16e-7356fa4b49e5",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "48f3775a-d13b-4238-97d9-355b0d7f770b",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "205ae2dd-ec5c-4eb5-a65a-f3e388e71859",
"db_currency_id": "14edb1eb-5cb2-4684-adbf-c8a86dcac403",
"db_language_id": "2d0d2bd3-52db-474b-aea5-c5a2cd1c1cc1",
"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-07-16T06:14:32.381453+00:00"
},
"code": "sample string 7",
"modified_dateutc": "2026-07-16T06:14:32.381453+00:00"
},
"company_id": "871096b8-c920-48d9-a5dc-60850f9c7c9b",
"company_code": "sample string 12",
"db_address_id": "caa85004-a8e1-4aae-ba02-b8a60243c7d9",
"db_address_code": "sample string 14",
"location": "sample string 15",
"contact_id": "f6ec10a0-fdf5-46c5-96c2-69bedaafa84d",
"contact_reference_back_office": "sample string 17",
"owner_user_id": "4fb9420e-4125-4869-8a3c-f2c06dc0149f",
"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-07-16T06:14:32.381453+00:00",
"date_create": "2026-07-16T06:14:32.381453+00:00",
"date_update": "2026-07-16T06:14:32.381453+00:00",
"updated_by_user_id": "3fcc83f6-690e-46f1-9308-10a9ac60babe",
"customer_reference": "sample string 28",
"warranty_date_until": "2026-07-16T06:14:32.381453+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-07-16T00:00:00+00:00",
"shutdown_consequence": "sample string 35",
"id2": 36,
"nb_open_jobs": 37,
"date_next_job": "2026-07-16T06:14:32.381453+00:00",
"date_last_job": "2026-07-16T06:14:32.381453+00:00",
"nb_jobs_planned": 40,
"nb_jobs_tobeplanned": 41,
"nb_jobs_waitingfurtheraction": 42,
"back_office_timestamp": "2026-07-16T06:14:32.381453+00:00",
"modified_dateutc": "2026-07-16T06:14:32.381453+00:00",
"is_mobile_installation": true
}