Class ByProjectKeyMeBusinessUnitsByIDPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyMeBusinessUnitsByIDPost,BusinessUnit,MyBusinessUnitUpdate>
com.commercetools.api.client.ByProjectKeyMeBusinessUnitsByIDPost
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyMeBusinessUnitsByIDPost>, Deprecatable200Trait<ByProjectKeyMeBusinessUnitsByIDPost>, ErrorableTrait<ByProjectKeyMeBusinessUnitsByIDPost>, ExpandableTrait<ByProjectKeyMeBusinessUnitsByIDPost>, io.vrap.rmf.base.client.ClientRequestCommand<BusinessUnit>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<BusinessUnit>



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