Class ByProjectKeyZonesKeyByKeyPost

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



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