Solvimon pricingPlanVersions API
The pricingPlanVersions API from Solvimon — 2 operation(s) for pricingplanversions.
The pricingPlanVersions API from Solvimon — 2 operation(s) for pricingplanversions.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/solvimon-pricingplanversions-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
openapi: 3.2.0
info:
title: Configuration alertRules Pricing Plan Versions API
version: 1.0.0
servers:
- url: https://test.api.solvimon.com
description: The TEST environment for our API
- url: https://api.solvimon.com
description: The live environment for our API
tags:
- name: pricingPlanVersions
paths:
/v{version}/pricing-plan-versions/{resourceId}:
get:
operationId: getPricingPlanVersionsByResourceId
summary: Get a pricing plan version by ID
tags:
- pricingPlanVersions
parameters:
- name: version
in: path
description: version
required: true
schema:
type: string
default: '1'
- name: resourceId
in: path
description: The ID of the resource to be requested.
required: true
schema:
type: string
default: ''
- name: expand[]
in: query
description: The id fields of the resources that are going to be expanded.
required: false
schema:
type: array
items:
type: string
- name: X-API-KEY
in: header
required: true
schema:
type: string
- name: x-platform-id
in: header
description: Platform ID.
required: false
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/PricingPlanVersion'
'400':
description: Bad Request
content:
application/json:
schema:
$ref: '#/components/schemas/ApiError'
'401':
description: Unauthorized
content:
application/json:
schema:
$ref: '#/components/schemas/ApiError'
'403':
description: Forbidden
content:
application/json:
schema:
$ref: '#/components/schemas/ApiError'
'500':
description: Internal Server Error
content:
application/json:
schema:
$ref: '#/components/schemas/ApiError'
delete:
operationId: deletePricingPlanVersionsByResourceId
summary: Delete a pricing plan version by resource ID
tags:
- pricingPlanVersions
parameters:
- name: version
in: path
description: version
required: true
schema:
type: string
default: '1'
- name: resourceId
in: path
description: The ID of the resource to be requested.
required: true
schema:
type: string
default: ''
- name: X-API-KEY
in: header
required: true
schema:
type: string
- name: x-platform-id
in: header
description: Platform ID.
required: false
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/PricingPlanVersion'
'400':
description: Bad Request
content:
application/json:
schema:
$ref: '#/components/schemas/ApiError'
'401':
description: Unauthorized
content:
application/json:
schema:
$ref: '#/components/schemas/ApiError'
'403':
description: Forbidden
content:
application/json:
schema:
$ref: '#/components/schemas/ApiError'
'500':
description: Internal Server Error
content:
application/json:
schema:
$ref: '#/components/schemas/ApiError'
patch:
operationId: patchPricingPlanVersionsByResourceId
summary: Update a pricing plan version
tags:
- pricingPlanVersions
parameters:
- name: version
in: path
description: version
required: true
schema:
type: string
default: '1'
- name: resourceId
in: path
description: The ID of the resource to be requested.
required: true
schema:
type: string
default: ''
- name: X-API-KEY
in: header
required: true
schema:
type: string
- name: x-platform-id
in: header
description: Platform ID.
required: false
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/PricingPlanVersion'
'400':
description: Bad Request
content:
application/json:
schema:
$ref: '#/components/schemas/ApiError'
'401':
description: Unauthorized
content:
application/json:
schema:
$ref: '#/components/schemas/ApiError'
'403':
description: Forbidden
content:
application/json:
schema:
$ref: '#/components/schemas/ApiError'
'409':
description: Conflict
content:
application/json:
schema:
$ref: '#/components/schemas/ApiError'
'500':
description: Internal Server Error
content:
application/json:
schema:
$ref: '#/components/schemas/ApiError'
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/PricingPlanVersionUpdateRequest'
/v{version}/pricing-plan-versions:
post:
operationId: postPricingPlanVersions
summary: Create a pricing plan version
tags:
- pricingPlanVersions
parameters:
- name: version
in: path
description: version
required: true
schema:
type: string
default: '1'
- name: X-API-KEY
in: header
required: true
schema:
type: string
- name: x-platform-id
in: header
description: Platform ID.
required: false
schema:
type: string
responses:
'201':
description: Created
content:
application/json:
schema:
$ref: '#/components/schemas/PricingPlanVersion'
'400':
description: Bad Request
content:
application/json:
schema:
$ref: '#/components/schemas/ApiError'
'401':
description: Unauthorized
content:
application/json:
schema:
$ref: '#/components/schemas/ApiError'
'403':
description: Forbidden
content:
application/json:
schema:
$ref: '#/components/schemas/ApiError'
'409':
description: Conflict
content:
application/json:
schema:
$ref: '#/components/schemas/ApiError'
'500':
description: Internal Server Error
content:
application/json:
schema:
$ref: '#/components/schemas/ApiError'
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/PricingPlanVersionCreateRequest'
put:
operationId: putPricingPlanVersions
summary: Update or create a pricing plan version (upsert)
tags:
- pricingPlanVersions
parameters:
- name: version
in: path
description: version
required: true
schema:
type: string
default: '1'
- name: X-API-KEY
in: header
required: true
schema:
type: string
- name: x-platform-id
in: header
description: Platform ID.
required: false
schema:
type: string
responses:
'201':
description: Created
content:
application/json:
schema:
$ref: '#/components/schemas/PricingPlanVersion'
'400':
description: Bad Request
content:
application/json:
schema:
$ref: '#/components/schemas/ApiError'
'401':
description: Unauthorized
content:
application/json:
schema:
$ref: '#/components/schemas/ApiError'
'403':
description: Forbidden
content:
application/json:
schema:
$ref: '#/components/schemas/ApiError'
'500':
description: Internal Server Error
content:
application/json:
schema:
$ref: '#/components/schemas/ApiError'
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/PricingPlanVersionCreateRequest'
components:
schemas:
ApiError:
type: object
properties:
type:
$ref: '#/components/schemas/ApiErrorType'
code:
$ref: '#/components/schemas/ApiErrorCode'
field:
type:
- string
- 'null'
message:
type: string
resource_id:
type:
- string
- 'null'
resource_type:
oneOf:
- $ref: '#/components/schemas/ApiErrorResourceType'
- type: 'null'
required:
- type
- code
- message
title: ApiError
WalletTypeStatus:
type: string
enum:
- DRAFT
- ACTIVE
- INACTIVE
- DEPRECATED
- ARCHIVED
title: WalletTypeStatus
PricingItemConfig:
type: object
properties:
object_type:
type:
- string
- 'null'
id:
type:
- string
- 'null'
description: Resource ID of type PRICING_ITEM_CONFIG
original_pricing_item_config_id:
type:
- string
- 'null'
original_pricing_item_config:
oneOf:
- $ref: '#/components/schemas/PricingItemConfigOriginalPricingItemConfig'
- type: 'null'
description: This property creates a circular reference in the `PricingItemConfig` schema. If you experience any issues with OpenAPI tools related to these circular references, you can try removing this property from the specification.
details:
$ref: '#/components/schemas/PricingItemConfigDetails'
billing_period:
$ref: '#/components/schemas/Period'
type:
oneOf:
- $ref: '#/components/schemas/PricingItemConfigType'
- type: 'null'
pricing_type:
oneOf:
- $ref: '#/components/schemas/PricingItemConfigPricingType'
- type: 'null'
pricing_period:
$ref: '#/components/schemas/Period'
default_included_volume:
$ref: '#/components/schemas/PricingItemConfigMeterValueIncludedVolume'
default_seats_value:
$ref: '#/components/schemas/PricingItemConfigMeterValue'
conditions:
$ref: '#/components/schemas/PricingItemConfigConditions'
tiering_conditions:
$ref: '#/components/schemas/MeterConditions'
description: Conditions that filter for which `TIERING` events this pricing item config is applied. Only the `expression` is supported here; the deprecated `meter_properties` field is not allowed.
bands:
type: array
items:
$ref: '#/components/schemas/PricingItemConfigBand'
order:
type:
- integer
- 'null'
billing_in_advance:
type:
- boolean
- 'null'
volume_group_reference:
type:
- string
- 'null'
top_up:
$ref: '#/components/schemas/PricingItemConfigTopUp'
split_pricing:
$ref: '#/components/schemas/PricingItemConfigSplitPricing'
on_demand:
type:
- boolean
- 'null'
wallet_grants:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/PricingItemConfigWalletGrant'
title: PricingItemConfig
SelectionRuleCreateRequestType:
type: string
enum:
- RESOURCE
title: SelectionRuleCreateRequestType
WalletTypeCredit:
type: object
properties:
grant_type:
$ref: '#/components/schemas/WalletTypeCreditGrantType'
amount_grant:
$ref: '#/components/schemas/WalletTypeCreditAmountGrant'
credits_grant:
$ref: '#/components/schemas/WalletTypeCreditCreditsGrant'
title: WalletTypeCredit
PricingPlanVersionStatus:
type: string
enum:
- DRAFT
- ACTIVE
- ARCHIVED
- DEPRECATED
title: PricingPlanVersionStatus
Pricing:
type: object
properties:
object_type:
type:
- string
- 'null'
id:
type:
- string
- 'null'
pricing_plan_version_id:
type:
- string
- 'null'
description: Resource ID of type PRICING_PLAN_VERSION
pricing_plan_schedule_id:
type:
- string
- 'null'
description: Resource ID of type PRICING_PLAN_SCHEDULE
pricing_group_id:
type:
- string
- 'null'
description: Resource ID of type PRICING_GROUP
original_pricing_id:
type:
- string
- 'null'
original_pricing:
oneOf:
- $ref: '#/components/schemas/PricingOriginalPricing'
- type: 'null'
description: This property creates a circular reference in the `Pricing` schema. If you experience any issues with OpenAPI tools related to these circular references, you can try removing this property from the specification.
override:
oneOf:
- $ref: '#/components/schemas/PricingOverride'
- type: 'null'
name:
type:
- string
- 'null'
product_type:
oneOf:
- $ref: '#/components/schemas/PricingProductType'
- type: 'null'
product_ids:
type: array
items:
type: string
display_order:
type:
- integer
- 'null'
products:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Product'
entitlements:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Entitlement'
items:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/PricingItem'
title: Pricing
PricingItemPricingCurrencyConfigFallbackCurrency:
type: string
enum:
- AED
- AFN
- ALL
- AMD
- ANG
- AOA
- ARS
- AUD
- AWG
- AZN
- BAM
- BBD
- BDT
- BGN
- BHD
- BIF
- BMD
- BND
- BOB
- BRL
- BSD
- BTN
- BWP
- BYN
- BZD
- CAD
- CDF
- CHF
- CLF
- CLP
- CNY
- COP
- CRC
- CUC
- CUP
- CVE
- CZK
- DJF
- DKK
- DOP
- DZD
- EGP
- ERN
- ETB
- EUR
- FJD
- FKP
- GBP
- GEL
- GHS
- GIP
- GMD
- GNF
- GTQ
- GYD
- HKD
- HNL
- HRK
- HTG
- HUF
- IDR
- ILS
- INR
- IQD
- IRR
- ISK
- JMD
- JOD
- JPY
- KES
- KGS
- KHR
- KMF
- KPW
- KRW
- KWD
- KYD
- KZT
- LAK
- LBP
- LKR
- LRD
- LSL
- LYD
- MAD
- MDL
- MGA
- MKD
- MMK
- MNT
- MOP
- MRO
- MRU
- MUR
- MVR
- MWK
- MXN
- MXV
- MYR
- MZN
- NAD
- NGN
- NIO
- NOK
- NPR
- NZD
- OMR
- PAB
- PEN
- PGK
- PHP
- PKR
- PLN
- PYG
- QAR
- RON
- RSD
- RUB
- RWF
- SAR
- SBD
- SCR
- SDG
- SEK
- SGD
- SHP
- SLE
- SOS
- SRD
- SSP
- STN
- SVC
- SYP
- SZL
- THB
- TJS
- TMT
- TND
- TOP
- TRY
- TTD
- TWD
- TZS
- UAH
- UGX
- USD
- USN
- UYI
- UYU
- UZS
- VEF
- VES
- VND
- VUV
- WST
- XAF
- XAG
- XAU
- XBA
- XBB
- XBC
- XBD
- XCD
- XDR
- XOF
- XPD
- XPF
- XPT
- XSU
- XTS
- XUA
- XXX
- YER
- ZAR
- ZMW
- ZWL
title: PricingItemPricingCurrencyConfigFallbackCurrency
PricingPlan:
type: object
properties:
object_type:
type:
- string
- 'null'
id:
type:
- string
- 'null'
reference:
type: string
name:
type:
- string
- 'null'
description:
type:
- string
- 'null'
customer_id:
type:
- string
- 'null'
description: Resource ID of type CUSTOMER
type:
oneOf:
- $ref: '#/components/schemas/PricingPlanType'
- type: 'null'
amount_type:
$ref: '#/components/schemas/PricingPlanAmountType'
description: Set to determine whether the pricings in this pricing plan are including or excluding tax. The default, if left empty, is excluding tax.
pricing_plan_version_infos:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/PricingPlanVersionInfo'
pricing_plan_selection_rules:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/SelectionRule'
pricing_currencies:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/PricingPlanPricingCurrenciesItems'
description: The default alphabetic currency code representing the type of currency that can be used for the pricings.
variant:
oneOf:
- $ref: '#/components/schemas/PricingPlanVariant'
- type: 'null'
custom_fields:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/CustomFieldValue'
description: Custom fields associated to this pricing plan
title: PricingPlan
CreditType:
type: object
properties:
object_type:
type:
- string
- 'null'
id:
type:
- string
- 'null'
reference:
type: string
status:
oneOf:
- $ref: '#/components/schemas/CreditTypeStatus'
- type: 'null'
name:
type: string
description:
type:
- string
- 'null'
unit_name:
$ref: '#/components/schemas/UnitName'
created_at:
type:
- string
- 'null'
updated_at:
type:
- string
- 'null'
title: CreditType
ProductItemCredits:
type: object
properties:
credit_type_id:
type:
- string
- 'null'
description: The linked meter value calculation
credit_type:
oneOf:
- $ref: '#/components/schemas/CreditType'
- type: 'null'
title: ProductItemCredits
PricingCategoryCreateRequest:
type: object
properties:
object_type:
type:
- string
- 'null'
id:
type:
- string
- 'null'
product_category_id:
type: string
description: Resource ID of type PRODUCT_CATEGORY
product_category:
oneOf:
- $ref: '#/components/schemas/ProductCategory'
- type: 'null'
pricings:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Pricing'
pricing_groups:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/PricingGroup'
display_order:
type:
- integer
- 'null'
title: PricingCategoryCreateRequest
WalletTypeCreditAmountGrantDefaultCurrency:
type: string
enum:
- AED
- AFN
- ALL
- AMD
- ANG
- AOA
- ARS
- AUD
- AWG
- AZN
- BAM
- BBD
- BDT
- BGN
- BHD
- BIF
- BMD
- BND
- BOB
- BRL
- BSD
- BTN
- BWP
- BYN
- BZD
- CAD
- CDF
- CHF
- CLF
- CLP
- CNY
- COP
- CRC
- CUC
- CUP
- CVE
- CZK
- DJF
- DKK
- DOP
- DZD
- EGP
- ERN
- ETB
- EUR
- FJD
- FKP
- GBP
- GEL
- GHS
- GIP
- GMD
- GNF
- GTQ
- GYD
- HKD
- HNL
- HRK
- HTG
- HUF
- IDR
- ILS
- INR
- IQD
- IRR
- ISK
- JMD
- JOD
- JPY
- KES
- KGS
- KHR
- KMF
- KPW
- KRW
- KWD
- KYD
- KZT
- LAK
- LBP
- LKR
- LRD
- LSL
- LYD
- MAD
- MDL
- MGA
- MKD
- MMK
- MNT
- MOP
- MRO
- MRU
- MUR
- MVR
- MWK
- MXN
- MXV
- MYR
- MZN
- NAD
- NGN
- NIO
- NOK
- NPR
- NZD
- OMR
- PAB
- PEN
- PGK
- PHP
- PKR
- PLN
- PYG
- QAR
- RON
- RSD
- RUB
- RWF
- SAR
- SBD
- SCR
- SDG
- SEK
- SGD
- SHP
- SLE
- SOS
- SRD
- SSP
- STN
- SVC
- SYP
- SZL
- THB
- TJS
- TMT
- TND
- TOP
- TRY
- TTD
- TWD
- TZS
- UAH
- UGX
- USD
- USN
- UYI
- UYU
- UZS
- VEF
- VES
- VND
- VUV
- WST
- XAF
- XAG
- XAU
- XBA
- XBB
- XBC
- XBD
- XCD
- XDR
- XOF
- XPD
- XPF
- XPT
- XSU
- XTS
- XUA
- XXX
- YER
- ZAR
- ZMW
- ZWL
description: The default currency for the wallet.
title: WalletTypeCreditAmountGrantDefaultCurrency
RateCardUpdateRequest:
type: object
properties:
start_at:
type:
- string
- 'null'
format: date-time
title: RateCardUpdateRequest
FeatureType:
type: string
enum:
- SWITCH
- NUMBER
- ENUM
- AMOUNT
- STRING
description: The indication of the type of feature associated with the pricing plan.
title: FeatureType
PricingCurrencySettingsUpdateRequest:
type: object
properties:
default_pricing_currency:
type:
- string
- 'null'
pricing_currencies:
type:
- array
- 'null'
items:
type: string
title: PricingCurrencySettingsUpdateRequest
PricingPlanVersionInfoUpdateRequest:
type: object
properties:
version:
type: integer
id:
type: string
status:
type: string
rate_card:
$ref: '#/components/schemas/RateCard'
title: PricingPlanVersionInfoUpdateRequest
PricingItemConfigType:
type: string
enum:
- FLAT
- FLAT_TOP_UP
- TIERED
- TIERED_TOP_UP
- TOP_TIERED
- STAIR_STEP
- STAIR_STEP_TOP_UP
- FIXED
- PASS_THROUGH
- NONE
title: PricingItemConfigType
ProductItemUsageBased:
type: object
properties:
meter_value_calculation_id:
type:
- string
- 'null'
description: The linked meter value calculation
meter_value_calculation:
oneOf:
- $ref: '#/components/schemas/MeterValueCalculation'
- type: 'null'
tiering_meter_value_calculation_id:
type:
- string
- 'null'
description: The optional alternative linked meter value calculation for tiering
tiering_meter_value_calculation:
oneOf:
- $ref: '#/components/schemas/MeterValueCalculation'
- type: 'null'
report_meter_value_calculation_ids:
type:
- array
- 'null'
items:
type: string
description: Optional reporting meter value calculations.
conditions:
$ref: '#/components/schemas/MeterConditions'
description: Optional conditions.
title: ProductItemUsageBased
Credits:
type: object
properties:
quantity:
type: string
credit_type_id:
type: string
description: Resource ID of type CREDIT_TYPE
title: Credits
WalletTypeType:
type: string
enum:
- CREDIT
- BALANCE
title: WalletTypeType
PricingPlanPricingCurrenciesItems:
type: string
enum:
- AED
- AFN
- ALL
- AMD
- ANG
- AOA
- ARS
- AUD
- AWG
- AZN
- BAM
- BBD
- BDT
- BGN
- BHD
- BIF
- BMD
- BND
- BOB
- BRL
- BSD
- BTN
- BWP
- BYN
- BZD
- CAD
- CDF
- CHF
- CLF
- CLP
- CNY
- COP
- CRC
- CUC
- CUP
- CVE
- CZK
- DJF
- DKK
- DOP
- DZD
- EGP
- ERN
- ETB
- EUR
- FJD
- FKP
- GBP
- GEL
- GHS
- GIP
- GMD
- GNF
- GTQ
- GYD
- HKD
- HNL
- HRK
- HTG
- HUF
- IDR
- ILS
- INR
- IQD
- IRR
- ISK
- JMD
- JOD
- JPY
- KES
- KGS
- KHR
- KMF
- KPW
- KRW
- KWD
- KYD
- KZT
- LAK
- LBP
- LKR
- LRD
- LSL
- LYD
- MAD
- MDL
- MGA
- MKD
- MMK
- MNT
- MOP
- MRO
- MRU
- MUR
- MVR
- MWK
- MXN
- MXV
- MYR
- MZN
- NAD
- NGN
- NIO
- NOK
- NPR
- NZD
- OMR
- PAB
- PEN
- PGK
- PHP
- PKR
- PLN
- PYG
- QAR
- RON
- RSD
- RUB
- RWF
- SAR
- SBD
- SCR
- SDG
- SEK
- SGD
- SHP
- SLE
- SOS
- SRD
- SSP
- STN
- SVC
- SYP
- SZL
- THB
- TJS
- TMT
- TND
- TOP
- TRY
- TTD
- TWD
- TZS
- UAH
- UGX
- USD
- USN
- UYI
- UYU
- UZS
- VEF
- VES
- VND
- VUV
- WST
- XAF
- XAG
- XAU
- XBA
- XBB
- XBC
- XBD
- XCD
- XDR
- XOF
- XPD
- XPF
- XPT
- XSU
- XTS
- XUA
- XXX
- YER
- ZAR
- ZMW
- ZWL
description: The default alphabetic currency code representing the type of currency that can be used for the pricings.
title: PricingPlanPricingCurrenciesItems
SelectionRuleResourceComparator:
type: string
enum:
- EQUALS
- NOT_EQUALS
- IN
- NOT_IN
- GREATER_THAN
- GREATER_THAN_OR_EQUALS
- LESS_THAN
- LESS_THAN_OR_EQUALS
- EMPTY
- NOT_EMPTY
- CONTAINS
- NOT_CONTAINS
title: SelectionRuleResourceComparator
PricingItemConfigWalletGrant:
type: object
properties:
wallet_type_id:
type: string
description: Resource ID of type WALLET_TYPE
wallet_type:
oneOf:
- $ref: '#/components/schemas/WalletType'
- type: 'null'
amount_grant:
$ref: '#/components/schemas/PricingItemConfigWalletGrantAmountGrant'
credits_grant:
$ref: '#/components/schemas/PricingItemConfigWalletGrantCreditsGrant'
expiry_policy:
$ref: '#/components/schemas/PricingItemConfigWalletGrantExpiryPolicy'
title: PricingItemConfigWalletGrant
WalletTypeCreditAmountGrant:
type: object
properties:
default_currency:
$ref: '#/components/schemas/WalletTypeCreditAmountGrantDefaultCurrency'
description: The default currency for the wallet.
tax_category:
$ref: '#/components/schemas/WalletTypeCreditAmountGrantTaxCategory'
description: The tax category to for what the wallet can be applied to.
title: WalletTypeCreditAmountGrant
PricingPlanUpdateRequestType:
type: string
enum:
- STANDARD
- CUSTOM
title: PricingPlanUpdateRequestType
PricingCategory:
type: object
properties:
object_type:
type:
- string
- 'null'
id:
type:
- string
- 'null'
product_category_id:
type: string
description: Resource ID of type PRODUCT_CATEGORY
product_category:
oneOf:
- $ref: '#/components/schemas/ProductCategory'
- type: 'null'
pricings:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Pricing'
pricing_groups:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/PricingGroup'
display_order:
type:
- integer
- 'null'
title: PricingCategory
SelectionRuleType:
type: string
enum:
- RESOURCE
title: SelectionRuleType
MeterValueStatus:
type: string
enum:
- DRAFT
- ACTIVE
- ARCHIVED
- DEPRECATED
description: The status of the meter value indicating the activity and the ability to update properties.
title: MeterValueStatus
SelectionRuleResourceField:
type: string
enum:
- COUNTRY
title: SelectionRuleResourceField
ApiErrorCode:
type: string
enum:
- RESOURCE_NOT_FOUND
- RESOURCES_NOT_FOUND
- UNABLE_TO_PROCESS_INSTRUCTIONS
- BAD_REQUEST
- UNSUPPORTED_MEDIA_TYPE
- RESOURCE_ALREADY_EXISTS
- CUSTOM_FIELD_VALUE_ALREADY_EXISTS
- COULD_NOT_CREATE_RESOURCE
- COULD_NOT_UPDATE_RESOURCE
- COULD_NOT_DELETE_RESOURCE
- MISSING_VERSION
- UNSUPPORTED_VERSION
- UNAUTHORISED
- CUSTOMER_NOT_FOUND
- PLATFORM_NOT_FOUND
- PRICING_PLAN_NOT_FOUND
- PRODUCT_NOT_FOUND
- PRODUCT_ITEM_NOT_FOUND
- PRICING_NOT_FOUND
- PRICING_ITEM_NOT_FOUND
- USER_NOT_FOUND
- METER_NOT_FOUND
- METER_VALUE_NOT_FOUND
- METER_PROPERTY_NOT_FOUND
- PRICING_ITEM_SUMMARIES_NOT_FOUND
- MISSING_ID
- INVALID_ID
- MISSING_REFERENCE
- MISSING_FIELD
- INVALID_FIELD
- INVALID_OPERATION
- INTERNAL_ERROR
- USER_NOT_ALLOWED
- IDEMPOTENCY_CHECK_FAILED
- INVALID_REQUEST
title: ApiErr
# --- truncated at 32 KB (95 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/solvimon/refs/heads/main/openapi/solvimon-pricingplanversions-api-openapi.yml