Class ByProjectKeyInStoreKeyByStoreKeyBusinessUnitsPost

All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyInStoreKeyByStoreKeyBusinessUnitsPost>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyBusinessUnitsPost>, ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyBusinessUnitsPost>, ClientRequestCommand<BusinessUnit>, CreateHttpRequestCommand, HttpRequestCommand<BusinessUnit>, RequestCommand<BusinessUnit>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.business_unit.BusinessUnit>> result = apiRoot
            .withProjectKey("{projectKey}")
            .inStoreKeyWithStoreKeyValue("{storeKey}")
            .businessUnits()
            .post(null)
            .execute()