EntityAttribute_Put (Put)
- Last UpdatedNov 06, 2025
- 1 minute read
| Put | EntityAttribute_Put |
Resource Path:/api/entity/{entityID}/attribute/{id}
| Name | Description | Data Type |
|---|---|---|
| entityID | Required. The entity ID. | integer |
| id | Required. The attribute ID. | integer |
The request body is of type Mes.WebApi.Models.EntityAttribute.
Required. The parameter information for the attribute being updated.
Whether a value, notes, or both can be entered for an attribute is determined by its entry_type property setting. The attribute value or the notes can be set to null in the database by passing a null for the attr_value or notes property in the model. However, at least one of these properties must have a non-null value.