v1

latestOpenAPI 3.1.02026-08-06236494759.4 KB
Expense Policies

Get Expense Policy

Endpoint to get a specific ExpensePolicy by ID.

get/business/v2/expense-policies/{expensePolicyId}

Path parameters

expensePolicyIdstring required

The ExpensePolicy ID.

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

Response

The result is a single ExpensePolicy.

idstring

The ExpensePolicy ID.

namestring

The name of the ExpensePolicy.

descriptionstring

A custom description of the ExpensePolicy.

policy_urlstring

A URL pointing to the ExpensePolicy document.

status'ACTIVE' | 'DELETED'

The list of ExpensePolicy statuses to search by.

creation_timestring

The date and time when the ExpensePolicy was created.

last_updatestring

The date and time when the ExpensePolicy was last updated.

Example response

{
  "id": "7bf79328-a7ae-4222-aa54-091ff7f429a7",
  "name": "Company Travel Policy",
  "description": "A policy for company travel expenses",
  "policy_url": "https://www.policy.pdf",
  "status": "ACTIVE",
  "creation_time": "2017-06-01T12:48:40Z",
  "last_update": "2017-06-01T12:48:40Z"
}