Class ByProjectKeyBusinessUnitsKeyByKeyPost

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



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