---
title: "Refund Request"
method: POST
path: "/refund_request/customer/{customer_id}/"
tags: ["refund_request"]
---

# Refund Request

`POST /refund_request/customer/{customer_id}/`

create customer request for refund

## Path parameters

- `customer_id` integer, required

## Request body

- AppWebApiRefundRequestSchemasRefundRequestSchema
  - `reason` string, required
  - `order_ticket_ids` unknown[], nullable
    - unknown
  - `order_addons_ids` unknown[], nullable
    - unknown
  - `amount` string, required
  - `amount_without_service_fee` string, required
  - `refund_payment_type` string, required
  - `ticket_quantity` string, required
  - `add_ons_amount` string, required
  - `addons_auantity` string, required

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