Official Api
latest
  • latest
  • 1.0.0
  1. Hotel
Official Api
latest
  • latest
  • 1.0.0
  • Auth
    • Login/Guest Login
      • Auth - Guest
      • Auth - Login
      • Auth - Login (With E-Mail)
    • Register
      • Auth - Register
      • Auth - Register Corporate
    • Remember
      • Auth - Remember Password
      • Auth - Remember Password For E-Mail
      • Auth - Remember Otp Verify
      • Auth - Set New Password
    • Auth Otp Verify
      POST
    • Auth - Logout
      DELETE
    • Auth - State
      GET
  • Customer
    • Passengers
      • Passenger List
      • Passenger Create
      • Passenger Delete
      • Passenger Update
    • invoice Info
      • Invoice Info - List
      • Invoice Info - Create
      • Invoice Info - Delete
      • Invoice Info - Update
    • Favorite Flights
      • Favorites - Flight
      • Favorites - Add Flight
      • Favorites - Delete Flight
      • Favorites - Check for Flight
    • Notifications
      • Notifications - Get
      • Notifications - Update
      • Notifications - Register Device
      • Notifications - Unregister Device
    • Fast Actions
      • Fast Actions - Get Flight Actions
      • Fast Actions - Update Flight Actions
      • Fast Actions - Get Bus Actions
      • Fast Actions - Update Bus Actions
      • Fast Actions - Clear Flight Actions
    • Customer - Get Profile
      GET
    • Customer - Update Profile
      POST
    • Customer - Update Password
      POST
    • Search History - Flight
      GET
    • Customer - Remove Account
      DELETE
  • Utils
    • Calendar - Month
      GET
    • Enums - FlightSearchFilters
      GET
  • Flight
    • Search
      • Domestic
        • One Way / 1 ADT
          • Search Flight
          • Get Job (Flight)
          • Calculate Package Price
          • Allocate
          • Set Passengers
          • Prebooking
        • Round Trip / 1 ADT
          • Search Flight
          • Get Job (Flight)
          • Calculate Price
          • Allocate
          • Set Passengers
          • Prebooking
        • Round Trip / 2 ADT
          • Search Flight
          • Get Job (Flight)
          • Calculate Price
          • Allocate
          • Set Passengers
          • Prebooking
        • Round Trip / 1 ADT (Non package)
          • Search Flight
          • Get Job (Flight)
          • Allocate
          • Set Passengers
          • Prebooking
      • International
        • One Way / 1 ADT
          • Search Flight
          • Get Job (Flight)
          • Calculate Price Copy Copy
          • Allocate
          • Set Passengers
          • Prebooking
          • Payment Types
        • Round Trip / 1 ADT
          • Search Flight
          • Get Job (Flight)
          • Allocate
          • Calculate Price
          • Set Passengers
          • Prebooking
        • Round Trip / 2 ADT
          • Search Flight
          • Get Job (Flight)
          • Calculate Price Copy
          • Allocate
          • Set Passengers
          • Prebooking
      • Search Flight - Filter
    • Price Alerts
      • Flight Alerts - Create
      • Flight Alerts - List
      • Flight Alerts - Delete
      • Flight Alerts - Create/Delete
    • Load Journey (dev only)
      GET
  • Bus
    • Bus - Search with Slug
    • Bus - Search
    • Get Job (Bus)
    • Bus - Bus Details
    • Bus - Check Seat Status
    • Bus - Set Passengers
    • Bus - Finalize (Local Dev Only)
    • Bus - Search - Filter
  • Hotel
    • Hotel - Search by Destination
      POST
    • Hotel - Search by Hotel Code
      POST
    • Get Job (Hotel)
      GET
    • Hotel - Get Hotel Details
      POST
    • Hotel - Validate Rooms
      POST
    • Hotel - Set Paxes
      POST
    • Hotel - Complete (Dev Only)
      POST
  • Socket
    • Auth
    • Subscribe Channel/Module
    • Emit Message
    • Search Airports
    • Search Hotels
    • Emit Subscribe Job
  • Auto Completes
    • Airport Search
    • Bus Station Search
    • Hotel Search
  • Queue / Socket
    • Get Job
  • Misc
    • Airlines
    • Countries
    • Popular Cities
    • Currencies
    • Contact Form
    • Check Module Availability
    • Popular Flights
    • Newsletter Subscribe
  • Payment
    • Pay with Account Balance (For Corporate Customers)
      • Payment - Account - Check Availablity
      • Payment - Account - Make Payment
    • Credit Card Storage
      • Saved Cards - List
      • Saved Cards - Add
      • Saved Cards - Delete
    • Pay with Credit Card (New Card)
      • Payment Types - Get All
      • Card Payment - Bin Query
      • Card Payment - Prepare 3D Form (new card)
      • Card Payment - Check Status
    • Pay with Credit Card (Saved Card)
      • Payment Types - Get All
      • Saved Cards - List
      • Card Payment - Bin Query
      • Card Payment - Prepare 3D Form (new card)
      • Card Payment - Check Status
  • Orders
    • Get Orders
    • Get Order
    • Upcoming Travels
    • Check Pnr
    • Check Order Status
  • Blog
    • Blog - Custom Tags
    • Blog - Category
    • Blog - Newest
    • Blog - Categories
    • Blog - Post
  • Contents
    • Kampanyalar
    • Contact Information
    • Gizlilik Sözleşmesi
    • Sık Sorulan Sorular
    • Popular Flights
    • Popular Cities
    • Popular Bus Routes
    • Get Slug Service
    • City - Flight
    • Get Page
  • Refund
    • Flight Refund (Query)
    • Flight Refund (Complete)
  • Notifications
    • Notification List
    • Notification - Mark as Read
  • Checkout
    • Coupons
      • Apply Coupon
      • Remove Coupon
    • Cart
  • Otp Verify
    POST
  • Status
    GET
  1. Hotel

