v1
latestOpenAPI 3.1.02026-08-06236494759.4 KBBusiness Trips
Get BusinessTrip
Endpoint to get a specific BusinessTrip by ID.
get/business/v2/business-trips/{businessTripId}
Path parameters
businessTripIdstring required
The BusinessTrip ID.
Example:7bf79328-a7ae-4222-aa54-091ff7f429a7
Response
The returned resource is a single BusinessTrip.
Example response
{
"id": "7bf79328-a7ae-4222-aa54-091ff7f429a7",
"name": "There and back again",
"description": "EXAMPLE BUSINESS TRIP DESCRIPTION",
"author_user_id": "XMPL1234-000001",
"approver_user_id": "XMPL1234-000003",
"traveller_user_id": "XMPL1234-000003",
"traveller_card_id": "2d65bd5e-3fdf-4002-b166-bde7fb8863fa",
"total_amount": 10.25,
"wallet_id": "2d65bd5e-3fdf-4002-b166-bde7fb8863fa",
"creation_time": "2017-06-01T12:48:40Z",
"last_update_time": "2017-06-01T12:48:40Z",
"expense_allocation": [
{
"expense_category_id": "7bf79328-a7ae-4222-aa54-091ff7f429a7",
"amount": 10.25,
"description": "CUSTOM_EXPENSE"
}
],
"tags": [
{
"tag_id": "2d65bd5e-3fdf-4002-b166-bde7fb8863fa",
"dictionary_id": "2d65bd5e-3fdf-4002-b166-bde7fb8863fa"
}
]
}