Creates a new project

Request Information

URI Parameters :

None.

Body Parameters :

project
NameDescriptionTypeAdditional 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

Sample:
{
  "id": "5564e3a1-f098-4535-81b6-1aa865481226",
  "_parent_id": "fd87ebe4-725c-4dc2-92dc-9ea8da5597f6",
  "root_parent_id": "bf18a1e8-3160-49c9-81fe-b3e1197156e8",
  "_parent_reference_back_office": "sample string 4",
  "equipment_family_id": "f435de63-57fd-472d-9d0c-ece35ba664ae",
  "equipment_family_code": "sample string 6",
  "equipment_family": {
    "id": "7a07f174-169a-4e13-b267-dbc2013e4e03",
    "name": "sample string 2",
    "description": "sample string 3",
    "code": "sample string 4",
    "_parent_id": "0177cef5-fa0a-4ee6-b4e8-6451b3be88d7",
    "_parent_code": "sample string 6",
    "sales_organization_id": "11d259be-471e-4a71-a7c9-d21e48381c57",
    "sales_organization_code": "sample string 8",
    "sales_organization": {
      "id": "47e1fd64-ec27-4c98-9e01-495d1d44acd9",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "73d8ad67-d987-4c36-beef-992c4dafc430",
      "db_currency_id": "0ae13b9e-10ea-4ce7-b164-44edd7f6e410",
      "db_language_id": "83b0caa6-9cb4-4229-a00c-7b492ee502b4",
      "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": "2024-04-26T01:01:30.5972694+00:00"
    },
    "modified_dateutc": "2024-04-26T01:01:30.5972694+00:00"
  },
  "equipment_model_id": "5dd1901e-15ad-478a-b33d-6106871dfc86",
  "equipment_model_code": "sample string 8",
  "equipment_model": {
    "id": "0d9aca84-921c-42cf-99bc-556543a5156c",
    "code": "sample string 2",
    "name": "sample string 3",
    "description": "sample string 4",
    "equipment_brand_id": "58e2a318-cb43-4663-ac28-ee137d081e0a",
    "equipment_brand_code": "sample string 6",
    "equipment_brand": {
      "id": "93bb13a2-db8d-424d-9848-f46d9b2d1e36",
      "name": "sample string 2",
      "code": "sample string 3",
      "sales_organization_id": "dccf5946-e749-49c5-9d3e-20d5678f0e39",
      "sales_organization_code": "sample string 5",
      "sales_organization": {
        "id": "47e1fd64-ec27-4c98-9e01-495d1d44acd9",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "73d8ad67-d987-4c36-beef-992c4dafc430",
        "db_currency_id": "0ae13b9e-10ea-4ce7-b164-44edd7f6e410",
        "db_language_id": "83b0caa6-9cb4-4229-a00c-7b492ee502b4",
        "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": "2024-04-26T01:01:30.5972694+00:00"
      },
      "modified_dateutc": "2024-04-26T01:01:30.5972694+00:00"
    },
    "equipment_family_id": "3f88af73-84d1-4f64-bee5-a11bbd4687b6",
    "equipment_family_code": "sample string 8",
    "equipment_family": {
      "id": "7a07f174-169a-4e13-b267-dbc2013e4e03",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "_parent_id": "0177cef5-fa0a-4ee6-b4e8-6451b3be88d7",
      "_parent_code": "sample string 6",
      "sales_organization_id": "11d259be-471e-4a71-a7c9-d21e48381c57",
      "sales_organization_code": "sample string 8",
      "sales_organization": {
        "id": "47e1fd64-ec27-4c98-9e01-495d1d44acd9",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "73d8ad67-d987-4c36-beef-992c4dafc430",
        "db_currency_id": "0ae13b9e-10ea-4ce7-b164-44edd7f6e410",
        "db_language_id": "83b0caa6-9cb4-4229-a00c-7b492ee502b4",
        "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": "2024-04-26T01:01:30.5972694+00:00"
      },
      "modified_dateutc": "2024-04-26T01:01:30.5972694+00:00"
    },
    "date_in_production_since": "2024-04-26T01:01:30.5972694+00:00",
    "date_out_of_production_since": "2024-04-26T01:01:30.5972694+00:00",
    "date_end_support": "2024-04-26T01:01:30.5972694+00:00",
    "sales_organization_id": "793cda8f-1f15-4f3f-88f0-506f18826ad8",
    "sales_organization_code": "sample string 13",
    "sales_organization": {
      "id": "47e1fd64-ec27-4c98-9e01-495d1d44acd9",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "73d8ad67-d987-4c36-beef-992c4dafc430",
      "db_currency_id": "0ae13b9e-10ea-4ce7-b164-44edd7f6e410",
      "db_language_id": "83b0caa6-9cb4-4229-a00c-7b492ee502b4",
      "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": "2024-04-26T01:01:30.5972694+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": "2024-04-26T01:01:30.5972694+00:00"
  },
  "project_status_id": "9af4050e-a999-485f-b2b1-d820e111fe9b",
  "project_status_code": "sample string 10",
  "project_status": {
    "id": "f9628d47-eaf3-4d8e-aa6f-a57e17544f3c",
    "name": "sample string 2",
    "is_default": true,
    "is_closed": true,
    "sales_organization_id": "53cfbab0-e862-4380-90dc-1350c8f08fd1",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "47e1fd64-ec27-4c98-9e01-495d1d44acd9",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "73d8ad67-d987-4c36-beef-992c4dafc430",
      "db_currency_id": "0ae13b9e-10ea-4ce7-b164-44edd7f6e410",
      "db_language_id": "83b0caa6-9cb4-4229-a00c-7b492ee502b4",
      "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": "2024-04-26T01:01:30.5972694+00:00"
    },
    "code": "sample string 7",
    "modified_dateutc": "2024-04-26T01:01:30.5972694+00:00"
  },
  "company_id": "d2208a86-9345-4291-9caa-dbdda5566e91",
  "company_code": "sample string 12",
  "db_address_id": "7a1990f3-754c-4790-a3c7-0a64e6399817",
  "db_address_code": "sample string 14",
  "location": "sample string 15",
  "contact_id": "1d7090f4-a722-4249-a426-a0e6bb19e106",
  "contact_reference_back_office": "sample string 17",
  "owner_user_id": "1d94989f-eeff-4f72-ae46-6301b7e42213",
  "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": "2024-04-26T01:01:30.5972694+00:00",
  "date_create": "2024-04-26T01:01:30.5972694+00:00",
  "date_update": "2024-04-26T01:01:30.5972694+00:00",
  "updated_by_user_id": "c6bc45fd-41fd-4088-9f4f-f3c04c4d8b5f",
  "customer_reference": "sample string 28",
  "warranty_date_until": "2024-04-26T01:01:30.5972694+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": "2024-04-26T00:00:00+00:00",
  "shutdown_consequence": "sample string 35",
  "id2": 36,
  "nb_open_jobs": 37,
  "date_next_job": "2024-04-26T01:01:30.5972694+00:00",
  "date_last_job": "2024-04-26T01:01:30.5972694+00:00",
  "nb_jobs_planned": 40,
  "nb_jobs_tobeplanned": 41,
  "nb_jobs_waitingfurtheraction": 42,
  "back_office_timestamp": "2024-04-26T01:01:30.5972694+00:00",
  "modified_dateutc": "2024-04-26T01:01:30.5972694+00:00",
  "is_mobile_installation": true
}

