Class ByProjectKeyZonesPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyZonesPost,Zone,ZoneDraft>
com.commercetools.api.client.ByProjectKeyZonesPost
All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyZonesPost>, ErrorableTrait<ByProjectKeyZonesPost>, ExpandableTrait<ByProjectKeyZonesPost>, 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()
            .post(null)
            .execute()