NextGen APIs

POST /assets/r1/assets/{assetId}/measuring-elements

Http Verb

POST

Url

/assets/r1/assets/{assetId}/measuring-elements

Permissions required

Technical Object: View (fsm.core.technicalobject.facility.view)

or

Technical Object: Edit (fsm.core.technicalobject.facility.edit)

and

Measuring Element: Edit (fsm.core.technicalobject.measure.edit)

Personally Identifiable Information (PII)

No

Sensitive Information

No

Last Modified Version

r1

Released since

2025 W2 (FSM 20.0)

Deprecated since


Removed since


Tech Tags


Business Logic

This API creates a new Measuring Element for the selected asset. A measuring element is defined by the mandatory fields:

  • code

  • description

  • statusId

The measuring element must also be defined by a characteristic, a catalog group or both.

In order to associate a characteristic to a measuring element, the former must be active and have its usage set to ‘Measure’ or ‘Both’. When a characteristic is provided, the measuring unit and max-length are derived from the characteristic, unless different measuring unit and max-length values are provided.

If no characteristic is provided, the measuring unit, max-length, counter direction and counter overflow value properties are not allowed.

In order to associate a catalog group to a measuring element, the former must be active and be defined by the entity type ‘Measurements’.

Path parameters

 

Field

Note

assetId

 

Header Parameters

Default.

Request Body Parameters

Response documentation

Response payload fields

Field

Note

payload


Response error codes

BASE_0001

BASE_0003

BASE_0011

NOT_FOUND

ASSETS_ORCHESTRATOR_006

ASSETS_ORCHESTRATOR_007

ASSETS_ORCHESTRATOR_008

ASSETS_ORCHESTRATOR_009

ASSETS_ORCHESTRATOR_010