Retrieves all the equipment_brand objects
Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
equipment_brand| Name | 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": "ec8287a9-2e64-4d0b-afd8-f52f5b79e49c",
"name": "sample string 2",
"code": "sample string 3",
"sales_organization_id": "eb3b02b1-7c55-4e08-ad22-3e8f5a9f099d",
"sales_organization_code": "sample string 5",
"sales_organization": {
"id": "3aebcef4-57a6-4e79-83b1-c13475e44443",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "c69a6ac6-2638-4e78-a02b-4c9dc09741ef",
"db_currency_id": "3c224c7c-8a1e-404c-ab60-be7610facd90",
"db_language_id": "6e0134f4-4923-4cd6-99ae-a0c297cc90dd",
"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-07-24T19:01:20.5801297+00:00"
},
"modified_dateutc": "2026-07-24T19:01:20.5801297+00:00"
}