---
title: "Create journey change"
method: POST
path: "/journeys/{journeyId}/changes"
tags: ["Journeys"]
---

# Create journey change

`POST /journeys/{journeyId}/changes`

Creates a change to an existing journey and applies it if no additional payment is required

## Path parameters

- `journeyId` integer, required

## Headers

- `X-Request-ID` unknown

## Request body

- JourneyChangeRequestDto
  - `pickupDate` string, date-time
  - `travellerInfo` TravellerExtendedInfoDto
    - `firstName` string
    - `lastName` string
    - `email` string, required
    - `phone` string
    - `meetAndGreetSignText` string
    - `driverComments` string
    - `flightNumber` string
    - `trainNumber` string
    - `shipName` string
    - `languageIsoCode` string
    - `residenceCountryCode` string
    - `passengers` ChangePassengersDto
      - `adultPassengers` integer, required
      - `childPassengers` integer, required
      - `infantPassengers` integer, required
    - `luggage` ChangeLuggageDto
      - `checkedLuggage` integer, required
      - `carryOnLuggage` integer, required
  - `origin` LocationInputDto
    - `address` LocationAddressDto
      - `addressSearchPhrase` string, required
      - `countryCode` string
    - `coordinate` CoordinateDto
      - `lat` number, double
      - `lng` number, double
    - `transferzLocationId` integer
    - `hereId` string
    - `googlePlaceId` string
    - `tomTomId` string
    - `iataCode` string
    - `icaoCode` string
    - `giataId` string
    - `ttiCode` string
  - `destination` LocationInputDto
    - `address` LocationAddressDto
      - `addressSearchPhrase` string, required
      - `countryCode` string
    - `coordinate` CoordinateDto
      - `lat` number, double
      - `lng` number, double
    - `transferzLocationId` integer
    - `hereId` string
    - `googlePlaceId` string
    - `tomTomId` string
    - `iataCode` string
    - `icaoCode` string
    - `giataId` string
    - `ttiCode` string
  - `travelAddons` TravelAddonDto[]
    - `type` 'MEET_GREET' | 'BABY_SEAT' | 'BOOSTER_SEAT' | 'PETS' | 'EXTRA_STOP' | 'SPECIAL_LUGGAGE' | 'CARBON_EMISSION_COMPENSATION' | 'CHILD_SEAT'
    - `amount` integer

## Response `200`

OK

- JourneyChangeResponseDto
  - `changeId` integer
  - `additionalPaymentRequired` boolean
  - `previousPrice` PriceSummaryDto
    - `commission` number
    - `commissionVat` number
    - `price` number
    - `priceVat` number
    - `currency` string
    - `discountCode` string
    - `discountAmount` number
    - `discountPercentage` number
    - `discountVat` number
  - `newPrice` PriceSummaryDto
    - `commission` number
    - `commissionVat` number
    - `price` number
    - `priceVat` number
    - `currency` string
    - `discountCode` string
    - `discountAmount` number
    - `discountPercentage` number
    - `discountVat` number

---

[API](https://skmtc.dev/transferz/apis/authentication-api.md) · [All operations](https://skmtc.dev/transferz/apis/authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/transferz/authentication-api/revisions/73249fb480f2/schema)
