Class ByProjectKeyMeBusinessUnitsByIDPostString

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyMeBusinessUnitsByIDPostString,BusinessUnit>
com.commercetools.api.client.ByProjectKeyMeBusinessUnitsByIDPostString
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyMeBusinessUnitsByIDPostString>, Deprecatable200Trait<ByProjectKeyMeBusinessUnitsByIDPostString>, ErrorableTrait<ByProjectKeyMeBusinessUnitsByIDPostString>, ExpandableTrait<ByProjectKeyMeBusinessUnitsByIDPostString>, 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("")
            .execute()