ERP

integration-flows

5 uç · /api/erp/v1/integration-flows

İstek örnekleri ucun GERÇEK metodu ve yolundan üretilir. 5 ucun elle doğrulanmış gövde örneği henüz yok; o uçlarda iskelet gövdesizdir — uydurma bir alan yazmıyoruz.

GET/api/erp/v1/integration-flows

List integration flows

Oturum
İstek
curl -X GET "https://{slug}.erp.blesyum.app/api/erp/v1/integration-flows" \
  -H "Authorization: Bearer <oturum-token>" \
  -H "Accept: application/json"
Yanıt
{
  "data": "…",
  "trace_id": "01JC…"
}
POST/api/erp/v1/integration-flows

Upsert integration flow

Oturum
İstek
curl -X POST "https://{slug}.erp.blesyum.app/api/erp/v1/integration-flows" \
  -H "Authorization: Bearer <oturum-token>" \
  -H "Accept: application/json"
Yanıt
{
  "data": "…",
  "trace_id": "01JC…"
}
DELETE/api/erp/v1/integration-flows/{code}

Delete integration flow

OturumYol parametresi: code
İstek
curl -X DELETE "https://{slug}.erp.blesyum.app/api/erp/v1/integration-flows/<code>" \
  -H "Authorization: Bearer <oturum-token>" \
  -H "Accept: application/json"
Yanıt
{
  "data": "…",
  "trace_id": "01JC…"
}
POST/api/erp/v1/integration-flows/{code}/run

Run integration flow

OturumYol parametresi: code
İstek
curl -X POST "https://{slug}.erp.blesyum.app/api/erp/v1/integration-flows/<code>/run" \
  -H "Authorization: Bearer <oturum-token>" \
  -H "Accept: application/json"
Yanıt
{
  "data": "…",
  "trace_id": "01JC…"
}
GET/api/erp/v1/integration-flows/{code}/runs

Integration flow runs

OturumYol parametresi: code
İstek
curl -X GET "https://{slug}.erp.blesyum.app/api/erp/v1/integration-flows/<code>/runs" \
  -H "Authorization: Bearer <oturum-token>" \
  -H "Accept: application/json"
Yanıt
{
  "data": "…",
  "trace_id": "01JC…"
}
Bu sayfa işine yaradı mı?