---
title: "Create Subscription Quote"
method: POST
path: "/subscription-quotes"
tags: ["SubscriptionQuotes"]
---

# Create Subscription Quote

`POST /subscription-quotes`

Creates a mid-term subscription upgrade quote for an existing subscription. The customer will receive an email with a PDF attachment and an option to accept the quote. Alternatively, the quote can be reviewed via the customer self-service portal. Upon acceptance, the subscription upgrade will be activated according to the scheduled terms.

## Request body

- CleverbridgeBackEndSubscriptionManagementDomainModelsSubscriptionQuoteInput
  - `coupon_codes` string[]
  - `items` CleverbridgeBackEndSubscriptionManagementDomainModelsSubscriptionQuoteItemInput[]
    - `custom_alignment_price` CleverbridgeBackEndSubscriptionManagementDomainModelsCustomPrice
      - `currency_id` string
      - `is_gross` boolean
      - `value` number, double
    - `custom_internal_product_id` string
    - `custom_name` string
    - `custom_name_extension` string
    - `custom_price` CleverbridgeBackEndSubscriptionManagementDomainModelsCustomPrice
      - `currency_id` string
      - `is_gross` boolean
      - `value` number, double
    - `product_id` integer
    - `quantity` integer
  - `scheduled_alignment_date` string, date-time
  - `subscription_alignment_type` 'PRORATED' | 'FULL_TERM'
  - `subscription_id` integer

## Response `200`

OK

- object

## Other responses

- `201` — Created
- `400` — BadRequest
- `500` — InternalServerError

---

[API](https://skmtc.net/cleverbridge/apis/backend-rest-apis.md) · [All operations](https://skmtc.net/cleverbridge/apis/backend-rest-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cleverbridge/backend-rest-apis/revisions/b7007b62f4c0/schema)
