petty_cashes
List of trips petty cash
If send parameter trip_id then return this trip.
If send parameters start_departure_date, end_departure_date, coach: { departure_station_id }
then search trips by this parameters.
Parameter only_with_claims shows trips with created petty cash claim with cost_type == driver_advance.
get/petty_cashes/trips
Query parameters
trip_idinteger
start_departure_datestring date
end_departure_datestring date
coach[departure_station_id]integer
only_with_claims0 | 1
Response
List of trips petty cash
Changes
No recorded changes to this endpoint across all 1 revision of this API.