---
title: "Book Investment"
method: POST
path: "/investment/bookInvestment"
---

# Book Investment

`POST /investment/bookInvestment`

## Headers

- `content-type` string

## Request body

- object
  - `accountNumber` string
  - `amount` string
  - `currency` string
  - `dateBooked` string
  - `maturityDate` string
  - `productId` string

## Response `200`

200

## Other responses

- `401` — 401
- `403` — 403
- `404` — 404

---

[API](https://skmtc.net/openbanking/apis/open-banking-api.md) · [All operations](https://skmtc.net/openbanking/apis/open-banking-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openbanking/open-banking-api/revisions/a60a6fb5a898/schema)
