Class ByProjectKeyStandalonePricesPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyStandalonePricesPost,StandalonePrice,StandalonePriceDraft>
com.commercetools.api.client.ByProjectKeyStandalonePricesPost
All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyStandalonePricesPost>, ErrorableTrait<ByProjectKeyStandalonePricesPost>, ExpandableTrait<ByProjectKeyStandalonePricesPost>, io.vrap.rmf.base.client.ClientRequestCommand<StandalonePrice>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<StandalonePrice>

Produces the StandalonePriceCreated Message.



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.standalone_price.StandalonePrice>> result = apiRoot
            .withProjectKey("{projectKey}")
            .standalonePrices()
            .post(null)
            .execute()