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

552 total results found

POST /api/v2/trade/payment-receipt

Back-end API.php

Route Info Method Endpoint Controller Middleware Purpose POST /api/v2/trade/payment-receipt V2TradeController@paymentReceiptTradeApi authWithJwt دریافت و تولید رسید پرداخت (Payment Receipt) فاکتور مربوطه منطق عملکرد شناسه ...

POST /api/v2/logs

Back-end API.php

Route Info Method Endpoint Controller Middleware Purpose POST /api/v2/logs V2TradeController@logsTrade authWithJwt بازیابی کامل لاگ‌های سیستمی ثبت‌شده توسط Service Layer و SystemLog منطق عملکرد دریافت نوع عملیات یا فیلتر ل...

POST /api/v2/pledger/store

Back-end API.php

Route Info Method Endpoint Controller Middleware Purpose POST /api/v2/pledger/store V2TradeController@storePledger authWithJwt افزودن رکورد جدید تعهدکننده به جدول pledgers منطق عملکرد مقدار عددی واردشده در فیلد amount بررس...

POST /api/v2/pledger/update

Back-end API.php

Route Info Method Endpoint Controller Middleware Purpose POST /api/v2/pledger/update V2TradeController@updatePledger authWithJwt ویرایش اطلاعات تعهدکننده موجود در جدول pledgers منطق عملکرد بررسی مبلغ مشابه با متد ذخیره: اگ...

POST /api/v2/pledger/delete

Back-end API.php

Route Info Method Endpoint Controller Middleware Purpose POST /api/v2/pledger/delete V2TradeController@deletePledger authWithJwt حذف رکورد تعهدکننده از جدول pledgers منطق عملکرد اپراتور جاری از $request->get('operator') اس...

POST /api/v2/purchases/list

Back-end API.php

Route Info Method Endpoint Controller Middleware Purpose POST /api/v2/purchases/list V2TradeController@purchasesWebsite authWithJwt دریافت لیست پرداخت‌ها و خریدهای موقت از جدول temporary_payment منطق عملکرد اطلاعات از جدول...

PUT /api/v2/purchase/retry/{id}

Back-end API.php

Route Info Method Endpoint Controller Middleware Purpose PUT /api/v2/purchase/retry/{id} V2TradeController@purchaseWebsiteRetry authWithJwt بازخوانی و تلاش مجدد برای تکمیل خرید آنلاین (temporary_payment) با وضعیت ناموفق یا نیمه‌کامل ...

GET /api/v2/flights/approved-rate

Back-end API.php

Route Info Method Endpoint Controller Middleware Purpose GET /api/v2/flights/approved-rate V2TradeController@flightsApprovedRate authWithJwt نمایش داده‌های آخرین نرخ‌های مصوب پروازی (Approved Flight Rate) منطق عملکرد تمام ...

POST /api/v2/operator/update-password

Back-end API.php

Route Info Method Endpoint Controller Middleware Purpose POST /api/v2/operator/update-password UserController@updatePassword authWithJwt تغییر رمز عبور اپراتور (کاربر) با احراز رمز فعلی منطق عملکرد احراز هویت با متد Auth::...

POST /api/v2/passengers/search

Back-end API.php

Route Info Method Endpoint Controller Middleware Purpose POST /api/v2/passengers/search UserController@searchPassengers authWithJwt جست‌وجوی سریع مسافران (مشتریان) با تطبیق نام، کد ملی یا پاسپورت منطق عملکرد اگر مقدار like...

POST /api/v2/passenger/add-branch

Back-end API.php

Route Info Method Endpoint Controller Middleware Purpose POST /api/v2/passenger/add-branch UserController@addUserToBranch authWithJwt افزودن مسافر به شعبه در صورت تطابق کد ملی یا پاسپورت منطق عملکرد واکشی رکورد مسافر از جد...

POST /api/v2/get_country

Back-end API.php

Route Info Method Endpoint Controller Middleware Purpose POST /api/v2/get_country UserController@getCitizen authWithJwt دریافت کشورها و ملیت‌های فعال منطق عملکرد واکشی رکوردهای Country با شرایط: status=1 (فعال). fa_nat...

POST /api/v2/get_other_services

Back-end API.php

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

POST /api/v2/get_visa_country

Back-end API.php

Route Info Method Endpoint Controller Middleware Purpose POST /api/v2/get_visa_country UserController@getVisaCountry authWithJwt بازیابی فهرست کشورها با نام و ملیت برای کاربردهای ویزا منطق عملکرد کوئری مدل Country با شرط: ...

POST /api/v2/customers/list

Back-end API.php

Route Info Method Endpoint Controller Middleware Purpose POST /api/v2/customers/list UserController@passengersList authWithJwt دریافت فهرست مشتریان (مسافران) با قابلیت جستجا و صفحه‌بندی منطق عملکرد داده ورودی در فیلد json ...

GET /api/v2/cartable/categories

Back-end API.php

Route Info Method Endpoint Controller Middleware Purpose GET /api/v2/cartable/categories UserController@cartableCategories authWithJwt دریافت لیست دسته‌بندی‌های کارتابل سیستم منطق عملکرد تعریف آرایه ثابت شامل ۶ دسته: در...

GET /api/v2/cartable/requests/list

Back-end API.php

Route Info Method Endpoint Controller Middleware Purpose GET /api/v2/cartable/requests/list UserController@listCartableRequests authWithJwt دریافت لیست درخواست‌های کارتابل بر اساس نوع دسته‌بندی (در حال بررسی / رد شده / تایید شده) ...

POST /api/v2/cartable/request/operation

Back-end API.php

Route Info Method Endpoint Controller Middleware Purpose POST /api/v2/cartable/request/operation UserController@operationCartableRequest authWithJwt ثبت یا حذف عملیات کارتابل برای مرخصی‌ها و ترددها (جانشین، تایید، تصویب نهایی، حذف) ...

GET /api/v2/calendar

Back-end API.php

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

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). منطق عملکرد داده‌ها از درخوا...