Quote

Quote object

Name
Type
Description

token

String

Generated quote token.

gross_payment_amount

Integer

Gross payment amount calculated from the pricing.

extra_data

Object

Object with extra data provided from the pricing.

Quote object example
{
    "token": "<QUOTE-TOKEN>",
    "gross_payment_amount": 275000,
    "extra_data": {
        "gross_premium": 275000,
        "premium_tax": 25000,
        "net_premium": 250000,
        "tax_rate": 0.1
    }
}

Create a quote

Create a quote

POST https://api.qa-u.eu1.kaskoqa.com/quotes

Query Parameters

Name
Type
Description

key*

String

Public key

Headers

Name
Type
Description

Accept*

String

application/vnd.kasko.v3+json

Request Body

Name
Type
Description

item_id*

String

Item ID

subscription_plan_id*

String

Subscription plan ID

integration_id*

String

Integration ID

integration_version_id

String

Integration version ID. Can be used instead of live_integration parameter to indicate specific version to use

product_version_id

String

Product version ID. Can be used instead of live_product parameter to indicate specific version to use

data*

JSON

Product-specific quote data fields

live_integration

String

Indicates whether to load most recent published or unpublished integration

live_integration

String

Indicates whether to load most recent published or unpublished product

Example request

Last updated