Class ByProjectKeyStandalonePricesByIDPostString

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



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