---
title: "Add Expense Review Configuration"
method: POST
path: "/business/v2/expense-review/configuration"
tags: ["Expense Review Configuration"]
---

# Add Expense Review Configuration

`POST /business/v2/expense-review/configuration`

Endpoint to add an `ExpenseReview` configuration.

## Request body

- CreateExpenseReviewConfiguration — Create conf JSON parameters.
  - `request_timestamp` integer, required — The epoch timestamp in millis. This is checked in Soldo. Requests with timestamp older than 5 seconds will be rejected.
  - `start_date` string, required — The starting date from which the expenses can be reviewed.
  - `transaction_categories` ExpenseTransactionCategoryInput[] — It determines the filter by category of the transaction.
  - `activity_groups` ExpenseConfigurationActivityGroup[], required — It determines the filter by types of cards whose transactions are considered as expenses to be reviewed.
  - `policy_url` string, required — The url of the company spending policy.
  - `start_date_type` 'TRANSACTION' | 'SETTLEMENT'

## Response `200`

The returned resource is a single `ExpenseReview` configuration.

- ExpenseReviewConfiguration
  - `start_date` string — The starting date from which the expenses can be reviewed.
  - `transaction_categories` ExpenseTransactionCategory[] — It determines the filter by category of the `Transaction`.
  - `activity_groups` ExpenseConfigurationActivityGroup[] — It determines the filter by types of `Cards` whose `Transactions` are considered as expenses to be reviewed.
  - `policy_url` string — The url of the company spending policy
  - `start_date_type` 'TRANSACTION' | 'SETTLEMENT'
  - `enabled` boolean — Indicates `ExpenseReview` configuration is enabled.
  - `locked` boolean — Indicates `ExpenseReview` configuration is locked.
  - `update_timestamp` string — The date and time when the configuration was last updated.

## Other responses

- `400` — Your request has missing arguments or is malformed.

---

[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)