Hotel - Set Paxes

POST
https://test-api.ucuzyolu.com/hotel/set-paxes

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Header Params
client-id
string 
optional
Default:
302382-1928283273-237723829-292999
Body Params application/json
journeyId
string 
required
paxes
array [object {9}] 
required
paxCode
string 
optional
firstName
string 
optional
lastName
string 
optional
email
string 
optional
gender
string 
optional
birthDate
string 
optional
phone
string 
optional
nationality
string 
optional
identityNumber
string 
optional
Example
{
    "journeyId": "{{journeyId}}",
    "paxes": [
        {
            "paxCode": "ADT",
            "firstName": "John",
            "lastName": "Due",
            "email": "johndue@example.com",
            "gender": "M",
            "birthDate": "1989-04-20",
            "phone": "+905300010000",
            "nationality": "TR",
            "identityNumber": "11111111111"
        }
    ]
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://test-api.ucuzyolu.com/hotel/set-paxes' \
--header 'client-id: 302382-1928283273-237723829-292999' \
--header 'Content-Type: application/json' \
--data-raw '{
    "journeyId": "",
    "paxes": [
        {
            "paxCode": "ADT",
            "firstName": "John",
            "lastName": "Due",
            "email": "johndue@example.com",
            "gender": "M",
            "birthDate": "1989-04-20",
            "phone": "+905300010000",
            "nationality": "TR",
            "identityNumber": "11111111111"
        }
    ]
}'

Responses

