Class ByProjectKeyZonesKeyByKeyPostString

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



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