Skip to main content

Request quote

POST 

/configurator/:version/configurator/requestquote

This endpoint is available for anonymous users & can be used to turn a configuration into a quotation.

Request

Path Parameters

    version stringrequired

Body

Quantities is a mapping of configuration id to quantity. If not provided, the quantity will default to 1.

    quotationRequest

    object

    firstName stringnullable
    lastName stringnullable
    lastNamePrefix stringnullable
    salutation stringnullable
    email stringnullable
    city stringnullable
    postalCode stringnullable
    streetName stringnullable
    houseNumber stringnullable
    countryIso stringnullable

    Possible values: <= 2 characters

    languageIso stringnullable

    Possible values: <= 2 characters

    phoneNumber stringnullable
    phoneNumber2 stringnullable
    companyName stringnullable
    iban stringnullable
    cocNumber stringnullable
    vatNumber stringnullable
    shipto_FirstName stringnullable
    shipto_LastName stringnullable
    shipto_LastNamePrefix stringnullable
    shipto_Salutation stringnullable
    shipto_Email stringnullable
    shipto_City stringnullable
    shipto_PostalCode stringnullable
    shipto_StreetName stringnullable
    shipto_HouseNumber stringnullable
    shipto_CountryIso stringnullable
    shipto_LanguageIso stringnullable
    shipto_PhoneNumber stringnullable
    shipto_PhoneNumber2 stringnullable
    shipto_CompanyName stringnullable
    remarks stringnullable
    grecaptcha stringnullable
    configurationIds uuid[]nullable

    quantities

    object

    nullable

    property name* int32

Responses

Success

Loading...