Updates the equipment_brand object with the specified key

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters :

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

Request Formats :

application/json, text/json

Sample:
{
  "id": "5e1e679c-13d1-4589-a98c-1bcf047a6f5f",
  "name": "sample string 2",
  "code": "sample string 3",
  "sales_organization_id": "2a7ec860-9697-4d40-aa06-bf5737719880",
  "sales_organization_code": "sample string 5",
  "sales_organization": {
    "id": "8d8467fb-2f1a-4e1f-aaa7-1fc00be3da29",
    "code": "sample string 2",
    "name": "sample string 3",
    "description": "sample string 4",
    "db_country_id": "8f1f3a76-49ea-4396-b83c-7c00469be639",
    "db_currency_id": "c407e669-63e8-43ed-82ea-dd61697c19d0",
    "db_language_id": "10679a0d-a007-4a0b-8ddc-89c1b78a7d21",
    "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-03-07T10:35:17.1258465+00:00"
  },
  "modified_dateutc": "2026-03-07T10:35:17.1258465+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.