---
title: "Update FunnelFox price point"
method: PATCH
path: "/admin/billing-products/funnelfox/price-points/{ident}"
tags: ["Admin Billing Products"]
---

# Update FunnelFox price point

`PATCH /admin/billing-products/funnelfox/price-points/{ident}`

## Path parameters

- `ident` string, required

## Request body

- UpdatePricePointDto
  - `originIdent` string — Original price point identifier
  - `ident` string — New price point identifier
  - `currencyCode` string — Currency code
  - `introType` 'no_intro' | 'free_trial' | 'paid_trial' — Intro offer type
  - `lifetimePrice` object — Lifetime purchase price
  - `introFreeTrialPeriod` number — Free trial period length
  - `introFreeTrialPeriodDuration` 'minutes' | 'days' | 'weeks' | 'months' | 'years' — Free trial period duration
  - `introPaidTrialPrice` object — Paid trial price
  - `introPaidTrialPeriod` number — Paid trial period length
  - `introPaidTrialPeriodDuration` 'minutes' | 'days' | 'weeks' | 'months' | 'years' — Paid trial period duration
  - `nextPrice` object — Recurring price
  - `nextPeriod` number — Recurring period length
  - `nextPeriodDuration` 'minutes' | 'days' | 'weeks' | 'months' | 'years' — Recurring period duration
  - `descriptor` string — Payment descriptor
  - `features` string[] — Feature identifiers

## Response `200`

- PricePointDto
  - `ident` string, required
  - `currency` CurrencyDto, required
    - `code` string, required
    - `minorUnits` number, required
    - `title` string, required
    - `symbol` string, required
  - `introType` 'no_intro' | 'free_trial' | 'paid_trial'
  - `lifetimePrice` object
  - `introFreeTrialPeriod` number
  - `introFreeTrialPeriodDuration` 'minutes' | 'days' | 'weeks' | 'months' | 'years'
  - `introPaidTrialPrice` object
  - `introPaidTrialPeriod` number
  - `introPaidTrialPeriodDuration` 'minutes' | 'days' | 'weeks' | 'months' | 'years'
  - `nextPrice` object
  - `nextPeriod` number
  - `nextPeriodDuration` 'minutes' | 'days' | 'weeks' | 'months' | 'years'
  - `features` string[], required

---

[API](https://skmtc.dev/miaai/apis/backend-template-api.md) · [All operations](https://skmtc.dev/miaai/apis/backend-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/miaai/backend-template-api/revisions/2a8d88a5124f/schema)
