Class ByProjectKeyStandalonePricesKeyByKeyPost

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



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