Class ByProjectKeyStandalonePricesKeyByKeyPostString

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



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