This method allows, in a simplified way, to create an equipment.
The method to use for creating an equipment is:
POST url/api/mytenant/myorganization/assetmanagementcore/equipmentItems
Example Json for
creating an equipment:
This method allows you to create a device according to the parameters you have filled in:
i. EquipmentKey: The key of the equipment. If this parameter is not passed, it assumes the defined sequence number.
ii. Description: Brief description of the equipment. This field is mandatory.
iii. OnServiceDate: The date the equipment went into service. If this field is not filled in, the current date is assumed.
iv. ExternalReferenceID: Code of the external reference.
v. Serial: Serial number.
vi. Picture: The image of the equipment.
vii. PurchaseDate: Date of purchase.
viii. PurchasePrice: The purchase price.
ix. Remarks: Remarks from the equipment.
x. Keyword: Brief description of the equipment.
xi. Barcode: The tag of the equipment.
xii. IsTool: Set to False for equipment creation.
xiii. WorkingTime: Working time.
xiv. Manufacturer: Manufacturer key.
xv. Location: The key of the equipment's location. This field is mandatory, when the parent equipment is not filled in.
xvi. Criticality: The key of criticality.
xvii. Currency: The currency key.
xviii. Owner: The owner key.
xix. Brand: The key of the brand.
xx. BrandModel: The key of the model.
xxi. ParentEquipment: The key of the parent equipment. This field is required when the location field is not filled in.
xxii. Family: The key of the family.
xxiii. Company: The key of the company.
xxiv. Responsible: The key of the responsible.
xxv. Supplier: The key of the supplier.
xxvi.
Customer: The key of the customer.