Class ByProjectKeyQuotesPost

All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyQuotesPost>, ErrorableTrait<ByProjectKeyQuotesPost>, ExpandableTrait<ByProjectKeyQuotesPost>, ClientRequestCommand<Quote>, CreateHttpRequestCommand, HttpRequestCommand<Quote>, RequestCommand<Quote>



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