{"items":[{"type":"link","fsPath":"@l10n/tr-TR/getting-started.md","metadata":{"type":"markdown"},"label":"Getting Started","labelTranslationKey":"sidebar.getting-started","link":"/tr-tr/getting-started","routeSlug":"/tr-tr/getting-started"},{"type":"group","label":"Documentation","labelTranslationKey":"sidebar.documentation","items":[{"type":"link","fsPath":"@l10n/tr-TR/endpoints/authentication.md","metadata":{"type":"markdown"},"label":"Authentication","labelTranslationKey":"sidebar.authentication","link":"/tr-tr/endpoints/authentication","routeSlug":"/tr-tr/endpoints/authentication"},{"type":"link","fsPath":"@l10n/tr-TR/endpoints/locations.md","metadata":{"type":"markdown"},"label":"Locations","labelTranslationKey":"sidebar.locations","link":"/tr-tr/endpoints/locations","routeSlug":"/tr-tr/endpoints/locations"},{"type":"link","fsPath":"@l10n/tr-TR/endpoints/search.md","metadata":{"type":"markdown"},"label":"Search","labelTranslationKey":"sidebar.search","link":"/tr-tr/endpoints/search","routeSlug":"/tr-tr/endpoints/search"},{"type":"link","fsPath":"@l10n/tr-TR/endpoints/findeks.md","metadata":{"type":"markdown"},"label":"Findeks Credit Eligibility","labelTranslationKey":"sidebar.findeks","link":"/tr-tr/endpoints/findeks","routeSlug":"/tr-tr/endpoints/findeks"},{"type":"link","fsPath":"@l10n/tr-TR/endpoints/orders.md","metadata":{"type":"markdown"},"label":"Orders","labelTranslationKey":"sidebar.orders","link":"/tr-tr/endpoints/orders","routeSlug":"/tr-tr/endpoints/orders"},{"type":"link","fsPath":"@l10n/tr-TR/endpoints/payment.md","metadata":{"type":"markdown"},"label":"Payment","labelTranslationKey":"sidebar.payment","link":"/tr-tr/endpoints/payment","routeSlug":"/tr-tr/endpoints/payment"},{"type":"link","fsPath":"@l10n/tr-TR/endpoints/errors.md","metadata":{"type":"markdown"},"label":"Error Codes","labelTranslationKey":"sidebar.errors","link":"/tr-tr/endpoints/errors","routeSlug":"/tr-tr/endpoints/errors"},{"type":"link","fsPath":"@l10n/tr-TR/endpoints/helper-data.md","metadata":{"type":"markdown"},"label":"Helper Data","labelTranslationKey":"sidebar.helper-data","link":"/tr-tr/endpoints/helper-data","routeSlug":"/tr-tr/endpoints/helper-data"}],"expanded":"true"},{"type":"group","fsPath":"@l10n/tr-TR/api/api.yaml","link":"/tr-tr/api/api","routeSlug":"/tr-tr/api/api","label":"Agency API References","items":[{"type":"group","label":"Health","link":"/tr-tr/api/api/health","routeSlug":"/tr-tr/api/api/health","items":[{"label":"Service Health Check","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/tr-tr/api/api/health/gethealthstatus","routeSlug":"/tr-tr/api/api/health/gethealthstatus","metadata":{"seo":{"title":"Service Health Check","description":"Returns the health status of the BFF Agency service in JSON format. This endpoint provides service name, status, and timestamp information."}},"httpPath":"/health"}]},{"type":"group","label":"Auth","link":"/tr-tr/api/api/auth","routeSlug":"/tr-tr/api/api/auth","items":[{"label":"Authenticate User Using API Key and Secret","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/tr-tr/api/api/auth/authenticatewithapikey","routeSlug":"/tr-tr/api/api/auth/authenticatewithapikey","metadata":{"seo":{"title":"Authenticate User Using API Key and Secret","description":"Authenticates a user with the provided API key and secret. On success, returns access and refresh tokens along with their expiration datetimes."}},"httpPath":"/auth/login"},{"label":"Refresh Access Token","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/tr-tr/api/api/auth/refreshaccesstoken","routeSlug":"/tr-tr/api/api/auth/refreshaccesstoken","metadata":{"seo":{"title":"Refresh Access Token","description":"Refreshes the access token using a valid refresh token. The refresh token must be provided in the request body."}},"httpPath":"/auth/refresh"}]},{"type":"group","label":"Locations","link":"/tr-tr/api/api/locations","routeSlug":"/tr-tr/api/api/locations","items":[{"label":"Search Location Predictions","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/tr-tr/api/api/locations/searchlocations","routeSlug":"/tr-tr/api/api/locations/searchlocations","metadata":{"seo":{"title":"Search Location Predictions","description":"Retrieves location suggestions based on a search query. This endpoint is typically used for autocomplete functionality."}},"httpPath":"/locations"},{"label":"Get Detailed Location Information","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/tr-tr/api/api/locations/getlocationdetails","routeSlug":"/tr-tr/api/api/locations/getlocationdetails","metadata":{"seo":{"title":"Get Detailed Location Information","description":"Retrieves detailed information for a location using its unique place ID."}},"httpPath":"/locations/{placeId}"}]},{"type":"group","label":"Search","link":"/tr-tr/api/api/search","routeSlug":"/tr-tr/api/api/search","items":[{"label":"Search for available car rentals","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/tr-tr/api/api/search/searchwithpoint","routeSlug":"/tr-tr/api/api/search/searchwithpoint","metadata":{"seo":{"title":"Search for available car rentals","description":"Searches for available car rental options based on provided search criteria including location coordinates, dates, age, and payment preferences. Returns a list of car options with complete details including pricing and vehicle specifications."}},"httpPath":"/search/point"},{"label":"Get Car Extra Products","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/tr-tr/api/api/search/getcarextraproducts","routeSlug":"/tr-tr/api/api/search/getcarextraproducts","metadata":{"seo":{"title":"Get Car Extra Products","description":"Retrieve extra products for a specific car using search ID and product code."}},"httpPath":"/search/{searchID}/{code}/extra-products"}]},{"type":"group","label":"Order","link":"/tr-tr/api/api/order","routeSlug":"/tr-tr/api/api/order","items":[{"label":"Create an order","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/tr-tr/api/api/order/createorder","routeSlug":"/tr-tr/api/api/order/createorder","metadata":{"seo":{"title":"Create an order","description":"Creates a new order with the provided details, including payment type, search ID, code, extra products, passenger, and billing information."}},"httpPath":"/order"},{"label":"Get order","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/tr-tr/api/api/order/getorder","routeSlug":"/tr-tr/api/api/order/getorder","metadata":{"seo":{"title":"Get order","description":"Retrieve the details of an order using its unique order ID."}},"httpPath":"/order/{orderID}"},{"label":"Check order cancellation eligibility","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/tr-tr/api/api/order/checkcanceleligibility","routeSlug":"/tr-tr/api/api/order/checkcanceleligibility","metadata":{"seo":{"title":"Check order cancellation eligibility","description":"Checks whether an order is eligible for cancellation and refund. This endpoint does not modify the order but provides information about the cancellation and refund eligibility status."}},"httpPath":"/order/{orderID}/cancel_eligibility"},{"label":"Cancel an order","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/tr-tr/api/api/order/cancelorder","routeSlug":"/tr-tr/api/api/order/cancelorder","metadata":{"seo":{"title":"Cancel an order","description":"Cancels an existing order. The order must be in a cancellable state. This endpoint will attempt to cancel the order with the vendor and update the order status accordingly."}},"httpPath":"/order/{orderID}/cancel"}]},{"type":"group","label":"Payment","link":"/tr-tr/api/api/payment","routeSlug":"/tr-tr/api/api/payment","items":[{"label":"Process payment for an order","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/tr-tr/api/api/payment/processpayment","routeSlug":"/tr-tr/api/api/payment/processpayment","metadata":{"seo":{"title":"Process payment for an order","description":"Processes payment for an existing order using either credit card or credit limit. For credit card payments, may return 3D Secure HTML content if 3DS is enabled. For successful payments, the order will be automatically reserved. In staging, payment requests for vendors other than Yolcutest are rejected with API error code 6008."}},"httpPath":"/payment/pay"},{"label":"Get installment information for a card","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/tr-tr/api/api/payment/getinstallmentinfo","routeSlug":"/tr-tr/api/api/payment/getinstallmentinfo","metadata":{"seo":{"title":"Get installment information for a card","description":"Retrieves installment options and pricing information for a specific card based on the BIN number and order details."}},"httpPath":"/payment/installment-info"}]},{"type":"group","label":"Helper Data","link":"/tr-tr/api/api/helper-data","routeSlug":"/tr-tr/api/api/helper-data","items":[{"label":"Get Car Classes","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/tr-tr/api/api/helper-data/getcarclasses","routeSlug":"/tr-tr/api/api/helper-data/getcarclasses","metadata":{"seo":{"title":"Get Car Classes","description":"Retrieves all available car classes used for car rental classification. This endpoint provides the standard car class categories such as Economy, Compact, etc."}},"httpPath":"/helper-data/car-classes"},{"label":"Get Fuel Types","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/tr-tr/api/api/helper-data/getfueltypes","routeSlug":"/tr-tr/api/api/helper-data/getfueltypes","metadata":{"seo":{"title":"Get Fuel Types","description":"Retrieves all available fuel types for rental vehicles. This includes options like Petrol, Diesel, Electric, Hybrid, etc."}},"httpPath":"/helper-data/fuel-types"},{"label":"Get Transmission Types","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/tr-tr/api/api/helper-data/gettransmissiontypes","routeSlug":"/tr-tr/api/api/helper-data/gettransmissiontypes","metadata":{"seo":{"title":"Get Transmission Types","description":"Retrieves all available transmission types for rental vehicles. This includes options like Automatic, Manual, CVT, etc."}},"httpPath":"/helper-data/transmission-types"},{"label":"Get Delivery Types","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/tr-tr/api/api/helper-data/getdeliverytypes","routeSlug":"/tr-tr/api/api/helper-data/getdeliverytypes","metadata":{"seo":{"title":"Get Delivery Types","description":"Retrieves all available delivery types for car rental services. This includes options like Airport Delivery, Hotel Delivery, Office Pickup, etc."}},"httpPath":"/helper-data/delivery-types"},{"label":"Get All Suppliers","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/tr-tr/api/api/helper-data/getsuppliers","routeSlug":"/tr-tr/api/api/helper-data/getsuppliers","metadata":{"seo":{"title":"Get All Suppliers","description":"Retrieves all available car rental suppliers and subsuppliers for agency integration. This endpoint provides the complete list of suppliers that agencies can work with, including their codes, display names, and parent relationships for subsuppliers. Use the hasParentID parameter to filter between main suppliers and subsuppliers. Use limit and offset parameters for pagination."}},"httpPath":"/helper-data/suppliers"},{"label":"Get Extra Product Types","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/tr-tr/api/api/helper-data/getextraproducts","routeSlug":"/tr-tr/api/api/helper-data/getextraproducts","metadata":{"seo":{"title":"Get Extra Product Types","description":"Retrieves all available extra product types for car rentals. This includes options like Baby Seat, GPS Navigation, Additional Driver, Insurance packages, etc. The names are translated based on the Accept-Language header."}},"httpPath":"/helper-data/extra-products"}]},{"type":"group","label":"Findeks","link":"/tr-tr/api/api/findeks","routeSlug":"/tr-tr/api/api/findeks","items":[{"label":"Check Findeks Credit Eligibility","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/tr-tr/api/api/findeks/checkfindekseligibility","routeSlug":"/tr-tr/api/api/findeks/checkfindekseligibility","metadata":{"seo":{"title":"Check Findeks Credit Eligibility","description":"Checks whether a customer is eligible for Findeks credit scoring based on their identity information. This endpoint verifies the customer's eligibility to rent vehicles that require Findeks credit checks."}},"httpPath":"/findeks/check"},{"label":"Get Customer Phone List for Findeks","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/tr-tr/api/api/findeks/getfindeksphonelist","routeSlug":"/tr-tr/api/api/findeks/getfindeksphonelist","metadata":{"seo":{"title":"Get Customer Phone List for Findeks","description":"Retrieves the list of phone numbers registered to a customer in the Findeks system. This information is required for the Findeks credit verification process."}},"httpPath":"/findeks/phone-list"},{"label":"Generate Findeks Credit Report","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/tr-tr/api/api/findeks/generatefindeksreport","routeSlug":"/tr-tr/api/api/findeks/generatefindeksreport","metadata":{"seo":{"title":"Generate Findeks Credit Report","description":"Generates a comprehensive Findeks credit report for a customer using their complete information including identity details, phone number, and license information."}},"httpPath":"/findeks/report"},{"label":"Confirm Findeks PIN","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/tr-tr/api/api/findeks/confirmfindekspin","routeSlug":"/tr-tr/api/api/findeks/confirmfindekspin","metadata":{"seo":{"title":"Confirm Findeks PIN","description":"Confirms the customer's Findeks PIN to authorize the credit check process. This step is required after receiving a PIN via SMS during the Findeks verification."}},"httpPath":"/findeks/pin-confirm"},{"label":"Renew Findeks PIN","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/tr-tr/api/api/findeks/renewfindekspin","routeSlug":"/tr-tr/api/api/findeks/renewfindekspin","metadata":{"seo":{"title":"Renew Findeks PIN","description":"Requests a new Findeks PIN for the customer to authorize the credit check process. This can be used when the original PIN has expired or was not received."}},"httpPath":"/findeks/pin-renew"}]}],"labelTranslationKey":"sidebar.api-references","metadata":{"type":"openapi","title":"Yolcu360 Agency API Documentation","version":"1.0.0","description":"Detailed technical documentation for Yolcu360 Agency API","titleTranslationKey":"common.title","descriptionTranslationKey":"common.description"}}]}