Class ByProjectKeyZonesPostString

All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyZonesPostString>, ErrorableTrait<ByProjectKeyZonesPostString>, ExpandableTrait<ByProjectKeyZonesPostString>, ClientRequestCommand<Zone>, CreateHttpRequestCommand, HttpRequestCommand<Zone>, RequestCommand<Zone>



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