Products, vehicle and vouchercode to calculate totals for
Cart items with corresponding prices
Returned when a client sends a bad request
Returned when a request is performed without or with an incorrect OIDC token
Returned when a client requests a resource it's not authorized for.
Returned when an error occurs on the server
{- "voucher": "234MD23",
- "vehicle_model_id": 23423,
- "vehicle_model_variant_id": 23423,
- "vin": "JFL91010104591010",
- "prepared_ticket_id": "ca09a970-6519-4280-b6a6-65727e2894e3",
- "product_ids": [
- 52351,
- 52352
]
}
{- "voucher": "23MDU53",
- "voucher_discount": {
- "type": "percentual",
- "percentage": 30.35,
- "price": {
- "currency": "EUR",
- "value": 100,
- "localized_value": 110,
- "localized_currency": "GBP"
}
}, - "vehicle_model_id": 23423,
- "vehicle_model_variant_id": 23423,
- "needs_confirmation_for_unattended_service": true,
- "sub_total": {
- "gross_price": {
- "currency": "EUR",
- "value": 100,
- "localized_value": 110,
- "localized_currency": "GBP"
}, - "net_price": {
- "currency": "EUR",
- "value": 100,
- "localized_value": 110,
- "localized_currency": "GBP"
}, - "total_discount": {
- "type": "percentual",
- "percentage": 30.35,
- "price": {
- "currency": "EUR",
- "value": 100,
- "localized_value": 110,
- "localized_currency": "GBP"
}
}
}, - "voucher_sub_total": {
- "gross_price": {
- "currency": "EUR",
- "value": 100,
- "localized_value": 110,
- "localized_currency": "GBP"
}, - "net_price": {
- "currency": "EUR",
- "value": 100,
- "localized_value": 110,
- "localized_currency": "GBP"
}, - "total_discount": {
- "type": "percentual",
- "percentage": 30.35,
- "price": {
- "currency": "EUR",
- "value": 100,
- "localized_value": 110,
- "localized_currency": "GBP"
}
}
}, - "original_equipment_service_fee": {
- "gross_price": {
- "currency": "EUR",
- "value": 100,
- "localized_value": 110,
- "localized_currency": "GBP"
}, - "net_price": {
- "currency": "EUR",
- "value": 100,
- "localized_value": 110,
- "localized_currency": "GBP"
}, - "total_discount": {
- "type": "percentual",
- "percentage": 30.35,
- "price": {
- "currency": "EUR",
- "value": 100,
- "localized_value": 110,
- "localized_currency": "GBP"
}
}
}, - "total": {
- "gross_price": {
- "currency": "EUR",
- "value": 100,
- "localized_value": 110,
- "localized_currency": "GBP"
}, - "net_price": {
- "currency": "EUR",
- "value": 100,
- "localized_value": 110,
- "localized_currency": "GBP"
}, - "total_discount": {
- "type": "percentual",
- "percentage": 30.35,
- "price": {
- "currency": "EUR",
- "value": 100,
- "localized_value": 110,
- "localized_currency": "GBP"
}
}
}, - "items": [
- {
- "description": "string",
- "product_id": 52351,
- "product_item_number": 100022,
- "product_name": "Remote Diagnostic Support",
- "product_internal_name": "Airbag Module Replacement",
- "product_description": "Remote diagnostic support session. Have you met the conditions for submitting this diagnosis ticket? You can find more information on our website.",
- "product_is_unattended": true,
- "gross_price": {
- "currency": "EUR",
- "value": 100,
- "localized_value": 110,
- "localized_currency": "GBP"
}, - "net_price": {
- "currency": "EUR",
- "value": 100,
- "localized_value": 110,
- "localized_currency": "GBP"
}, - "total_discount": {
- "type": "percentual",
- "percentage": 30.35,
- "price": {
- "currency": "EUR",
- "value": 100,
- "localized_value": 110,
- "localized_currency": "GBP"
}
}, - "original_equipment_service_fee": {
- "currency": "EUR",
- "value": 100,
- "localized_value": 110,
- "localized_currency": "GBP"
}
}
]
}