46 uç · /api/erp/v1/maintenance
İstek örnekleri ucun GERÇEK metodu ve yolundan üretilir. 46 ucun elle doğrulanmış gövde örneği henüz yok; o uçlarda iskelet gövdesizdir — uydurma bir alan yazmıyoruz.
curl -X POST "https://{slug}.erp.blesyum.app/api/erp/v1/maintenance/breakdowns/<id>/resolve" \
-H "Authorization: Bearer <oturum-token>" \
-H "Accept: application/json"{
"data": "…",
"trace_id": "01JC…"
}idcurl -X POST "https://{slug}.erp.blesyum.app/api/erp/v1/maintenance/condition-alerts/<id>/status" \
-H "Authorization: Bearer <oturum-token>" \
-H "Accept: application/json"{
"data": "…",
"trace_id": "01JC…"
}curl -X POST "https://{slug}.erp.blesyum.app/api/erp/v1/maintenance/condition-thresholds" \
-H "Authorization: Bearer <oturum-token>" \
-H "Accept: application/json"{
"data": "…",
"trace_id": "01JC…"
}curl -X GET "https://{slug}.erp.blesyum.app/api/erp/v1/maintenance/downtime/pareto" \
-H "Authorization: Bearer <oturum-token>" \
-H "Accept: application/json"{
"data": "…",
"trace_id": "01JC…"
}idcurl -X POST "https://{slug}.erp.blesyum.app/api/erp/v1/maintenance/equipment/<id>/meter-readings" \
-H "Authorization: Bearer <oturum-token>" \
-H "Accept: application/json"{
"data": "…",
"trace_id": "01JC…"
}curl -X POST "https://{slug}.erp.blesyum.app/api/erp/v1/maintenance/lubricants/<id>/active" \
-H "Authorization: Bearer <oturum-token>" \
-H "Accept: application/json"{
"data": "…",
"trace_id": "01JC…"
}curl -X GET "https://{slug}.erp.blesyum.app/api/erp/v1/maintenance/lubrication-consumption" \
-H "Authorization: Bearer <oturum-token>" \
-H "Accept: application/json"{
"data": "…",
"trace_id": "01JC…"
}curl -X GET "https://{slug}.erp.blesyum.app/api/erp/v1/maintenance/lubrication-due" \
-H "Authorization: Bearer <oturum-token>" \
-H "Accept: application/json"{
"data": "…",
"trace_id": "01JC…"
}idcurl -X POST "https://{slug}.erp.blesyum.app/api/erp/v1/maintenance/lubrication-points/<id>/active" \
-H "Authorization: Bearer <oturum-token>" \
-H "Accept: application/json"{
"data": "…",
"trace_id": "01JC…"
}equipment_idcurl -X POST "https://{slug}.erp.blesyum.app/api/erp/v1/maintenance/machine-oee/<equipment_id>" \
-H "Authorization: Bearer <oturum-token>" \
-H "Accept: application/json"{
"data": "…",
"trace_id": "01JC…"
}equipment_idcurl -X GET "https://{slug}.erp.blesyum.app/api/erp/v1/maintenance/machine-production/<equipment_id>" \
-H "Authorization: Bearer <oturum-token>" \
-H "Accept: application/json"{
"data": "…",
"trace_id": "01JC…"
}curl -X POST "https://{slug}.erp.blesyum.app/api/erp/v1/maintenance/machine-sources" \
-H "Authorization: Bearer <oturum-token>" \
-H "Accept: application/json"{
"data": "…",
"trace_id": "01JC…"
}idcurl -X POST "https://{slug}.erp.blesyum.app/api/erp/v1/maintenance/machine-sources/<id>/signals" \
-H "Authorization: Bearer <oturum-token>" \
-H "Accept: application/json"{
"data": "…",
"trace_id": "01JC…"
}idcurl -X GET "https://{slug}.erp.blesyum.app/api/erp/v1/maintenance/machine-sources/<id>/signals" \
-H "Authorization: Bearer <oturum-token>" \
-H "Accept: application/json"{
"data": "…",
"trace_id": "01JC…"
}equipment_idcurl -X GET "https://{slug}.erp.blesyum.app/api/erp/v1/maintenance/oee/loss/<equipment_id>" \
-H "Authorization: Bearer <oturum-token>" \
-H "Accept: application/json"{
"data": "…",
"trace_id": "01JC…"
}curl -X GET "https://{slug}.erp.blesyum.app/api/erp/v1/maintenance/oee/summary/<equipment_id>" \
-H "Authorization: Bearer <oturum-token>" \
-H "Accept: application/json"{
"data": "…",
"trace_id": "01JC…"
}equipment_idcurl -X GET "https://{slug}.erp.blesyum.app/api/erp/v1/maintenance/oee/trend/<equipment_id>" \
-H "Authorization: Bearer <oturum-token>" \
-H "Accept: application/json"{
"data": "…",
"trace_id": "01JC…"
}curl -X POST "https://{slug}.erp.blesyum.app/api/erp/v1/maintenance/orders/<id>/complete" \
-H "Authorization: Bearer <oturum-token>" \
-H "Accept: application/json"{
"data": "…",
"trace_id": "01JC…"
}