13 uç · /api/erp/v1/restaurant
İstek örnekleri ucun GERÇEK metodu ve yolundan üretilir. 13 ucun elle doğrulanmış gövde örneği henüz yok; o uçlarda iskelet gövdesizdir — uydurma bir alan yazmıyoruz.
idcurl -X POST "https://{slug}.erp.blesyum.app/api/erp/v1/restaurant/tickets/<id>/e-adisyon" \
-H "Authorization: Bearer <oturum-token>" \
-H "Accept: application/json"{
"data": "…",
"trace_id": "01JC…"
}idline_idcurl -X POST "https://{slug}.erp.blesyum.app/api/erp/v1/restaurant/tickets/<id>/lines/<line_id>/discount" \
-H "Authorization: Bearer <oturum-token>" \
-H "Accept: application/json"{
"data": "…",
"trace_id": "01JC…"
}idline_idcurl -X POST "https://{slug}.erp.blesyum.app/api/erp/v1/restaurant/tickets/<id>/lines/<line_id>/void" \
-H "Authorization: Bearer <oturum-token>" \
-H "Accept: application/json"{
"data": "…",
"trace_id": "01JC…"
}idcurl -X GET "https://{slug}.erp.blesyum.app/api/erp/v1/restaurant/tickets/<id>/ubl-adisyon" \
-H "Authorization: Bearer <oturum-token>" \
-H "Accept: application/json"{
"data": "…",
"trace_id": "01JC…"
}