Class ByProjectKeyZonesByIDPostString

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<ByProjectKeyZonesByIDPostString,Zone>
com.commercetools.api.client.ByProjectKeyZonesByIDPostString
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyZonesByIDPostString>, Deprecatable200Trait<ByProjectKeyZonesByIDPostString>, ErrorableTrait<ByProjectKeyZonesByIDPostString>, ExpandableTrait<ByProjectKeyZonesByIDPostString>, io.vrap.rmf.base.client.ClientRequestCommand<Zone>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<Zone>, io.vrap.rmf.base.client.RequestCommand<Zone>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.zone.Zone>> result = apiRoot
            .withProjectKey("{projectKey}")
            .zones()
            .withId("{ID}")
            .post("")
            .execute()