Class ByProjectKeyQuotesPostString

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



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