Class ByProjectKeyQuotesKeyByKeyPostString

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyQuotesKeyByKeyPostString,Quote>
com.commercetools.api.client.ByProjectKeyQuotesKeyByKeyPostString
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyQuotesKeyByKeyPostString>, Deprecatable200Trait<ByProjectKeyQuotesKeyByKeyPostString>, ErrorableTrait<ByProjectKeyQuotesKeyByKeyPostString>, ExpandableTrait<ByProjectKeyQuotesKeyByKeyPostString>, io.vrap.rmf.base.client.ClientRequestCommand<Quote>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<Quote>



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