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": "66477a5a-1f59-43b5-b3f0-a0aaf5be6c96",
"name": "sample string 2",
"code": "sample string 3",
"sales_organization_id": "36643da7-dd9c-4a67-aa3a-1bf7ac4b4892",
"sales_organization_code": "sample string 5",
"sales_organization": {
"id": "f7159713-183d-443d-804c-2a0e2b70f2b0",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "1ab67398-773b-43c0-ad15-7d75f76719a8",
"db_currency_id": "219a0b3c-d358-4022-a898-e78af8c22e7a",
"db_language_id": "38cfe4f8-2c9c-47d9-a3fb-596dab02a5f4",
"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-27T22:19:26.8065659+00:00"
},
"modified_dateutc": "2026-07-27T22:19:26.8065659+00:00"
}