Creates a new equipment_brand object
Request Information
URI Parameters :
None.
Body Parameters :
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 |
Request Formats :
application/json, text/json
Sample:
{
"id": "0763fc1c-a62d-476f-b799-7a3b9c43cb12",
"name": "sample string 2",
"code": "sample string 3",
"sales_organization_id": "42a16f44-0090-480e-bd11-27409ee92a45",
"sales_organization_code": "sample string 5",
"sales_organization": {
"id": "b2e7dab0-1838-4e5d-bb63-b0a6ba51e996",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "e58b4237-2dde-495a-a316-e4cdde0264b2",
"db_currency_id": "f088c5d0-0397-4586-a585-033ac3b77ff6",
"db_language_id": "04fa0c8c-2385-4ca5-ab74-9454c426d8de",
"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-05-24T11:45:27.2586655+00:00"
},
"modified_dateutc": "2026-05-24T11:45:27.2586655+00:00"
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.