Class ByProjectKeyBusinessUnitsKeyByKeyPostString

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



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