Retrieves the equipment_brand 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_brand
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
name

Name of the equipment brand

string

Required

Max length: 50

code

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

string

Max length: 50

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 company_type

string
sales_organization

Embedded entity "sales_organization" when adding/updating company_type

sales_organization
modified_dateutc

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

date

Response Formats

application/json, text/json

Sample:
{
  "id": "70ec1505-a378-4e41-b230-748c9c22e161",
  "name": "sample string 2",
  "code": "sample string 3",
  "sales_organization_id": "5c63bd91-5023-4ffe-9df9-7412a11bddb5",
  "sales_organization_code": "sample string 5",
  "sales_organization": {
    "id": "273c4c2e-28db-41f1-a177-69bdb2471220",
    "code": "sample string 2",
    "name": "sample string 3",
    "description": "sample string 4",
    "db_country_id": "e8a7f418-51fe-42d8-82ea-785d63711e3e",
    "db_currency_id": "5900fd69-68ad-4c6a-8ffa-0bbc0e25d559",
    "db_language_id": "8ac3ac29-6cf4-4660-8e8a-3b44fc5e4849",
    "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-03-16T08:56:41.0420533+00:00"
  },
  "modified_dateutc": "2025-03-16T08:56:41.0420533+00:00"
}