Updates the equipment_family object with the specified key
Request Information
URI Parameters :
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters :
equipment_familyName | Description | Type | Additional information |
---|---|---|---|
id |
Primary Key |
globally unique identifier |
Required |
name |
Name of the equipment family |
string |
Required Max length: 50 |
description |
Description of the equipment family |
string |
Max length: 4000 |
code |
The Id/Ref of the back office. Used by Embedded entity |
string |
Max length: 50 |
_parent_id |
Parent Equipment Family (Parent / Child) when adding/updating equipment_family |
globally unique identifier | |
_parent_code |
Embedded entity "equipment_family" for parent (Parent / Child) using ERP PK when adding/updating equipment_family |
string | |
_parent_equipment_family |
Embedded entity "equipment_family" for parent (Parent / Child) when adding/updating equipment_family |
equipment_family | |
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
{ "id": "0cd576b9-e7b7-46d0-99e2-3e0e742e9179", "name": "sample string 2", "description": "sample string 3", "code": "sample string 4", "_parent_id": "fd8cb8fa-5e1f-4101-94ee-81625e0d12c3", "_parent_code": "sample string 6", "sales_organization_id": "ff78d89f-8044-4b82-afa3-f75b496a5e9b", "sales_organization_code": "sample string 8", "sales_organization": { "id": "34d369c0-84de-4dde-85a3-e4fe8ca9a319", "code": "sample string 2", "name": "sample string 3", "description": "sample string 4", "db_country_id": "00caac36-e245-4666-8042-ae60a0ea2507", "db_currency_id": "8dff2afe-c8b7-40f3-8899-6dee2aaed2da", "db_language_id": "aa724300-8627-4a1d-a66d-dc67b034eb2b", "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-04-27T10:31:50.3588911+00:00" }, "modified_dateutc": "2025-04-27T10:31:50.3588911+00:00" }
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample not available.