---
title: "Approve Request"
method: PUT
path: "/business/v2/requests/{requestId}/approve"
tags: ["Requests"]
---

# Approve Request

`PUT /business/v2/requests/{requestId}/approve`

Endpoint to approve an `Request` by ID. Payload depends on the request type (GOODS_OR_SERVICES, FUNDS, TRIP).

## Path parameters

- `requestId` string, required — The `Request` ID.

## Request body

- ApprovedRequestPayload — Base schema for approved request. The actual fields depend on the `type`.
  - `note` string — The supervisor's note of the `Request`.
  - `approver` string, required — The requester's note of the `Request` .
  - `type` 'GOODS_OR_SERVICES' | 'FUNDS' | 'TRIP', required
  - `wallet_id` string, required — The ID of the `Wallet` of `Request`, the request type is `Funds` or `BusinessTrip`.

## Response `204`

No content as result.

## Other responses

- `400` — Your request has missing arguments or is malformed.
- `404` — One or more resource requested does not exist.

---

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