---
title: "Update BusinessTrip Details"
method: PUT
path: "/business/v2/business-trips/{businessTripId}/details"
tags: ["Business Trips"]
---

# Update BusinessTrip Details

`PUT /business/v2/business-trips/{businessTripId}/details`

Endpoint to update the general details `BusinessTrip`.

## Path parameters

- `businessTripId` string, required — The `BusinessTrip` ID.

## Headers

- `X-Soldo-Fingerprint` string, required — [Advanced authentication](ref:advanced-authentication): `SHA512SUM` of the fingerprint values listed in the fingerprint order for this endpoint.
- `X-Soldo-Fingerprint-Signature` string, required — [Advanced authentication](ref:advanced-authentication): Signature of the `X-Soldo-Fingerprint`.

## Request body

- UpdateBusinessTripDetails — Update `BusinessTrip` JSON parameters.
  - `request_timestamp` integer — The epoch timestamp in millis. This is checked in Soldo. Requests with timestamp older than 5 seconds will be rejected.
  - `name` string — The `BusinessTrip` name.
  - `description` string — The `BusinessTrip` description.
  - `destination` string — The `BusinessTrip` destination.
  - `from_date` string — The `BusinessTrip` start date and time.
  - `to_date` string — The `BusinessTrip` end date and time.

## Response `204`

No content as result.

## Other responses

- `400` — Your request has missing arguments or is malformed.
- `404` — One or more resource requested does not exist.

---

[API](https://skmtc.net/soldo/apis/soldo-business-api-v2-0.md) · [All operations](https://skmtc.net/soldo/apis/soldo-business-api-v2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soldo/soldo-business-api-v2-0/revisions/7be21448a2b3/schema)