🟢200Success
application/json
Body
object {0}
Example
{
    "data": {
        "journeyId": "30FD5459-D598-4D55-A0EC-3F4A80CC4DF2",
        "success": true,
        "type": "hotel",
        "currency": "TRY",
        "action": "search",
        "destinations": [],
        "searchStatus": "completed",
        "bookingStatus": "passenger_settled",
        "results": [],
        "booking": {
            "providerSearchId": "9e4be218851a4f439ec783ce2a591d52",
            "hotelId": "KTR467859",
            "reservationKey": "9e4be218851a4f439ec783ce2a591d52|",
            "hotel": {
                "hotelId": "KTR467859",
                "providerSearchId": "9e4be218851a4f439ec783ce2a591d52",
                "provider": "bookingagora",
                "hotel": {
                    "hotelId": "KTR467859",
                    "provider": "bookingagora",
                    "destinationId": "522990",
                    "name": "Divan Istanbul",
                    "address": "Asker Ocagi Cd. No:1, Taksim, Sisli",
                    "location": "Istanbul",
                    "countryCode": "TR",
                    "phone": "00902123155525",
                    "email": "info.divanistanbul@divan.com.tr",
                    "fax": "00902123155510",
                    "hotelCode": "KTR467859",
                    "image": "https://cdn.kplus.com.tr/?url=Y2RuLm9zdHJvdm9rLnJ1L3QvMTAyNHg3NjgvY29udGVudC9mNS9jOS9mNWM5MmJmNTZjYzAxZmFiMTE4MWI2ZTJjZWFlMzNlZTMyMTc0YjljLmpwZWc=",
                    "categoryName": "Hotel",
                    "geoLocation": {
                        "latitude": 41.041206,
                        "longitude": 28.987055
                    },
                    "hotelImages": [
                        {
                            "imageTitle": "Primary image",
                            "imageType": 0,
                            "imageUrl": "https://cdn.kplus.com.tr/?url=aS50cmF2ZWxhcGkuY29tL2xvZGdpbmcvMTAwMDAwMC8xMDAwMC80NzAwLzQ2MDEvYzZkMzVmYjVfYi5qcGc="
                        },
                        {
                            "imageTitle": "Lobby lounge",
                            "imageType": 0,
                            "imageUrl": "https://cdn.kplus.com.tr/?url=aS50cmF2ZWxhcGkuY29tL2xvZGdpbmcvMTAwMDAwMC8xMDAwMC80NzAwLzQ2MDEvNDQ0NTIyOTZfYi5qcGc="
                        },
                        {
                            "imageTitle": "Room",
                            "imageType": 0,
                            "imageUrl": "https://cdn.kplus.com.tr/?url=aS50cmF2ZWxhcGkuY29tL2xvZGdpbmcvMTAwMDAwMC8xMDAwMC80NzAwLzQ2MDEvYWRhNzdiNmZfYi5qcGc="
                        },
                        {
                            "imageTitle": "Room",
                            "imageType": 0,
                            "imageUrl": "https://cdn.kplus.com.tr/?url=aS50cmF2ZWxhcGkuY29tL2xvZGdpbmcvMTAwMDAwMC8xMDAwMC80NzAwLzQ2MDEvMzhmOWI4YzNfYi5qcGc="
                        },
                        {
                            "imageTitle": "Room",
                            "imageType": 0,
                            "imageUrl": "https://cdn.kplus.com.tr/?url=aS50cmF2ZWxhcGkuY29tL2xvZGdpbmcvMTAwMDAwMC8xMDAwMC80NzAwLzQ2MDEvOTIxN2JkM2FfYi5qcGc="
                        },
                        {
                            "imageTitle": "Room",
                            "imageType": 0,
                            "imageUrl": "https://cdn.kplus.com.tr/?url=aS50cmF2ZWxhcGkuY29tL2xvZGdpbmcvMTAwMDAwMC8xMDAwMC80NzAwLzQ2MDEvNTMwMjI3NzdfYi5qcGc="
                        },
                        {
                            "imageTitle": "Room",
                            "imageType": 0,
                            "imageUrl": "https://cdn.kplus.com.tr/?url=aS50cmF2ZWxhcGkuY29tL2xvZGdpbmcvMTAwMDAwMC8xMDAwMC80NzAwLzQ2MDEvZjM2MTIyZDlfYi5qcGc="
                        },
                        {
                            "imageTitle": "Room",
                            "imageType": 0,
                            "imageUrl": "https://cdn.kplus.com.tr/?url=aS50cmF2ZWxhcGkuY29tL2xvZGdpbmcvMTAwMDAwMC8xMDAwMC80NzAwLzQ2MDEvZTRjZDBlZDVfYi5qcGc="
                        },
                        {
                            "imageTitle": "Room",
                            "imageType": 0,
                            "imageUrl": "https://cdn.kplus.com.tr/?url=aS50cmF2ZWxhcGkuY29tL2xvZGdpbmcvMTAwMDAwMC8xMDAwMC80NzAwLzQ2MDEvNjkxYjk4OTdfYi5qcGc="
                        },
                        {
                            "imageTitle": "Room",
                            "imageType": 0,
                            "imageUrl": "https://cdn.kplus.com.tr/?url=aS50cmF2ZWxhcGkuY29tL2xvZGdpbmcvMTAwMDAwMC8xMDAwMC80NzAwLzQ2MDEvNGFkOTY5NDBfYi5qcGc="
                        },
                        {
                            "imageTitle": "Room",
                            "imageType": 0,
                            "imageUrl": "https://cdn.kplus.com.tr/?url=aS50cmF2ZWxhcGkuY29tL2xvZGdpbmcvMTAwMDAwMC8xMDAwMC80NzAwLzQ2MDEvYmQ0OWVhMTBfYi5qc
Modified at 2024-11-28 01:29:13
Previous
Hotel - Validate Rooms
Next
Hotel - Complete (Dev Only)
Built with