Class ByProjectKeyInStoreKeyByStoreKeyBusinessUnitsPostString

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



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