Class ByProjectKeyZonesByIDPost

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



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