IT data
How to send and process IT data
IT data
IT data is data that is collected from your IT systems, like ERP, CMMS, WMS, etc. It is data that is collected from your IT systems, like ERP, CMMS, WMS, etc. It is data that is collected from your IT systems, like ERP, CMMS, WMS, etc. This data typically lives in your ERP system, CMMS, WMS or other types of IT systems. It's data that changes from a couple of times every hour to a couple of times every day or even less often. Examples can be purchase orders, production orders, maintenance orders, warehouse inventory or deviation reports. In order to integrate this data all you need to do is send it to the data endpoint.
{
"purchase_order_id": "123456",
"date": "2024-06-12T09:00:00Z",
"description": "Purchase order for 100 units of pots and pans",
"status": "pending",
"total_amount": 10000.0,
"currency": "NOK",
"customer_id": "123456",
"customer_name": "Gry T. Lokk AS",
"customer_email": "gry@lokk.no"
}curl -X POST -H "Content-Type: application/json" -d @data.json https://app.digel.io/api/v1/dataWe will classify, store and map the data to your process. In the data tab in Digel you can see all the different types of data that you have sent in, check mappings and provide more semantic information about the data and each field.