Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

708 total results found

POST /api/v2/personnel/traffic/store

Back-end API.php

Route Info Method Endpoint Controller Middleware Purpose POST /api/v2/personnel/traffic/store UserController@storeTrafficPersonnel authWithJwt ثبت ورود یا خروج پرسنل در جدول ترددها (rollcalls). منطق عملکرد داده‌ها از درخوا...

POST /api/v2/personnel/traffic/update

Back-end API.php

Route Info Method Endpoint Controller Middleware Purpose POST /api/v2/personnel/traffic/update UserController@updateTrafficPersonnel authWithJwt ویرایش وضعیت تردد پرسنل در جدول rollcalls. منطق عملکرد از Request سه مقدار اص...

DELETE /api/v2/personnel/traffic/delete

Back-end API.php

Route Info Method Endpoint Controller Middleware Purpose DELETE /api/v2/personnel/traffic/delete UserController@deleteTrafficPersonnel authWithJwt حذف رکورد تردد از جدول rollcalls. منطق عملکرد شناسه رکورد از درخواست گرفته ...

POST /api/v2/personnel/traffic/license/store

Back-end API.php

Route Info Method Endpoint Controller Middleware Purpose POST /api/v2/personnel/traffic/license/store UserController@storeTrafficLicensePersonnel authWithJwt ثبت مرخصی جدید با انواع مجوزهای زمانی (تمام‌روز، ساعتی). منطق عملکرد ...

POST /api/v2/personnel/traffic/license/update

Back-end API.php

Route Info Method Endpoint Controller Middleware Purpose POST /api/v2/personnel/traffic/license/update UserController@updateTrafficLicensePersonnel authWithJwt ویرایش یا انجام عملیات (جایگزینی/تأیید) روی رکورد مرخصی. منطق عملکر...

DELETE /api/v2/personnel/traffic/license/delete

Back-end API.php

Route Info Method Endpoint Controller Middleware Purpose DELETE /api/v2/personnel/traffic/license/delete UserController@deleteTrafficLicensePersonnel authWithJwt حذف رکورد مرخصی از سیستم تردد. منطق عملکرد شناسه رکورد از $r...

GET /api/v2/passenger/profile

Back-end API.php

Route Info Method Endpoint Controller Middleware Purpose GET /api/v2/passenger/profile UserController@profilePassenger authWithJwt بازیابی پروفایل کامل مسافر شامل اطلاعات هویتی، مدارک، ملیت، تاریخ تولد، و سوابق مالی. منطق عملکر...

POST /api/v2/passenger/store

Back-end API.php

Route Info Method Endpoint Controller Middleware Purpose POST /api/v2/passenger/store UserController@storePassenger authWithJwt ایجاد یا بروزرسانی رکوردهای مشتری (مسافر) بر اساس ملیت و مدارک. منطق عملکرد برای هر آیتم در re...

POST /api/v2/passenger/update

Back-end API.php

Route Info Method Endpoint Controller Middleware Purpose POST /api/v2/passenger/update UserController@updatePassenger authWithJwt ویرایش داده‌های هویتی موجود در جدول customers برای یک مسافر مشخص. منطق عملکرد واکشی رکورد قب...

POST /api/v2/passenger/delete

Back-end API.php

Route Info Method Endpoint Controller Middleware Purpose POST /api/v2/passenger/delete UserController@deletePassenger authWithJwt تغییر وضعیت رکورد مسافر به حالت حذف‌شده (`status=5`) در جدول customers. منطق عملکرد دریافت ش...

POST /api/v2/auth/by

Back-end API.php

Route Info Method Endpoint Controller Middleware Purpose POST /api/v2/auth/by UserController@authBy authWithJwt ورود اپراتور از طریق شناسه پرسنلی و تولید توکن JWT معتبر برای شعبه فعلی. منطق عملکرد دریافت داده پرسنلی از req...

POST /api/v2/auth/connect/disconnect

Back-end API.php

Route Info Method Endpoint Controller Middleware Purpose POST /api/v2/auth/connect/disconnect UserController@connectDisconnect authWithJwt قطع ارتباط حساب پیام‌رسان تلگرام با پروفایل اپراتور در جدول operators. واکشی شناسه اپر...

POST /api/v2/operator/store

Back-end API.php

Route Info Method Endpoint Controller Middleware Purpose POST /api/v2/operator/store UserController@storeOperator authWithJwt ثبت اپراتور جدید همراه با اطلاعات فردی، شغلی و دسترسی‌ها منطق عملکرد ثبت رکورد جدید در جدول oper...

POST /api/v2/operator/update

Back-end API.php

Route Info Method Endpoint Controller Middleware Purpose POST /api/v2/operator/update UserController@updateOperator authWithJwt ویرایش اطلاعات اپراتور و بروزرسانی فایل‌های پیوست منطق عملکرد بررسی فیلد id برای شناسه اپراتور...

GET /api/v2/operator/get

Back-end API.php

Route Info Method Endpoint Controller Middleware Purpose GET /api/v2/operator/get UserController@getOperator authWithJwt واکشی داده‌های اپراتور براساس کد پرسنلی یا شناسه DB اگر پارامتر personnel_id موجود و معتبر بود → واکشی ه...

GET /api/v2/online/reservation/list

Back-end API.php

Route Info Method Endpoint Controller Middleware Purpose GET /api/v2/online/reservation/list OnlineController@listOnlineItemsReservations authWithJwt دریافت رزروهای آنلاین با قابلیت فیلتر و صفحه‌بندی منطق عملکرد جستجو در ج...

GET /api/v2/online/reservation/penalty

Back-end API.php

Route Info Method Endpoint Controller Middleware Purpose GET /api/v2/online/reservation/penalty OnlineController@getPenaltyOnlineItemsReservations authWithJwt محاسبه یا دریافت جریمه لغو رزروهای آنلاین (در حال توسعه) خروجی فعلی {...

POST /api/v2/online/reservation/refund

Back-end API.php

Route Info Method Endpoint Controller Middleware Purpose POST /api/v2/online/reservation/refund OnlineController@refundOnlineItemsReservations authWithJwt شروع درخواست استرداد وجه برای رزروهای آنلاین (در حال توسعه) خروجی فعلی { ...

POST /api/v2/online/credit

Back-end API.php

Route Info Method Endpoint Controller Middleware Purpose POST /api/v2/online/credit OnlineController@credit authWithJwt دریافت مانده اعتبار آنلاین شعبه منطق عملکرد فراخوانی متد استاتیک OnlineController::getCredit(branch, act...

POST /api/v2/online/credit/update

Back-end API.php

Route Info Method Endpoint Controller Middleware Purpose POST /api/v2/online/credit/update OnlineController@updateCreditSign authWithJwt بازنشانی و امضای مجدد اعتبار منطق عملکرد فراخوانی تابع CronController::signCredit() بدو...