Class ByProjectKeyStandalonePricesKeyByKeyPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,TBody>
io.vrap.rmf.base.client.TypeBodyApiMethod<ByProjectKeyStandalonePricesKeyByKeyPost,StandalonePrice,StandalonePriceUpdate>
com.commercetools.api.client.ByProjectKeyStandalonePricesKeyByKeyPost
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyStandalonePricesKeyByKeyPost>, Deprecatable200Trait<ByProjectKeyStandalonePricesKeyByKeyPost>, ErrorableTrait<ByProjectKeyStandalonePricesKeyByKeyPost>, ExpandableTrait<ByProjectKeyStandalonePricesKeyByKeyPost>, io.vrap.rmf.base.client.ClientRequestCommand<StandalonePrice>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<StandalonePrice>, io.vrap.rmf.base.client.RequestCommand<StandalonePrice>



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