Response Information

Resource Description :

project
NameDescriptionTypeAdditional 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

Sample:
{
  "id": "16f70ed1-2f65-406c-82da-61ec8b9591e8",
  "_parent_id": "f7381454-fc76-4d8b-b922-e0ce5955c698",
  "root_parent_id": "a85e9860-1534-4ff3-b5c3-ea192677473a",
  "_parent_reference_back_office": "sample string 4",
  "equipment_family_id": "6116902e-fae5-4c2e-aa12-e194285c700a",
  "equipment_family_code": "sample string 6",
  "equipment_family": {
    "id": "298b8bac-b913-4c46-8e6a-e47499f5ced6",
    "name": "sample string 2",
    "description": "sample string 3",
    "code": "sample string 4",
    "_parent_id": "60047cd8-bf63-4fde-811e-231ca33aae04",
    "_parent_code": "sample string 6",
    "sales_organization_id": "5ec9a194-dbb0-4055-96be-b469176a8db4",
    "sales_organization_code": "sample string 8",
    "sales_organization": {
      "id": "245399f4-17d9-4f64-b2de-279192b819da",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "38c6f350-288c-4e99-8112-a40265f440ef",
      "db_currency_id": "76fecfd7-11f1-41cd-af46-6afc2d0d1058",
      "db_language_id": "64cbeae7-5c99-498a-93a0-bca8299e299c",
      "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": "2024-04-26T01:01:30.6128952+00:00"
    },
    "modified_dateutc": "2024-04-26T01:01:30.6128952+00:00"
  },
  "equipment_model_id": "a82aee1f-d3d2-44a8-b70c-ada33616afd8",
  "equipment_model_code": "sample string 8",
  "equipment_model": {
    "id": "054a8378-ec41-47f0-a4e4-285601170d9a",
    "code": "sample string 2",
    "name": "sample string 3",
    "description": "sample string 4",
    "equipment_brand_id": "7cea9509-2ef7-4cbc-8ca4-f0143fefb0e9",
    "equipment_brand_code": "sample string 6",
    "equipment_brand": {
      "id": "6c9fb499-8daf-427c-bf13-5a3875a2a817",
      "name": "sample string 2",
      "code": "sample string 3",
      "sales_organization_id": "2cf5be47-6893-4401-955d-274dd9728576",
      "sales_organization_code": "sample string 5",
      "sales_organization": {
        "id": "245399f4-17d9-4f64-b2de-279192b819da",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "38c6f350-288c-4e99-8112-a40265f440ef",
        "db_currency_id": "76fecfd7-11f1-41cd-af46-6afc2d0d1058",
        "db_language_id": "64cbeae7-5c99-498a-93a0-bca8299e299c",
        "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": "2024-04-26T01:01:30.6128952+00:00"
      },
      "modified_dateutc": "2024-04-26T01:01:30.6128952+00:00"
    },
    "equipment_family_id": "75bf28a9-6d2e-489d-bb52-b8b55374350d",
    "equipment_family_code": "sample string 8",
    "equipment_family": {
      "id": "298b8bac-b913-4c46-8e6a-e47499f5ced6",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "_parent_id": "60047cd8-bf63-4fde-811e-231ca33aae04",
      "_parent_code": "sample string 6",
      "sales_organization_id": "5ec9a194-dbb0-4055-96be-b469176a8db4",
      "sales_organization_code": "sample string 8",
      "sales_organization": {
        "id": "245399f4-17d9-4f64-b2de-279192b819da",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "38c6f350-288c-4e99-8112-a40265f440ef",
        "db_currency_id": "76fecfd7-11f1-41cd-af46-6afc2d0d1058",
        "db_language_id": "64cbeae7-5c99-498a-93a0-bca8299e299c",
        "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": "2024-04-26T01:01:30.6128952+00:00"
      },
      "modified_dateutc": "2024-04-26T01:01:30.6128952+00:00"
    },
    "date_in_production_since": "2024-04-26T01:01:30.6128952+00:00",
    "date_out_of_production_since": "2024-04-26T01:01:30.6128952+00:00",
    "date_end_support": "2024-04-26T01:01:30.6128952+00:00",
    "sales_organization_id": "b9f70996-d127-448d-87f9-2eaca37c7a36",
    "sales_organization_code": "sample string 13",
    "sales_organization": {
      "id": "245399f4-17d9-4f64-b2de-279192b819da",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "38c6f350-288c-4e99-8112-a40265f440ef",
      "db_currency_id": "76fecfd7-11f1-41cd-af46-6afc2d0d1058",
      "db_language_id": "64cbeae7-5c99-498a-93a0-bca8299e299c",
      "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": "2024-04-26T01:01:30.6128952+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": "2024-04-26T01:01:30.6128952+00:00"
  },
  "project_status_id": "8acb14a5-badb-45bd-815a-8269dd053c75",
  "project_status_code": "sample string 10",
  "project_status": {
    "id": "5454ac88-0892-42c2-8dc8-900da4bd5b63",
    "name": "sample string 2",
    "is_default": true,
    "is_closed": true,
    "sales_organization_id": "a6758d6e-b2b5-4488-a114-7fc256f0124d",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "245399f4-17d9-4f64-b2de-279192b819da",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "38c6f350-288c-4e99-8112-a40265f440ef",
      "db_currency_id": "76fecfd7-11f1-41cd-af46-6afc2d0d1058",
      "db_language_id": "64cbeae7-5c99-498a-93a0-bca8299e299c",
      "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": "2024-04-26T01:01:30.6128952+00:00"
    },
    "code": "sample string 7",
    "modified_dateutc": "2024-04-26T01:01:30.6128952+00:00"
  },
  "company_id": "82fc7506-d23d-487f-8d42-5e75d2cb4dcc",
  "company_code": "sample string 12",
  "db_address_id": "58a6bb72-74b7-4555-a142-6dbecb161636",
  "db_address_code": "sample string 14",
  "location": "sample string 15",
  "contact_id": "50bbe5bb-867a-4823-b9a7-9cc3785e0efb",
  "contact_reference_back_office": "sample string 17",
  "owner_user_id": "1aedc569-0b9b-4977-8433-12fda27c9baf",
  "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": "2024-04-26T01:01:30.6128952+00:00",
  "date_create": "2024-04-26T01:01:30.6128952+00:00",
  "date_update": "2024-04-26T01:01:30.6128952+00:00",
  "updated_by_user_id": "1a94331d-7c1d-4d07-bceb-5c5ccf21112b",
  "customer_reference": "sample string 28",
  "warranty_date_until": "2024-04-26T01:01:30.6128952+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": "2024-04-26T00:00:00+00:00",
  "shutdown_consequence": "sample string 35",
  "id2": 36,
  "nb_open_jobs": 37,
  "date_next_job": "2024-04-26T01:01:30.6128952+00:00",
  "date_last_job": "2024-04-26T01:01:30.6128952+00:00",
  "nb_jobs_planned": 40,
  "nb_jobs_tobeplanned": 41,
  "nb_jobs_waitingfurtheraction": 42,
  "back_office_timestamp": "2024-04-26T01:01:30.6128952+00:00",
  "modified_dateutc": "2024-04-26T01:01:30.6128952+00:00",
  "is_mobile_installation": true
}