Class ByProjectKeyQuotesKeyByKeyPost

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



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