---
title: "Post Currency Conversion"
method: POST
path: "/customer-booking/currency/conversion/"
tags: ["customer-booking"]
---

# Post Currency Conversion

`POST /customer-booking/currency/conversion/`

## Request body

- CurrencyConversionSchema
  - `amount` string, nullable
  - `sub_total` string, nullable
  - `add_on_total` unknown[], nullable
    - unknown
  - `tax` string, nullable
  - `fees` string, nullable
  - `current_currency` string, nullable
  - `converted_currency` string, nullable
  - `service_fee` string, nullable
  - `ticket_price` string, nullable
  - `discount_code_amount` string, nullable
  - `total_amount` string, nullable
  - `amount_without_service_fee` string, nullable
  - `converted_currency_total_amount` string, nullable
  - `converted_currency_amount_without_service_fee` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/myticketpartner/apis/fastapi.md) · [All operations](https://skmtc.dev/myticketpartner/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myticketpartner/fastapi/revisions/b574a0cabefe/schema)
