Class ByProjectKeyStandalonePricesPost

All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyStandalonePricesPost>, ErrorableTrait<ByProjectKeyStandalonePricesPost>, ExpandableTrait<ByProjectKeyStandalonePricesPost>, ClientRequestCommand<StandalonePrice>, CreateHttpRequestCommand, HttpRequestCommand<StandalonePrice>, RequestCommand<StandalonePrice>

Produces the StandalonePriceCreated Message.



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