Creates a new equipment_brand object

Request Information

URI Parameters :

None.

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": "d7c32d2d-a584-4545-9376-12453db982fe",
  "name": "sample string 2",
  "code": "sample string 3",
  "sales_organization_id": "a29630ea-d351-4dba-bed4-6d699faa72af",
  "sales_organization_code": "sample string 5",
  "sales_organization": {
    "id": "9c3587ca-fc2a-4120-a397-90e1ecc19920",
    "code": "sample string 2",
    "name": "sample string 3",
    "description": "sample string 4",
    "db_country_id": "f0338ef5-17e3-42be-81e0-755042c12c2c",
    "db_currency_id": "f7fc710e-62ec-4c9e-a8ab-59eba3f40e33",
    "db_language_id": "87d8722c-548c-44e6-b0c1-6d39d951276d",
    "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-02-19T10:14:35.9440463+00:00"
  },
  "modified_dateutc": "2025-02-19T10:14:35.9440463+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.