Class ByProjectKeyZonesByIDPost

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyZonesByIDPost>, Deprecatable200Trait<ByProjectKeyZonesByIDPost>, ErrorableTrait<ByProjectKeyZonesByIDPost>, ExpandableTrait<ByProjectKeyZonesByIDPost>, ClientRequestCommand<Zone>, CreateHttpRequestCommand, HttpRequestCommand<Zone>, RequestCommand<Zone>



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