Retrieves the equipment_model object with the specified key

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

equipment_model
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
code

The Id/Ref of the back office. Used by Embedded entity

string

Max length: 50

name

Name of the equipment model

string

Required

Max length: 50

description

Description of the equipment model

string
equipment_brand_id

FK Of Equipment brand

globally unique identifier
equipment_brand_code

Embedded entity "equipment_brand" using ERP PK when adding/updating equipment_model

string
equipment_brand

Embedded entity "equipment_brand" using ERP PK when adding/updating equipment_model

equipment_brand
equipment_family_id

FK Of equipment_family

globally unique identifier
equipment_family_code

Embedded entity "equipment_family" using ERP PK when adding/updating equipment_model

string
equipment_family

Embedded entity "equipment_family" using ERP PK when adding/updating equipment_model

equipment_family
date_in_production_since

Date in production since

date
date_out_of_production_since

Date Out Of production since

date
date_end_support

Date end support

date
sales_organization_id

FK of sales_organization. Filled if specific of one SO, empty if can be used by all

globally unique identifier
sales_organization_code

Embedded entity "sales_organization" using ERP PK when adding/updating equipment_model

string
sales_organization

Embedded entity "sales_organization" when adding/updating equipment_model

sales_organization
replacement_period_nb_months

replacement_period_nb_months

integer
warranty_period_nb_months

warranty_period_nb_months

integer
translations

List of translation of specific field name

Collection of translation
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date

Response Formats

application/json, text/json

Sample:
{
  "id": "88b7c491-d051-4219-9973-d29c6cbe2953",
  "code": "sample string 2",
  "name": "sample string 3",
  "description": "sample string 4",
  "equipment_brand_id": "ba6a33fe-202c-47a0-9175-72fa869a9dc2",
  "equipment_brand_code": "sample string 6",
  "equipment_brand": {
    "id": "d254fbe9-7a1f-4c2b-8979-50c176c5c7d1",
    "name": "sample string 2",
    "code": "sample string 3",
    "sales_organization_id": "9c8ca0a6-e772-40b5-b0c6-86aca3d5e02b",
    "sales_organization_code": "sample string 5",
    "sales_organization": {
      "id": "1bdcdd28-f37b-47c7-a969-ec4d229a4e99",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "e8254eea-e24c-4a33-b0a7-69e9f6f89601",
      "db_currency_id": "5cd2d43c-97d9-4a4b-8f2e-d1a361968ac6",
      "db_language_id": "aa59d9ed-d1be-460d-b433-8c5df5fc467a",
      "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-08-14T09:51:58.0486306+00:00"
    },
    "modified_dateutc": "2026-08-14T09:51:58.0486306+00:00"
  },
  "equipment_family_id": "b9019d98-2568-4f85-acfd-22bfa5141943",
  "equipment_family_code": "sample string 8",
  "equipment_family": {
    "id": "28df0663-c664-4d5f-a673-38c688f3ad1f",
    "name": "sample string 2",
    "description": "sample string 3",
    "code": "sample string 4",
    "_parent_id": "e7006c61-62da-47b9-bdee-8db59f72be30",
    "_parent_code": "sample string 6",
    "sales_organization_id": "7e889aa6-eb59-4488-8b25-3cd4d578003e",
    "sales_organization_code": "sample string 8",
    "sales_organization": {
      "id": "1bdcdd28-f37b-47c7-a969-ec4d229a4e99",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "e8254eea-e24c-4a33-b0a7-69e9f6f89601",
      "db_currency_id": "5cd2d43c-97d9-4a4b-8f2e-d1a361968ac6",
      "db_language_id": "aa59d9ed-d1be-460d-b433-8c5df5fc467a",
      "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-08-14T09:51:58.0486306+00:00"
    },
    "modified_dateutc": "2026-08-14T09:51:58.0486306+00:00"
  },
  "date_in_production_since": "2026-08-14T09:51:58.0486306+00:00",
  "date_out_of_production_since": "2026-08-14T09:51:58.0486306+00:00",
  "date_end_support": "2026-08-14T09:51:58.0486306+00:00",
  "sales_organization_id": "1169da17-59a1-48f2-b6c8-1f5578d63bfc",
  "sales_organization_code": "sample string 13",
  "sales_organization": {
    "id": "1bdcdd28-f37b-47c7-a969-ec4d229a4e99",
    "code": "sample string 2",
    "name": "sample string 3",
    "description": "sample string 4",
    "db_country_id": "e8254eea-e24c-4a33-b0a7-69e9f6f89601",
    "db_currency_id": "5cd2d43c-97d9-4a4b-8f2e-d1a361968ac6",
    "db_language_id": "aa59d9ed-d1be-460d-b433-8c5df5fc467a",
    "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-08-14T09:51:58.0486306+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-08-14T09:51:58.0486306+00:00"
}