EntityAttribute_Post (Post)
- Last UpdatedNov 06, 2025
- 1 minute read
| Post | EntityAttribute_Post |
Resource Path:/api/entity/{entityID}/attribute/{id}
| Name | Description | Data Type |
|---|---|---|
| entityID | Required. The entity ID. | integer |
| id | Required. The ID of the attribute that is being added to the entity. | integer |
The request body is of type Mes.WebApi.Models.EntityAttribute.
Required. The parameter information for the attribute being added.
The response body is of type Mes.WebApi.Models.EntityAttribute.
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.