---
title: "POST /travel-service-information"
method: POST
path: "/travel-service-information"
tags: ["Travel Service Information"]
---

# POST /travel-service-information

`POST /travel-service-information`

Posts the array payload for a single/multiple leg.

## Request body

- object[]
  - `arrivalLocation` string
  - `carrier` string
  - `departAt` string
  - `departureLocation` string
  - `timetableId` string

## Response `200`

OK

- object
  - `carrier` object
  - `brand` object
  - `timetableId` string
  - `departureDate` string
  - `customerOrigin` string
  - `customerDestination` string
  - `transportMode` object
  - `transportDesignation` string
  - `realTime` object
  - `callingPoints` object[]
  - `disruptions` object[]
  - `errors` object[]

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/thetrainline/apis/trainline-desktop-api.md) · [All operations](https://skmtc.net/thetrainline/apis/trainline-desktop-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thetrainline/trainline-desktop-api/revisions/45a894ec56f4/schema)
