Retrieves the equipment_brand 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_brandName | Description | Type | Additional 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": "2eacb4b6-7fb7-46b6-a1c6-f78929c44483", "name": "sample string 2", "code": "sample string 3", "sales_organization_id": "b6e6ffb3-037e-4c3e-ad25-49b68b2c7f5f", "sales_organization_code": "sample string 5", "sales_organization": { "id": "8cf4cce3-7a11-43e7-a0ad-825102ffa94c", "code": "sample string 2", "name": "sample string 3", "description": "sample string 4", "db_country_id": "490ee1ad-7123-4b57-89dd-a3d8719bcab0", "db_currency_id": "874e8777-ea06-456c-8817-8d03c2651222", "db_language_id": "3e5256c8-ef0b-49e5-a705-d9df56c810ec", "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-08-21T11:25:31.40241+00:00" }, "modified_dateutc": "2025-08-21T11:25:31.40241+00:00" }