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. |
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 |
product_version_id | String | Product version ID. Can be used instead of |
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 |
Last updated