Technical Attributes Creation Through APIs
You can manage the technical attributes using OOTB APIs for one or more IBs.
Use Case
You have a connected IB for which you want to create and manage its technical attributes to get real-time visibility of its current status. You have a business requirement to record the temperature of the IB over a period of time. The SLA for the IB depends on the temperature recordings. You can create technical attributes for the IB using REST API, and view the attribute history for temperature change.
The OOTB APIs are as follows:
UpdateTechnicalAttributes: You can create and update attributes of an IB in the request payload.
SaveTechnicalAttributes: You can create attributes for multiple IBs, send multiple updates for the same attribute, and combination of multiple IBs and attributes in the request payload.
* 
The Serial Lot Number field must be unique to avoid errors related to duplicate values when creating technical attributes.
Was this helpful?