Changes to Generate a new quote (single product)

POST /v1/quote

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 2 of the 3 revisions of this API.918

  1. e016afb8fdb3516
  2. e95f3723e41f42

What changed

  • e016afb8fdb3516See the full diff
    • added InitialDepositBaseCoverageOptionRequestDto to the coverageOptions/allOf[AddonsRequestDto]/cfarOption request property allOf list

      request-property-all-of-added

    • the departureDate request property type/format changed from date/ to string/date

      request-property-type-changed

    • the productIds/items/ request property type/format changed from array/ to string/

      request-property-type-changed

    • the returnDate request property type/format changed from date/ to string/date

      request-property-type-changed

    • the travelerDetails/items/dob request property type/format changed from date/ to string/date

      request-property-type-changed

    • removed CfarCoverageOptionRequestDto from the coverageOptions/allOf[AddonsRequestDto]/cfarOption request property allOf list

      request-property-all-of-removed

    • api operation id generate removed and replaced with generateQuote

      api-operation-id-removed

    • added the new optional request property coverageOptions/allOf[AddonsRequestDto]/cfwrOption

      new-optional-request-property

    • added the new optional request property coverageOptions/allOf[AddonsRequestDto]/medicalUpgrade

      new-optional-request-property

    • added the required property coverageOptions/allOf[AddonsDto]/cfwrOption to the response with the 201 status

      response-required-property-added

    • added the required property coverageOptions/allOf[AddonsDto]/medicalUpgrade to the response with the 201 status

      response-required-property-added

    • added the required property offerDescription to the response with the 201 status

      response-required-property-added

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the departureDate request property type/format changed from string/date to date/

      request-property-type-changed

    • the productIds/items/ request property type/format changed from string/ to array/

      request-property-type-changed

    • the returnDate request property type/format changed from string/date to date/

      request-property-type-changed

    • the travelerDetails/items/dob request property type/format changed from string/date to date/

      request-property-type-changed

    • api operation id createQuote removed and replaced with generate

      api-operation-id-removed

    • added the new optional header request parameter Authorization

      new-optional-request-parameter