Class ByProjectKeyBusinessUnitsKeyByKeyPostString

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