Retrieves the equipment_model object with the specified key
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
equipment_model| Name | Description | Type | Additional 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
{
"id": "c6281339-b939-45e0-90c1-279e0c130cc8",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"equipment_brand_id": "496e62b7-dbd4-444c-bf2a-b6c76262853e",
"equipment_brand_code": "sample string 6",
"equipment_brand": {
"id": "84603632-c090-4833-8a7d-d283f1f08109",
"name": "sample string 2",
"code": "sample string 3",
"sales_organization_id": "d0a55122-dd10-4885-9341-46bc946da5e1",
"sales_organization_code": "sample string 5",
"sales_organization": {
"id": "6a8696a0-e864-4da2-9d16-47eae6bb1199",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "2f225a23-32b0-42ee-bcf9-8842419d262f",
"db_currency_id": "24c0bd9d-854d-49fa-9776-8aea95602825",
"db_language_id": "458edd38-88b9-43e9-9f0e-915864a94bfc",
"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-04-14T02:22:27.1333204+00:00"
},
"modified_dateutc": "2026-04-14T02:22:27.1333204+00:00"
},
"equipment_family_id": "9f3452a0-a375-4dbb-acaa-3498abbaabcb",
"equipment_family_code": "sample string 8",
"equipment_family": {
"id": "bc1300b3-5790-470b-844c-13bb5a8b6cb4",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "db44eb86-502b-45c0-bea9-63779d9ac0e4",
"_parent_code": "sample string 6",
"sales_organization_id": "fe5c8e08-07ba-40f8-bbc9-20afe7bc9299",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "6a8696a0-e864-4da2-9d16-47eae6bb1199",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "2f225a23-32b0-42ee-bcf9-8842419d262f",
"db_currency_id": "24c0bd9d-854d-49fa-9776-8aea95602825",
"db_language_id": "458edd38-88b9-43e9-9f0e-915864a94bfc",
"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-04-14T02:22:27.1333204+00:00"
},
"modified_dateutc": "2026-04-14T02:22:27.1333204+00:00"
},
"date_in_production_since": "2026-04-14T02:22:27.1333204+00:00",
"date_out_of_production_since": "2026-04-14T02:22:27.1333204+00:00",
"date_end_support": "2026-04-14T02:22:27.1333204+00:00",
"sales_organization_id": "851354c6-5ab0-4b23-9d58-5434ad5e380e",
"sales_organization_code": "sample string 13",
"sales_organization": {
"id": "6a8696a0-e864-4da2-9d16-47eae6bb1199",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "2f225a23-32b0-42ee-bcf9-8842419d262f",
"db_currency_id": "24c0bd9d-854d-49fa-9776-8aea95602825",
"db_language_id": "458edd38-88b9-43e9-9f0e-915864a94bfc",
"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-04-14T02:22:27.1333204+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-04-14T02:22:27.1333204+00:00"
}