Class ByProjectKeyInStoreKeyByStoreKeyBusinessUnitsByIDPostString

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyInStoreKeyByStoreKeyBusinessUnitsByIDPostString>, Deprecatable200Trait<ByProjectKeyInStoreKeyByStoreKeyBusinessUnitsByIDPostString>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyBusinessUnitsByIDPostString>, ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyBusinessUnitsByIDPostString>, ClientRequestCommand<BusinessUnit>, CreateHttpRequestCommand, HttpRequestCommand<BusinessUnit>, RequestCommand<BusinessUnit>



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