Class ByProjectKeyStandalonePricesByIDPost

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyStandalonePricesByIDPost>, Deprecatable200Trait<ByProjectKeyStandalonePricesByIDPost>, ErrorableTrait<ByProjectKeyStandalonePricesByIDPost>, ExpandableTrait<ByProjectKeyStandalonePricesByIDPost>, ClientRequestCommand<StandalonePrice>, CreateHttpRequestCommand, HttpRequestCommand<StandalonePrice>, RequestCommand<StandalonePrice>



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