Quote
Quote object
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.
Create a quote
Create a quote
POST https://api.qa-u.eu1.kaskoqa.com/quotes
Query Parameters
key*
String
Public key
Headers
Accept*
String
application/vnd.kasko.v3+json
Request Body
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
This response is returned in case any of the provided resources such as the integration, subscription plan or pricing logic cannot be located within the platform.
Some examples of such cases are:
This response indicates that a conflict condition is met. In such cases, during the execution of the quote request, pricing calculation logic creation is in process.
This response indicates that the quote calculation resulted in knockout condition.
Last updated