Class ByProjectKeyStandalonePricesPostString

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<ByProjectKeyStandalonePricesPostString,StandalonePrice>
com.commercetools.api.client.ByProjectKeyStandalonePricesPostString
All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyStandalonePricesPostString>, ErrorableTrait<ByProjectKeyStandalonePricesPostString>, ExpandableTrait<ByProjectKeyStandalonePricesPostString>, 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("")
            .execute()