Class ByProjectKeyZonesByIDPostString

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



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