Admin Billing Products
Update FunnelFox price point
patch/admin/billing-products/funnelfox/price-points/{ident}
Path parameters
identstring required
Request body
Example request
{
"currencyCode": "USD"
}Response
Example response
{
"ident": "monthly-premium",
"currency": {
"code": "USD",
"minorUnits": 2,
"title": "US Dollar",
"symbol": "$"
},
"introType": "free_trial",
"introFreeTrialPeriod": 7,
"introPaidTrialPeriod": 7,
"nextPeriod": 1,
"features": [
"premium-access"
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.