Retrieves all the equipment_model objects

Request Information

URI Parameters :

None.

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": "52f2d535-f94c-4c58-995e-27bb9987fe1c",
  "code": "sample string 2",
  "name": "sample string 3",
  "description": "sample string 4",
  "equipment_brand_id": "a46b795d-b7ae-483c-b151-fe23136755b3",
  "equipment_brand_code": "sample string 6",
  "equipment_brand": {
    "id": "b5212de1-71a9-43ab-ad1f-0e4081e05a92",
    "name": "sample string 2",
    "code": "sample string 3",
    "sales_organization_id": "4794542d-ce2b-4c57-b68c-03ac3da8dcd0",
    "sales_organization_code": "sample string 5",
    "sales_organization": {
      "id": "83d19f72-b12b-4b38-b594-7633ac7f94e6",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "9f1dc766-4ec8-424b-9b17-e4f47f7c407f",
      "db_currency_id": "0398f0dc-c01f-4d70-9ac2-e8fa58b08917",
      "db_language_id": "e0dfc6c4-235c-429a-96b5-1c792336b4bb",
      "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": "2025-07-09T13:09:48.2065291+00:00"
    },
    "modified_dateutc": "2025-07-09T13:09:48.2065291+00:00"
  },
  "equipment_family_id": "859b543d-f534-4be7-9ef6-d4bcbd6cb06f",
  "equipment_family_code": "sample string 8",
  "equipment_family": {
    "id": "513c2133-bbe0-4590-8789-fe08410cd4e2",
    "name": "sample string 2",
    "description": "sample string 3",
    "code": "sample string 4",
    "_parent_id": "dc7b1b8f-56be-4bd9-bb4b-9706abf49ac9",
    "_parent_code": "sample string 6",
    "sales_organization_id": "51e3b3ee-ffad-45f8-86c7-d798fa7ea47e",
    "sales_organization_code": "sample string 8",
    "sales_organization": {
      "id": "83d19f72-b12b-4b38-b594-7633ac7f94e6",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "9f1dc766-4ec8-424b-9b17-e4f47f7c407f",
      "db_currency_id": "0398f0dc-c01f-4d70-9ac2-e8fa58b08917",
      "db_language_id": "e0dfc6c4-235c-429a-96b5-1c792336b4bb",
      "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": "2025-07-09T13:09:48.2065291+00:00"
    },
    "modified_dateutc": "2025-07-09T13:09:48.2065291+00:00"
  },
  "date_in_production_since": "2025-07-09T13:09:48.2065291+00:00",
  "date_out_of_production_since": "2025-07-09T13:09:48.2065291+00:00",
  "date_end_support": "2025-07-09T13:09:48.2065291+00:00",
  "sales_organization_id": "6c52161d-d2e2-4364-aa96-2fc1c58a5021",
  "sales_organization_code": "sample string 13",
  "sales_organization": {
    "id": "83d19f72-b12b-4b38-b594-7633ac7f94e6",
    "code": "sample string 2",
    "name": "sample string 3",
    "description": "sample string 4",
    "db_country_id": "9f1dc766-4ec8-424b-9b17-e4f47f7c407f",
    "db_currency_id": "0398f0dc-c01f-4d70-9ac2-e8fa58b08917",
    "db_language_id": "e0dfc6c4-235c-429a-96b5-1c792336b4bb",
    "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": "2025-07-09T13:09:48.2065291+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": "2025-07-09T13:09:48.2065291+00:00"
}