Class ByProjectKeyMeQuotesKeyByKeyPostString

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyMeQuotesKeyByKeyPostString>, Deprecatable200Trait<ByProjectKeyMeQuotesKeyByKeyPostString>, ErrorableTrait<ByProjectKeyMeQuotesKeyByKeyPostString>, ExpandableTrait<ByProjectKeyMeQuotesKeyByKeyPostString>, ClientRequestCommand<Quote>, CreateHttpRequestCommand, HttpRequestCommand<Quote>, RequestCommand<Quote>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.quote.Quote>> result = apiRoot
            .withProjectKey("{projectKey}")
            .me()
            .quotes()
            .withKey("{key}")
            .post("")
            .execute()