Class ByProjectKeyStandalonePricesByIDPost

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



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