Retrieves all the equipment_brand objects

Request Information

URI Parameters :

None.

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

sales_organization_id

FK of sales_organization. Filled if specific of one SO, empty if can be used by all

globally unique identifier
modified_dateutc

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

date

Response Formats

application/json, text/json

Sample:
{
  "id": "94ae7624-52bf-43d4-9c00-81143bece421",
  "name": "sample string 2",
  "sales_organization_id": "9af37f43-c2cc-408b-a1bb-fc985db508ad",
  "modified_dateutc": "2026-01-12T00:18:38.6782729+00:00"
}

application/xml, text/xml

Sample:
<equipment_brand xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <id>94ae7624-52bf-43d4-9c00-81143bece421</id>
  <modified_dateutc>2026-01-12T00:18:38.678Z</modified_dateutc>
  <name>sample string 2</name>
  <sales_organization_id>9af37f43-c2cc-408b-a1bb-fc985db508ad</sales_organization_id>
</equipment_brand>