Business Trips

Update BusinessTrip Details

Endpoint to update the general details BusinessTrip.

put/business/v2/business-trips/{businessTripId}/details

Path parameters

businessTripIdstring required

The BusinessTrip ID.

Example:7bf79328-a7ae-4222-aa54-091ff7f429a7

Headers

X-Soldo-Fingerprintstring required

Advanced authentication: SHA512SUM of the fingerprint values listed in the fingerprint order for this endpoint.

Example:{{fingerprint}}
X-Soldo-Fingerprint-Signaturestring required

Advanced authentication: Signature of the X-Soldo-Fingerprint.

Example:{{fingerprint_signature}}

Request body

request_timestampinteger

The epoch timestamp in millis. This is checked in Soldo. Requests with timestamp older than 5 seconds will be rejected.

namestring

The BusinessTrip name.

descriptionstring

The BusinessTrip description.

destinationstring

The BusinessTrip destination.

from_datestring

The BusinessTrip start date and time.

to_datestring

The BusinessTrip end date and time.

Example request

{
  "request_timestamp": 1576850500000,
  "name": "EXAMPLE BUSINESS TRIP",
  "description": "EXAMPLE BUSINESS TRIP DESCRIPTION",
  "destination": "monte fato",
  "from_date": "2017-06-01T12:48:40Z",
  "to_date": "2017-06-01T12:48:40Z"
}

Response

No content as result.